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

#include <sdtreelb.hxx>

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

Public Member Functions

 SdPageObjsTLVDropTarget (weld::TreeView &rTreeView)
 
void SetDrawView (SdrView *pSdrView)
 
void SetOrderFrontToBack (bool bSet)
 

Private Member Functions

virtual sal_Int8 AcceptDrop (const AcceptDropEvent &rEvt) override
 AcceptDrop-Event. More...
 
virtual sal_Int8 ExecuteDrop (const ExecuteDropEvent &rEvt) override
 ExecuteDrop-Event. More...
 

Private Attributes

weld::TreeViewm_rTreeView
 
SdrViewm_pSdrView
 
bool m_bOrderFrontToBack = false
 

Detailed Description

Definition at line 54 of file sdtreelb.hxx.

Constructor & Destructor Documentation

◆ SdPageObjsTLVDropTarget()

SdPageObjsTLVDropTarget::SdPageObjsTLVDropTarget ( weld::TreeView rTreeView)

Definition at line 487 of file sdtreelb.cxx.

Member Function Documentation

◆ AcceptDrop()

sal_Int8 SdPageObjsTLVDropTarget::AcceptDrop ( const AcceptDropEvent rEvt)
overrideprivatevirtual

◆ ExecuteDrop()

sal_Int8 SdPageObjsTLVDropTarget::ExecuteDrop ( const ExecuteDropEvent rEvt)
overrideprivatevirtual

◆ SetDrawView()

void SdPageObjsTLVDropTarget::SetDrawView ( SdrView pSdrView)
inline

Definition at line 67 of file sdtreelb.hxx.

References m_pSdrView.

◆ SetOrderFrontToBack()

void SdPageObjsTLVDropTarget::SetOrderFrontToBack ( bool  bSet)
inline

Definition at line 68 of file sdtreelb.hxx.

References m_bOrderFrontToBack.

Member Data Documentation

◆ m_bOrderFrontToBack

bool SdPageObjsTLVDropTarget::m_bOrderFrontToBack = false
private

Definition at line 59 of file sdtreelb.hxx.

Referenced by ExecuteDrop(), and SetOrderFrontToBack().

◆ m_pSdrView

SdrView* SdPageObjsTLVDropTarget::m_pSdrView
private

Definition at line 58 of file sdtreelb.hxx.

Referenced by ExecuteDrop(), and SetDrawView().

◆ m_rTreeView

weld::TreeView& SdPageObjsTLVDropTarget::m_rTreeView
private

Definition at line 57 of file sdtreelb.hxx.

Referenced by AcceptDrop(), and ExecuteDrop().


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