Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
wxGraphTools::GraphPopupWindow Class Reference

simple popup to show graph More...

#include <GraphTools.h>

Inheritance diagram for wxGraphTools::GraphPopupWindow:
Inheritance graph

Public Member Functions

 GraphPopupWindow (wxWindow *parent, wxBitmap bitmap)
 

Protected Member Functions

void OnLeftDown (wxMouseEvent &e)
 
void OnRightDown (wxMouseEvent &e)
 

Private Attributes

wxStaticBitmap * m_bitmapControl
 

Detailed Description

simple popup to show graph

Definition at line 38 of file GraphTools.h.

Constructor & Destructor Documentation

wxGraphTools::GraphPopupWindow::GraphPopupWindow ( wxWindow *  parent,
wxBitmap  bitmap 
)

Definition at line 34 of file GraphTools.cpp.

References OnLeftDown(), and OnRightDown().

Member Function Documentation

void wxGraphTools::GraphPopupWindow::OnLeftDown ( wxMouseEvent &  e)
protected

Definition at line 44 of file GraphTools.cpp.

Referenced by GraphPopupWindow().

void wxGraphTools::GraphPopupWindow::OnRightDown ( wxMouseEvent &  e)
protected

Definition at line 49 of file GraphTools.cpp.

References m_bitmapControl.

Referenced by GraphPopupWindow().

Member Data Documentation

wxStaticBitmap* wxGraphTools::GraphPopupWindow::m_bitmapControl
private

Definition at line 46 of file GraphTools.h.

Referenced by OnRightDown().


The documentation for this class was generated from the following files: