#include <sttool.h>


Public Member Functions | |
| a2dStToolFixedToolStyleEvtHandler (a2dStToolContr *controller) | |
| constructor | |
| ~a2dStToolFixedToolStyleEvtHandler () | |
| destructor | |
| void | SetTakeToolstyleToCmdhOnPush (bool set) |
| can be used to take over style from the a2dCentralCanvasCommandProcessor | |
| bool | GetTakeToolstyleToCmdhOnPush () |
| see SetTakeToolstyleToCmdhOnPush() | |
Protected Member Functions | |
| void | OnKeyDown (wxKeyEvent &event) |
| void | OnKeyUp (wxKeyEvent &event) |
| void | OnDoEvent (a2dCommandProcessorEvent &event) |
| void | OnUndoEvent (a2dCommandProcessorEvent &event) |
| void | OnRedoEvent (a2dCommandProcessorEvent &event) |
| void | OnComEvent (a2dComEvent &event) |
Protected Attributes | |
| a2dStToolContr * | m_stcontroller |
| tools using this controller | |
| bool | m_takeToolstyleToCmdhOnPush |
| can be used to take over style from the a2dCentralCanvasCommandProcessor | |
Tools like a2dZoomTool or a2dDrawWirePolylineLTool do in general have a style which is not influenced by the interactive style change in the application.
Definition at line 2127 of file sttool.h.
| void a2dStToolFixedToolStyleEvtHandler::SetTakeToolstyleToCmdhOnPush | ( | bool | set | ) | [inline] |
can be used to take over style from the a2dCentralCanvasCommandProcessor
when set fill stroke contour and other specific properties are set as current status to the a2dCentralCanvasCommandProcessor when a drawing tool is pushed.