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 460 of file CutModelMainPanel.cxx.

00461 : wxEvtHandler(){
00462 }

ToolBarEventHandlerCutModel::~ToolBarEventHandlerCutModel (  ) 

Definition at line 463 of file CutModelMainPanel.cxx.

00463                                                          {
00464 }


Member Function Documentation

void ToolBarEventHandlerCutModel::onAdd ( wxCommandEvent &  event  ) 

Definition at line 466 of file CutModelMainPanel.cxx.

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

00466                                                             {
00467         CutModelMainPanel::getInstance()->onAddCutModel();
00468 }

Here is the call graph for this function:

void ToolBarEventHandlerCutModel::onExecuteAll ( wxCommandEvent &  event  ) 

Definition at line 478 of file CutModelMainPanel.cxx.

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

00478                                                                    {
00479         CutModelMainPanel::getInstance()->ExecuteAll();
00480 }

Here is the call graph for this function:

void ToolBarEventHandlerCutModel::onRedo ( wxCommandEvent &  event  ) 

Definition at line 474 of file CutModelMainPanel.cxx.

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

00474                                                              {
00475         CutModelMainPanel::getInstance()->onRedo();
00476 }

Here is the call graph for this function:

void ToolBarEventHandlerCutModel::onUndo ( wxCommandEvent &  event  ) 

Definition at line 470 of file CutModelMainPanel.cxx.

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

00470                                                              {
00471         CutModelMainPanel::getInstance()->onUndo();     
00472 }

Here is the call 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