ToolBarEventHandlerCutModel Class Reference

#include <CutModelMainPanel.h>

List of all members.

Public Member Functions

 ToolBarEventHandlerCutModel ()
 ~ToolBarEventHandlerCutModel ()
void onAdd (wxCommandEvent &event)
void onUndo (wxCommandEvent &event)
void onRedo (wxCommandEvent &event)
void onExecuteAll (wxCommandEvent &event)

Detailed Description

Definition at line 154 of file CutModelMainPanel.h.


Constructor & Destructor Documentation

ToolBarEventHandlerCutModel::ToolBarEventHandlerCutModel (  ) 

Definition at line 454 of file CutModelMainPanel.cxx.

00455 : wxEvtHandler(){
00456 }

ToolBarEventHandlerCutModel::~ToolBarEventHandlerCutModel (  ) 

Definition at line 457 of file CutModelMainPanel.cxx.

00457                                                          {
00458 }


Member Function Documentation

void ToolBarEventHandlerCutModel::onAdd ( wxCommandEvent &  event  ) 

Definition at line 460 of file CutModelMainPanel.cxx.

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

00460                                                             {
00461         CutModelMainPanel::getInstance()->onAddCutModel();
00462 }

Here is the call graph for this function:

void ToolBarEventHandlerCutModel::onExecuteAll ( wxCommandEvent &  event  ) 

Definition at line 472 of file CutModelMainPanel.cxx.

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

00472                                                                    {
00473         CutModelMainPanel::getInstance()->ExecuteAll();
00474 }

Here is the call graph for this function:

void ToolBarEventHandlerCutModel::onRedo ( wxCommandEvent &  event  ) 

Definition at line 468 of file CutModelMainPanel.cxx.

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

00468                                                              {
00469         CutModelMainPanel::getInstance()->onRedo();
00470 }

Here is the call graph for this function:

void ToolBarEventHandlerCutModel::onUndo ( wxCommandEvent &  event  ) 

Definition at line 464 of file CutModelMainPanel.cxx.

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

00464                                                              {
00465         CutModelMainPanel::getInstance()->onUndo();     
00466 }

Here is the call graph for this function:


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

Generated on 20 Oct 2010 for creaMaracasVisu_lib by  doxygen 1.6.1