PolygonCutterEventHandlerCutModel Class Reference

#include <CutModelMainPanel.h>

List of all members.

Public Member Functions

 PolygonCutterEventHandlerCutModel ()
 ~PolygonCutterEventHandlerCutModel ()
void onCheckChanged (wxCommandEvent &event)
void onExecuteCutPolygon (wxCommandEvent &event)

Detailed Description

Definition at line 173 of file CutModelMainPanel.h.


Constructor & Destructor Documentation

PolygonCutterEventHandlerCutModel::PolygonCutterEventHandlerCutModel (  )  [inline]

Definition at line 176 of file CutModelMainPanel.h.

00176 : wxEvtHandler(){};

PolygonCutterEventHandlerCutModel::~PolygonCutterEventHandlerCutModel (  )  [inline]

Definition at line 177 of file CutModelMainPanel.h.

00177 {};


Member Function Documentation

void PolygonCutterEventHandlerCutModel::onCheckChanged ( wxCommandEvent &  event  ) 

Definition at line 418 of file CutModelMainPanel.cxx.

References CutModelMainPanel::getInstance(), and CutModelMainPanel::onCheckChanged().

Referenced by CutModelMainPanel::addPolygonCutterTab().

00418                                                                            {
00419         CutModelMainPanel::getInstance()->onCheckChanged();
00420 }

Here is the call graph for this function:

Here is the caller graph for this function:

void PolygonCutterEventHandlerCutModel::onExecuteCutPolygon ( wxCommandEvent &  event  ) 

Definition at line 422 of file CutModelMainPanel.cxx.

References CutModelMainPanel::getInstance(), and CutModelMainPanel::onExecuteCutPolygon().

Referenced by CutModelMainPanel::addPolygonCutterTab().

Here is the call graph for this function:

Here is the caller graph for this function:


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

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1