#include <gui.h>
List of all members.
Public Member Functions |
| GUIMainFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Crevaya"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(502, 385), long style=wxDEFAULT_FRAME_STYLE|wxCLIP_CHILDREN|wxTAB_TRAVERSAL) |
| ~GUIMainFrame () |
Protected Member Functions |
virtual void | OnLeftButton (wxMouseEvent &event) |
virtual void | OnMouseMove (wxMouseEvent &event) |
virtual void | OnRightButton (wxMouseEvent &event) |
Protected Attributes |
MainCanvas * | m_canvas |
Detailed Description
Constructor & Destructor Documentation
GUIMainFrame::GUIMainFrame |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY , |
|
|
const wxString & |
title = _("Crevaya") , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxSize( 502,385 ) , |
|
|
long |
style = wxDEFAULT_FRAME_STYLE|wxCLIP_CHILDREN|wxTAB_TRAVERSAL |
|
) |
| |
GUIMainFrame::~GUIMainFrame |
( |
| ) |
|
Member Function Documentation
virtual void GUIMainFrame::OnLeftButton |
( |
wxMouseEvent & |
event | ) |
[inline, protected, virtual] |
virtual void GUIMainFrame::OnMouseMove |
( |
wxMouseEvent & |
event | ) |
[inline, protected, virtual] |
virtual void GUIMainFrame::OnRightButton |
( |
wxMouseEvent & |
event | ) |
[inline, protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files:
- Projekte/Crevaya/src/gui/gui.h
- Projekte/Crevaya/src/gui/gui.cpp