![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Interface for external view event observer. More...
#include <IViewEventObserver.h>
Public Member Functions | |
virtual bool | OnSelectChange (const IShapeView &view, const istd::CIndex2d &position, const IInteractiveShape &shape, bool state)=0 |
Message handler for selection changes. | |
virtual bool | OnViewMouseButton (const IShapeView &view, const istd::CIndex2d &position, Qt::MouseButton buttonType, bool state, const IInteractiveShape *shapePtr)=0 |
Message handler for mouse button click. | |
Interface for external view event observer.
Definition at line 27 of file IViewEventObserver.h.
|
pure virtual |
Message handler for selection changes.
Implemented in iview::CViewport.
|
pure virtual |
Message handler for mouse button click.
Implemented in iview::CViewport.
© Witold Gantzke and Kirill Lepskiy