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

#include <galmisc.hxx>

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

Public Member Functions

 GalleryHint (GalleryHintType nType, OUString aThemeName, void *nData1=nullptr)
 
 GalleryHint (GalleryHintType nType, OUString aThemeName, OUString aStringData)
 
GalleryHintType GetType () const
 
const OUString & GetThemeName () const
 
const OUString & GetStringData () const
 
void * GetData1 () const
 
- 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

GalleryHintType mnType
 
OUString maThemeName
 
OUString maStringData
 
void * mnData1
 

Detailed Description

Definition at line 175 of file galmisc.hxx.

Constructor & Destructor Documentation

◆ GalleryHint() [1/2]

GalleryHint::GalleryHint ( GalleryHintType  nType,
OUString  aThemeName,
void *  nData1 = nullptr 
)
inline

Definition at line 186 of file galmisc.hxx.

References nType.

◆ GalleryHint() [2/2]

GalleryHint::GalleryHint ( GalleryHintType  nType,
OUString  aThemeName,
OUString  aStringData 
)
inline

Definition at line 189 of file galmisc.hxx.

References nType.

Member Function Documentation

◆ GetData1()

void * GalleryHint::GetData1 ( ) const
inline

Definition at line 195 of file galmisc.hxx.

References mnData1.

Referenced by GalleryBrowser2::Notify(), and unogallery::GalleryTheme::Notify().

◆ GetStringData()

const OUString & GalleryHint::GetStringData ( ) const
inline

Definition at line 194 of file galmisc.hxx.

References maStringData.

Referenced by GalleryBrowser1::Notify().

◆ GetThemeName()

const OUString & GalleryHint::GetThemeName ( ) const
inline

Definition at line 193 of file galmisc.hxx.

References maThemeName.

Referenced by GalleryBrowser1::Notify().

◆ GetType()

GalleryHintType GalleryHint::GetType ( ) const
inline

Member Data Documentation

◆ maStringData

OUString GalleryHint::maStringData
private

Definition at line 181 of file galmisc.hxx.

Referenced by GetStringData().

◆ maThemeName

OUString GalleryHint::maThemeName
private

Definition at line 180 of file galmisc.hxx.

Referenced by GetThemeName().

◆ mnData1

void* GalleryHint::mnData1
private

Definition at line 182 of file galmisc.hxx.

Referenced by GetData1().

◆ mnType

GalleryHintType GalleryHint::mnType
private

Definition at line 179 of file galmisc.hxx.

Referenced by GetType().


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