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 |
![]() | |
virtual | ~FunctionSet ()=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 2526 of file svimpbox.cxx.
|
overridevirtual |
Definition at line 2532 of file svimpbox.cxx.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2536 of file svimpbox.cxx.
References SvImpLBox::BeginDrag(), and pImp.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2541 of file svimpbox.cxx.
References SvImpLBox::m_pAnchor, SvImpLBox::m_pCursor, and pImp.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2580 of file svimpbox.cxx.
References SvImpLBox::m_nFlags, pImp, and SvImpLBox::SelAllDestrAnch().
Implements FunctionSet.
Definition at line 2572 of file svimpbox.cxx.
References SvImpLBox::MakePointVisible(), pImp, and SvImpLBox::SelectEntry().
|
overridevirtual |
Implements FunctionSet.
Definition at line 2546 of file svimpbox.cxx.
References SvImpLBox::m_pAnchor, and pImp.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2564 of file svimpbox.cxx.
References SvListView::IsSelected(), SvImpLBox::MakePointVisible(), pImp, and pView.
|
overridevirtual |
Implements FunctionSet.
Definition at line 2551 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().