LibreOffice Module vcl (master) 1
|
#include <svimpbox.hxx>
Public Member Functions | |
ImpLBSelEng (SvImpLBox *pImp, SvTreeListBox *pView) | |
virtual | ~ImpLBSelEng () override |
void | BeginDrag () override |
void | CreateAnchor () override |
void | DestroyAnchor () override |
void | SetCursorAtPoint (const Point &rPoint, bool bDontSelectAtCursor=false) override |
bool | IsSelectionAtPoint (const Point &rPoint) override |
void | DeselectAtPoint (const Point &rPoint) override |
void | DeselectAll () override |
Public Member Functions inherited from FunctionSet | |
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 |
Private Attributes | |
SvImpLBox * | pImp |
VclPtr< SvTreeListBox > | pView |
Definition at line 41 of file svimpbox.hxx.
ImpLBSelEng::ImpLBSelEng | ( | SvImpLBox * | pImp, |
SvTreeListBox * | pView | ||
) |
Definition at line 2541 of file svimpbox.cxx.
|
overridevirtual |
Definition at line 2547 of file svimpbox.cxx.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2551 of file svimpbox.cxx.
References SvImpLBox::BeginDrag(), and pImp.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2556 of file svimpbox.cxx.
References SvImpLBox::m_pAnchor, SvImpLBox::m_pCursor, and pImp.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2595 of file svimpbox.cxx.
References DeselectAll(), SvImpLBox::m_nFlags, pImp, and SvImpLBox::SelAllDestrAnch().
Referenced by DeselectAll().
|
overridevirtual |
Implements FunctionSet.
Definition at line 2587 of file svimpbox.cxx.
References SvImpLBox::MakePointVisible(), pImp, and SvImpLBox::SelectEntry().
|
overridevirtual |
Implements FunctionSet.
Definition at line 2561 of file svimpbox.cxx.
References SvImpLBox::m_pAnchor, and pImp.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2579 of file svimpbox.cxx.
References SvListView::IsSelected(), SvImpLBox::MakePointVisible(), pImp, and pView.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2566 of file svimpbox.cxx.
References SvImpLBox::MakePointVisible(), pImp, and SvImpLBox::SetCursor().
|
private |
Definition at line 43 of file svimpbox.hxx.
Referenced by BeginDrag(), CreateAnchor(), DeselectAll(), DeselectAtPoint(), DestroyAnchor(), ImpLBSelEng(), IsSelectionAtPoint(), and SetCursorAtPoint().
|
private |
Definition at line 44 of file svimpbox.hxx.
Referenced by ImpLBSelEng(), and IsSelectionAtPoint().