Hugintrunk
0.1
|
simple popup to show graph More...
#include <GraphTools.h>
Public Member Functions | |
GraphPopupWindow (wxWindow *parent, wxBitmap bitmap) | |
Protected Member Functions | |
void | OnLeftDown (wxMouseEvent &e) |
void | OnRightDown (wxMouseEvent &e) |
Private Attributes | |
wxStaticBitmap * | m_bitmapControl |
simple popup to show graph
Definition at line 38 of file GraphTools.h.
wxGraphTools::GraphPopupWindow::GraphPopupWindow | ( | wxWindow * | parent, |
wxBitmap | bitmap | ||
) |
Definition at line 34 of file GraphTools.cpp.
References OnLeftDown(), and OnRightDown().
|
protected |
Definition at line 44 of file GraphTools.cpp.
Referenced by GraphPopupWindow().
|
protected |
Definition at line 49 of file GraphTools.cpp.
References m_bitmapControl.
Referenced by GraphPopupWindow().
|
private |
Definition at line 46 of file GraphTools.h.
Referenced by OnRightDown().