LibreOffice Module vcl (master) 1
|
#include <seleng.hxx>
Public Member Functions | |
virtual | ~FunctionSet ()=0 |
virtual void | BeginDrag ()=0 |
virtual void | CreateAnchor ()=0 |
virtual void | DestroyAnchor ()=0 |
virtual void | SetCursorAtPoint (const Point &rPointPixel, bool bDontSelectAtCursor=false)=0 |
virtual bool | IsSelectionAtPoint (const Point &rPointPixel)=0 |
virtual void | DeselectAtPoint (const Point &rPointPixel)=0 |
virtual void | DeselectAll ()=0 |
Definition at line 41 of file seleng.hxx.
|
pure virtual |
Definition at line 26 of file seleng.cxx.
|
pure virtual |
Implemented in ImpLBSelEng, and TextSelFunctionSet.
Referenced by SelectionEngine::Command().
|
pure virtual |
Implemented in ImpLBSelEng, and TextSelFunctionSet.
Referenced by SelectionEngine::CursorPosChanging(), SelectionEngine::SelMouseButtonDown(), and SelectionEngine::SelMouseMove().
|
pure virtual |
Implemented in ImpLBSelEng, and TextSelFunctionSet.
Referenced by SelectionEngine::CursorPosChanging(), SelectionEngine::SelMouseButtonDown(), and SelectionEngine::SelMouseButtonUp().
|
pure virtual |
Implemented in TextSelFunctionSet, and ImpLBSelEng.
Referenced by SelectionEngine::SelMouseButtonDown(), and SelectionEngine::SelMouseButtonUp().
|
pure virtual |
Implemented in ImpLBSelEng, and TextSelFunctionSet.
Referenced by SelectionEngine::CursorPosChanging(), SelectionEngine::SelMouseButtonDown(), and SelectionEngine::SelMouseButtonUp().
|
pure virtual |
Implemented in ImpLBSelEng, and TextSelFunctionSet.
Referenced by SelectionEngine::Command(), and SelectionEngine::SelMouseButtonDown().
|
pure virtual |
Implemented in ImpLBSelEng, and TextSelFunctionSet.
Referenced by SelectionEngine::SelMouseButtonDown(), SelectionEngine::SelMouseButtonUp(), and SelectionEngine::SelMouseMove().