Changeset 118 for cafu/trunk/CaWE/Tool.hpp
- Timestamp:
- 08/15/10 22:24:46 (22 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/CaWE/Tool.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/Tool.hpp
r36 r118 77 77 78 78 /// Returns the ID of the wxWidgets event (menu selection or toolbar button click) that is associated with activating this tool. 79 virtual int GetWxEventID() =0;79 virtual int GetWxEventID() const=0; 80 80 81 81 /// Returns the options bar window associated with this tool. NULL if no options bar has been assigned.
