LibreOffice Module vcl (master)
1
|
Public Member Functions | |
RoadmapImpl (const ORoadmap &rAntiImpl) | |
HL_Vector & | getHyperLabels () |
void | insertHyperLabel (ItemIndex Index, RoadmapItem *_rRoadmapStep) |
ItemIndex | getItemCount () const |
void | setCurItemID (ItemId i) |
ItemId | getCurItemID () const |
void | setInteractive (const bool _bInteractive) |
bool | isInteractive () const |
void | setComplete (const bool _bComplete) |
bool | isComplete () const |
void | setPicture (const BitmapEx &_rPic) |
const BitmapEx & | getPicture () const |
void | setSelectHdl (const Link< LinkParamNone *, void > &_rHdl) |
const Link< LinkParamNone *, void > & | getSelectHdl () const |
void | initItemSize () |
const Size & | getItemSize () const |
void | removeHyperLabel (ItemIndex Index) |
Public Attributes | |
bool | m_bPaintInitialized: 1 |
RoadmapItem * | InCompleteHyperLabel |
Protected Attributes | |
const ORoadmap & | m_rAntiImpl |
Link< LinkParamNone *, void > | m_aSelectHdl |
BitmapEx | m_aPicture |
HL_Vector | m_aRoadmapSteps |
ItemId | m_iCurItemID |
bool | m_bInteractive: 1 |
bool | m_bComplete: 1 |
Size | m_aItemSizePixel |
Additional Inherited Members | |
![]() | |
typedef sal_Int16 | ItemId |
typedef sal_Int32 | ItemIndex |
Definition at line 92 of file roadmap.cxx.
|
inlineexplicit |
Definition at line 107 of file roadmap.cxx.
|
inline |
Definition at line 137 of file roadmap.cxx.
References m_iCurItemID.
|
inline |
Definition at line 118 of file roadmap.cxx.
References m_aRoadmapSteps.
|
inline |
Definition at line 128 of file roadmap.cxx.
Referenced by removeHyperLabel().
|
inline |
Definition at line 179 of file roadmap.cxx.
References m_aItemSizePixel.
|
inline |
Definition at line 164 of file roadmap.cxx.
References m_aPicture.
|
inline |
Definition at line 173 of file roadmap.cxx.
References m_aSelectHdl.
void vcl::RoadmapImpl::initItemSize | ( | ) |
Definition at line 194 of file roadmap.cxx.
References LABELBASEMAPHEIGHT, m_aItemSizePixel, m_rAntiImpl, ROADMAP_INDENT_X, and Size::setHeight().
|
inline |
Definition at line 123 of file roadmap.cxx.
|
inline |
Definition at line 155 of file roadmap.cxx.
References m_bComplete.
|
inline |
Definition at line 146 of file roadmap.cxx.
References m_bInteractive.
Definition at line 184 of file roadmap.cxx.
References getItemCount().
|
inline |
Definition at line 151 of file roadmap.cxx.
References m_bComplete.
Definition at line 133 of file roadmap.cxx.
|
inline |
Definition at line 142 of file roadmap.cxx.
References m_bInteractive.
Definition at line 160 of file roadmap.cxx.
|
inline |
Definition at line 169 of file roadmap.cxx.
RoadmapItem* vcl::RoadmapImpl::InCompleteHyperLabel |
Definition at line 116 of file roadmap.cxx.
|
protected |
Definition at line 102 of file roadmap.cxx.
Referenced by getItemSize(), and initItemSize().
|
protected |
Definition at line 97 of file roadmap.cxx.
Referenced by getPicture().
|
protected |
Definition at line 98 of file roadmap.cxx.
Referenced by getHyperLabels().
|
protected |
Definition at line 96 of file roadmap.cxx.
Referenced by getSelectHdl().
|
protected |
Definition at line 101 of file roadmap.cxx.
Referenced by isComplete(), and setComplete().
|
protected |
Definition at line 100 of file roadmap.cxx.
Referenced by isInteractive(), and setInteractive().
bool vcl::RoadmapImpl::m_bPaintInitialized |
Definition at line 104 of file roadmap.cxx.
|
protected |
Definition at line 99 of file roadmap.cxx.
Referenced by getCurItemID().
|
protected |
Definition at line 95 of file roadmap.cxx.
Referenced by initItemSize().