LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
ImpLBSelEng Class Referencefinal

#include <svimpbox.hxx>

Inheritance diagram for ImpLBSelEng:
[legend]
Collaboration diagram for ImpLBSelEng:
[legend]

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

SvImpLBoxpImp
 
VclPtr< SvTreeListBoxpView
 

Detailed Description

Definition at line 41 of file svimpbox.hxx.

Constructor & Destructor Documentation

◆ ImpLBSelEng()

ImpLBSelEng::ImpLBSelEng ( SvImpLBox pImp,
SvTreeListBox pView 
)

Definition at line 2541 of file svimpbox.cxx.

References pImp, and pView.

◆ ~ImpLBSelEng()

ImpLBSelEng::~ImpLBSelEng ( )
overridevirtual

Definition at line 2547 of file svimpbox.cxx.

Member Function Documentation

◆ BeginDrag()

void ImpLBSelEng::BeginDrag ( )
overridevirtual

Implements FunctionSet.

Definition at line 2551 of file svimpbox.cxx.

References SvImpLBox::BeginDrag(), and pImp.

◆ CreateAnchor()

void ImpLBSelEng::CreateAnchor ( )
overridevirtual

Implements FunctionSet.

Definition at line 2556 of file svimpbox.cxx.

References SvImpLBox::m_pAnchor, SvImpLBox::m_pCursor, and pImp.

◆ DeselectAll()

void ImpLBSelEng::DeselectAll ( )
overridevirtual

Implements FunctionSet.

Definition at line 2595 of file svimpbox.cxx.

References DeselectAll(), SvImpLBox::m_nFlags, pImp, and SvImpLBox::SelAllDestrAnch().

Referenced by DeselectAll().

◆ DeselectAtPoint()

void ImpLBSelEng::DeselectAtPoint ( const Point rPoint)
overridevirtual

Implements FunctionSet.

Definition at line 2587 of file svimpbox.cxx.

References SvImpLBox::MakePointVisible(), pImp, and SvImpLBox::SelectEntry().

◆ DestroyAnchor()

void ImpLBSelEng::DestroyAnchor ( )
overridevirtual

Implements FunctionSet.

Definition at line 2561 of file svimpbox.cxx.

References SvImpLBox::m_pAnchor, and pImp.

◆ IsSelectionAtPoint()

bool ImpLBSelEng::IsSelectionAtPoint ( const Point rPoint)
overridevirtual

Implements FunctionSet.

Definition at line 2579 of file svimpbox.cxx.

References SvListView::IsSelected(), SvImpLBox::MakePointVisible(), pImp, and pView.

◆ SetCursorAtPoint()

void ImpLBSelEng::SetCursorAtPoint ( const Point rPoint,
bool  bDontSelectAtCursor = false 
)
overridevirtual

Implements FunctionSet.

Definition at line 2566 of file svimpbox.cxx.

References SvImpLBox::MakePointVisible(), pImp, and SvImpLBox::SetCursor().

Member Data Documentation

◆ pImp

SvImpLBox* ImpLBSelEng::pImp
private

◆ pView

VclPtr<SvTreeListBox> ImpLBSelEng::pView
private

Definition at line 44 of file svimpbox.hxx.

Referenced by ImpLBSelEng(), and IsSelectionAtPoint().


The documentation for this class was generated from the following files: