Searched refs:toolIndex (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dpalette.h45 bool OnLeftClick(int toolIndex, bool toggled);
46 void OnMouseEnter(int toolIndex);
H A Dpalette.cpp53 bool EditorToolPalette::OnLeftClick(int toolIndex, bool toggled) argument
56 if (toggled && (currentlySelected != -1) && (toolIndex != currentlySelected))
60 currentlySelected = toolIndex;
61 else if (currentlySelected == toolIndex)
68 void EditorToolPalette::OnMouseEnter(int WXUNUSED(toolIndex))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcspalette.h34 bool OnLeftClick(int toolIndex, bool toggled);
35 void OnMouseEnter(int toolIndex);
H A Dcspalette.cpp54 bool csEditorToolPalette::OnLeftClick(int toolIndex, bool toggled) argument
57 if (toggled && (m_currentlySelected != -1) && (toolIndex != m_currentlySelected))
61 m_currentlySelected = toolIndex;
62 else if (m_currentlySelected == toolIndex)
69 void csEditorToolPalette::OnMouseEnter(int toolIndex) argument
73 if (toolIndex == PALETTE_ARROW)
75 else if (toolIndex != -1)
77 csSymbol* symbol = wxGetApp().GetSymbolDatabase()->FindSymbol(toolIndex);
83 wxUnusedVar(toolIndex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Ddyntbar.h138 virtual void AddTool( int toolIndex,
144 virtual void AddTool( int toolIndex,
151 virtual void AddTool( int toolIndex, wxBitmap labelBmp,
164 virtual wxToolBarToolBase *AddTool(const int toolIndex, const wxBitmap& bitmap, const wxBitmap& pushedBitmap = wxNullBitmap,
179 wxDynToolInfo* GetToolInfo( int toolIndex );
184 void RemveTool( int toolIndex );
208 virtual void EnableTool(int toolIndex, bool enable = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Ddyntbar.cpp106 void wxDynamicToolBar::AddTool( int toolIndex, argument
114 pInfo->mIndex = toolIndex;
127 void wxDynamicToolBar::AddTool( int toolIndex, argument
143 pBtn->Create( this, toolIndex );
147 AddTool( toolIndex, pBtn );
149 void wxDynamicToolBar::AddTool( int toolIndex, wxBitmap labelBmp, argument
163 pBtn->Create( this, toolIndex );
167 AddTool( toolIndex, pBtn );
172 wxDynamicToolBar::AddTool(const int toolIndex, const wxBitmap& bitmap, argument
180 pBmpBtn->Create( this, toolIndex );
493 EnableTool(int toolIndex, bool enable ) argument
[all...]

Completed in 167 milliseconds