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

#include <fmexpl.hxx>

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

Public Member Functions

 FmNavRequestSelectHint ()
 
void SetMixedSelection (bool bMixedSelection)
 
bool IsMixedSelection () const
 
void AddItem (FmEntryData *pEntry)
 
void ClearItems ()
 
FmEntryDataArrayGetItems ()
 
- Public Member Functions inherited from SfxHint
 SfxHint ()
 
 SfxHint (SfxHintId nId)
 
virtual ~SfxHint ()
 
 SfxHint (SfxHint const &)=default
 
 SfxHint (SfxHint &&)=default
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Private Attributes

FmEntryDataArray m_arredToSelect
 
bool m_bMixedSelection
 

Detailed Description

Definition at line 204 of file fmexpl.hxx.

Constructor & Destructor Documentation

◆ FmNavRequestSelectHint()

FmNavRequestSelectHint::FmNavRequestSelectHint ( )
inline

Definition at line 209 of file fmexpl.hxx.

Member Function Documentation

◆ AddItem()

void FmNavRequestSelectHint::AddItem ( FmEntryData pEntry)
inline

Definition at line 216 of file fmexpl.hxx.

References m_arredToSelect.

Referenced by svxform::NavigatorTreeModel::InsertFormComponent().

◆ ClearItems()

void FmNavRequestSelectHint::ClearItems ( )
inline

Definition at line 217 of file fmexpl.hxx.

References m_arredToSelect.

Referenced by svxform::NavigatorTreeModel::BroadcastMarkedObjects().

◆ GetItems()

FmEntryDataArray & FmNavRequestSelectHint::GetItems ( )
inline

Definition at line 218 of file fmexpl.hxx.

References m_arredToSelect.

◆ IsMixedSelection()

bool FmNavRequestSelectHint::IsMixedSelection ( ) const
inline

Definition at line 215 of file fmexpl.hxx.

References m_bMixedSelection.

◆ SetMixedSelection()

void FmNavRequestSelectHint::SetMixedSelection ( bool  bMixedSelection)
inline

Definition at line 214 of file fmexpl.hxx.

References m_bMixedSelection.

Referenced by svxform::NavigatorTreeModel::BroadcastMarkedObjects().

Member Data Documentation

◆ m_arredToSelect

FmEntryDataArray FmNavRequestSelectHint::m_arredToSelect
private

Definition at line 206 of file fmexpl.hxx.

Referenced by AddItem(), ClearItems(), and GetItems().

◆ m_bMixedSelection

bool FmNavRequestSelectHint::m_bMixedSelection
private

Definition at line 207 of file fmexpl.hxx.

Referenced by IsMixedSelection(), and SetMixedSelection().


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