LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
ControlCacheKey Class Reference

#include <ControlCacheKey.hxx>

Collaboration diagram for ControlCacheKey:
[legend]

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
 

Detailed Description

Definition at line 27 of file ControlCacheKey.hxx.

Constructor & Destructor Documentation

◆ ControlCacheKey()

ControlCacheKey::ControlCacheKey ( ControlType  nType,
ControlPart  nPart,
ControlState  nState,
const Size rSize 
)
inline

Definition at line 35 of file ControlCacheKey.hxx.

References nState, and nType.

Member Function Documentation

◆ canCacheControl()

bool ControlCacheKey::canCacheControl ( ) const
inline

◆ operator==()

bool ControlCacheKey::operator== ( ControlCacheKey const &  aOther) const
inline

Definition at line 43 of file ControlCacheKey.hxx.

References Size::Height(), maSize, mnPart, mnState, mnType, and Size::Width().

Member Data Documentation

◆ maSize

Size ControlCacheKey::maSize

Definition at line 33 of file ControlCacheKey.hxx.

Referenced by ControlCacheHashFunction::operator()(), and operator==().

◆ mnPart

ControlPart ControlCacheKey::mnPart

◆ mnState

ControlState ControlCacheKey::mnState

Definition at line 32 of file ControlCacheKey.hxx.

Referenced by ControlCacheHashFunction::operator()(), and operator==().

◆ mnType

ControlType ControlCacheKey::mnType

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