LibreOffice Module vcl (master) 1
|
#include <ControlCacheKey.hxx>
Public Member Functions | |
ControlCacheKey (ControlType nType, ControlPart nPart, ControlState nState, const Size &rSize) | |
bool | operator== (ControlCacheKey const &aOther) const |
bool | canCacheControl () const |
Public Attributes | |
ControlType | mnType |
ControlPart | mnPart |
ControlState | mnState |
Size | maSize |
Definition at line 27 of file ControlCacheKey.hxx.
|
inline |
Definition at line 35 of file ControlCacheKey.hxx.
|
inline |
Definition at line 50 of file ControlCacheKey.hxx.
References Checkbox, Entire, ListNode, Menubar, mnPart, mnType, Progress, Radiobutton, Slider, Spinbox, SpinButtons, and TabItem.
|
inline |
Definition at line 43 of file ControlCacheKey.hxx.
References Size::Height(), maSize, mnPart, mnState, mnType, and Size::Width().
Size ControlCacheKey::maSize |
Definition at line 33 of file ControlCacheKey.hxx.
Referenced by ControlCacheHashFunction::operator()(), and operator==().
ControlPart ControlCacheKey::mnPart |
Definition at line 31 of file ControlCacheKey.hxx.
Referenced by canCacheControl(), ControlCacheHashFunction::operator()(), and operator==().
ControlState ControlCacheKey::mnState |
Definition at line 32 of file ControlCacheKey.hxx.
Referenced by ControlCacheHashFunction::operator()(), and operator==().
ControlType ControlCacheKey::mnType |
Definition at line 30 of file ControlCacheKey.hxx.
Referenced by canCacheControl(), ControlCacheHashFunction::operator()(), and operator==().