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 | |
Public Types inherited from vcl::RoadmapTypes | |
typedef sal_Int16 | ItemId |
typedef sal_Int32 | ItemIndex |
Definition at line 93 of file roadmap.cxx.
|
inlineexplicit |
Definition at line 108 of file roadmap.cxx.
|
inline |
Definition at line 138 of file roadmap.cxx.
References m_iCurItemID.
|
inline |
Definition at line 119 of file roadmap.cxx.
References m_aRoadmapSteps.
|
inline |
Definition at line 129 of file roadmap.cxx.
References m_aRoadmapSteps.
Referenced by removeHyperLabel().
|
inline |
Definition at line 180 of file roadmap.cxx.
References m_aItemSizePixel.
|
inline |
Definition at line 165 of file roadmap.cxx.
References m_aPicture.
|
inline |
Definition at line 174 of file roadmap.cxx.
References m_aSelectHdl.
void vcl::RoadmapImpl::initItemSize | ( | ) |
Definition at line 195 of file roadmap.cxx.
References Size::AdjustWidth(), Height, LABELBASEMAPHEIGHT, m_aItemSizePixel, m_rAntiImpl, ROADMAP_INDENT_X, Size::setHeight(), and Width.
|
inline |
Definition at line 124 of file roadmap.cxx.
References m_aRoadmapSteps.
|
inline |
Definition at line 156 of file roadmap.cxx.
References m_bComplete.
|
inline |
Definition at line 147 of file roadmap.cxx.
References m_bInteractive.
|
inline |
Definition at line 185 of file roadmap.cxx.
References getItemCount(), and m_aRoadmapSteps.
|
inline |
Definition at line 152 of file roadmap.cxx.
References m_bComplete.
|
inline |
Definition at line 134 of file roadmap.cxx.
References i, and m_iCurItemID.
|
inline |
Definition at line 143 of file roadmap.cxx.
References m_bInteractive.
|
inline |
Definition at line 161 of file roadmap.cxx.
References m_aPicture.
|
inline |
Definition at line 170 of file roadmap.cxx.
References m_aSelectHdl.
RoadmapItem* vcl::RoadmapImpl::InCompleteHyperLabel |
Definition at line 117 of file roadmap.cxx.
|
protected |
Definition at line 103 of file roadmap.cxx.
Referenced by getItemSize(), and initItemSize().
|
protected |
Definition at line 98 of file roadmap.cxx.
Referenced by getPicture(), and setPicture().
|
protected |
Definition at line 99 of file roadmap.cxx.
Referenced by getHyperLabels(), getItemCount(), insertHyperLabel(), and removeHyperLabel().
|
protected |
Definition at line 97 of file roadmap.cxx.
Referenced by getSelectHdl(), and setSelectHdl().
|
protected |
Definition at line 102 of file roadmap.cxx.
Referenced by isComplete(), and setComplete().
|
protected |
Definition at line 101 of file roadmap.cxx.
Referenced by isInteractive(), and setInteractive().
bool vcl::RoadmapImpl::m_bPaintInitialized |
Definition at line 105 of file roadmap.cxx.
|
protected |
Definition at line 100 of file roadmap.cxx.
Referenced by getCurItemID(), and setCurItemID().
|
protected |
Definition at line 96 of file roadmap.cxx.
Referenced by initItemSize().