LibreOffice Module basctl (master) 1
|
#include <bastype2.hxx>
Public Member Functions | |
Entry (EntryType eType) | |
virtual | ~Entry () |
Entry (Entry const &)=default | |
Entry (Entry &&)=default | |
Entry & | operator= (Entry const &)=default |
Entry & | operator= (Entry &&)=default |
EntryType | GetType () const |
Private Attributes | |
EntryType | m_eType |
Definition at line 64 of file bastype2.hxx.
|
inlineexplicit |
Definition at line 70 of file bastype2.hxx.
References eType.
|
virtual |
Definition at line 87 of file bastype2.cxx.
|
default |
|
default |
|
inline |
Definition at line 82 of file bastype2.hxx.
References m_eType.
Referenced by basctl::SbTreeListBox::FindEntry(), basctl::SbTreeListBox::FindVariable(), and basctl::SbTreeListBox::GetEntryDescriptor().
|
private |
Definition at line 67 of file bastype2.hxx.
Referenced by GetType().