#include <Overlay.h>
Public Member Functions | |
| DrawingPlane () | |
| virtual | ~DrawingPlane () |
Public Member Functions inherited from Gui::BaseMouseSelection | |
| BaseMouseSelection () | |
| virtual | ~BaseMouseSelection () |
Public Member Functions inherited from Gui::AbstractMouseSelection | |
| AbstractMouseSelection () | |
| const std::vector< SbVec2s > & | getPositions () const |
| void | grabMouseModel (Gui::View3DInventorViewer *) |
| virtual void | initialize ()=0 |
| implement this in derived classes More... | |
| void | redraw () |
| void | releaseMouseModel (bool abort=false) |
| SelectionRole | selectedRole () const |
| virtual void | terminate (bool abort=false)=0 |
| implement this in derived classes More... | |
| virtual | ~AbstractMouseSelection (void) |
| int | handleEvent (const SoEvent *const ev, const SbViewportRegion &vp) |
Protected Member Functions | |
| void | draw () |
| drawing stuff More... | |
| void | initialize () |
| implement this in derived classes More... | |
| virtual int | keyboardEvent (const SoKeyboardEvent *const e) |
| virtual int | locationEvent (const SoLocation2Event *const e, const QPoint &pos) |
| virtual int | mouseButtonEvent (const SoMouseButtonEvent *const e, const QPoint &pos) |
| void | terminate () |
Protected Member Functions inherited from Gui::AbstractMouseSelection | |
Additional Inherited Members | |
Public Types inherited from Gui::AbstractMouseSelection | |
| enum | { Continue =0 , Restart =1 , Finish =2 , Cancel =3 , Ignore =4 } |
Protected Attributes inherited from Gui::AbstractMouseSelection | |
| QCursor | m_cPrevCursor |
| int | m_iXold |
| int | m_iYold |
| int | m_iXnew |
| int | m_iYnew |
| SelectionRole | m_selectedRole |
| DrawingPlane::DrawingPlane | ( | ) |
|
virtual |
References terminate().
|
protectedvirtual |
|
protectedvirtual |
implement this in derived classes
Implements Gui::AbstractMouseSelection.
|
protectedvirtual |
Reimplemented from Gui::AbstractMouseSelection.
References Gui::AbstractMouseSelection::Continue.
|
protectedvirtual |
Reimplemented from Gui::AbstractMouseSelection.
References Gui::AbstractMouseSelection::Continue, and draw().
|
protectedvirtual |
Reimplemented from Gui::AbstractMouseSelection.
References Gui::AbstractMouseSelection::Continue, and Gui::AbstractMouseSelection::Finish.
|
protected |
Referenced by addonmanager_workers.CacheMacroCode::update_and_advance(), and ~DrawingPlane().