ToolBarCutModel Class Reference

#include <CutModelMainPanel.h>

Collaboration diagram for ToolBarCutModel:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ToolBarCutModel (wxWindow *parent)
 ~ToolBarCutModel (void)

Private Attributes

ToolBarEventHandlerCutModel_evthand

Detailed Description

Definition at line 185 of file CutModelMainPanel.h.


Constructor & Destructor Documentation

ToolBarCutModel::ToolBarCutModel ( wxWindow *  parent  ) 

Definition at line 426 of file CutModelMainPanel.cxx.

References _evthand.

00427 : wxToolBar(parent, -1, wxDefaultPosition, wxDefaultSize)
00428 {
00429         wxBitmap bitmap10(Add_xpm);
00430         this->AddTool(10, wxString(_T("Add")),bitmap10);
00431 
00432         this->AddSeparator();
00433 
00434         wxBitmap bitmap20(Undo_xpm);
00435         this->AddTool(20, wxString(_T("Undo")),bitmap20);
00436 
00437         wxBitmap bitmap30(Redo_xpm);
00438         this->AddTool(30, wxString(_T("Redo")),bitmap30);       
00439 
00440         this->AddSeparator();
00441 
00442         wxBitmap bitmap40(OkAll_xpm);
00443         this->AddTool(40, wxString(_T("Ok All")),bitmap40);     
00444 
00445         this->Realize();
00446 
00447         _evthand = new ToolBarEventHandlerCutModel();
00448         this->SetEventHandler(_evthand);
00449 }

ToolBarCutModel::~ToolBarCutModel ( void   ) 

Definition at line 451 of file CutModelMainPanel.cxx.

00451                                      {
00452 }


Member Data Documentation

Definition at line 195 of file CutModelMainPanel.h.

Referenced by ToolBarCutModel().


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

Generated on 20 Oct 2010 for creaMaracasVisu_lib by  doxygen 1.6.1