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

References _evthand.

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

ToolBarCutModel::~ToolBarCutModel ( void   ) 

Definition at line 457 of file CutModelMainPanel.cxx.

00457                                      {
00458 }


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 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1