LibreOffice Module vcl (master) 1
Public Attributes | List of all members
ImplSVCtrlData Struct Reference

#include <svdata.hxx>

Collaboration diagram for ImplSVCtrlData:
[legend]

Public Attributes

std::vector< ImagemaCheckImgList
 
std::vector< ImagemaRadioImgList
 
std::optional< ImagemoDisclosurePlus
 
std::optional< ImagemoDisclosureMinus
 
ImplTBDragMgrmpTBDragMgr = nullptr
 
sal_uInt16 mnCheckStyle = 0
 
sal_uInt16 mnRadioStyle = 0
 
Color mnLastCheckFColor
 
Color mnLastCheckWColor
 
Color mnLastCheckLColor
 
Color mnLastRadioFColor
 
Color mnLastRadioWColor
 
Color mnLastRadioLColor
 
FieldUnitStringList maFieldUnitStrings
 
FieldUnitStringList maCleanUnitStrings
 

Detailed Description

Definition at line 273 of file svdata.hxx.

Member Data Documentation

◆ maCheckImgList

std::vector<Image> ImplSVCtrlData::maCheckImgList

Definition at line 275 of file svdata.hxx.

Referenced by DeInitVCL(), and CheckBox::GetCheckImage().

◆ maCleanUnitStrings

FieldUnitStringList ImplSVCtrlData::maCleanUnitStrings

Definition at line 289 of file svdata.hxx.

Referenced by ImplDeInitSVData(), and ImplGetCleanedFieldUnits().

◆ maFieldUnitStrings

FieldUnitStringList ImplSVCtrlData::maFieldUnitStrings

Definition at line 288 of file svdata.hxx.

Referenced by ImplDeInitSVData(), and ImplGetFieldUnits().

◆ maRadioImgList

std::vector<Image> ImplSVCtrlData::maRadioImgList

Definition at line 276 of file svdata.hxx.

Referenced by DeInitVCL(), and RadioButton::GetRadioImage().

◆ mnCheckStyle

sal_uInt16 ImplSVCtrlData::mnCheckStyle = 0

Definition at line 280 of file svdata.hxx.

Referenced by CheckBox::GetCheckImage().

◆ mnLastCheckFColor

Color ImplSVCtrlData::mnLastCheckFColor

Definition at line 282 of file svdata.hxx.

Referenced by CheckBox::GetCheckImage().

◆ mnLastCheckLColor

Color ImplSVCtrlData::mnLastCheckLColor

Definition at line 284 of file svdata.hxx.

Referenced by CheckBox::GetCheckImage().

◆ mnLastCheckWColor

Color ImplSVCtrlData::mnLastCheckWColor

Definition at line 283 of file svdata.hxx.

Referenced by CheckBox::GetCheckImage().

◆ mnLastRadioFColor

Color ImplSVCtrlData::mnLastRadioFColor

Definition at line 285 of file svdata.hxx.

Referenced by RadioButton::GetRadioImage().

◆ mnLastRadioLColor

Color ImplSVCtrlData::mnLastRadioLColor

Definition at line 287 of file svdata.hxx.

Referenced by RadioButton::GetRadioImage().

◆ mnLastRadioWColor

Color ImplSVCtrlData::mnLastRadioWColor

Definition at line 286 of file svdata.hxx.

Referenced by RadioButton::GetRadioImage().

◆ mnRadioStyle

sal_uInt16 ImplSVCtrlData::mnRadioStyle = 0

Definition at line 281 of file svdata.hxx.

Referenced by RadioButton::GetRadioImage().

◆ moDisclosureMinus

std::optional<Image> ImplSVCtrlData::moDisclosureMinus

Definition at line 278 of file svdata.hxx.

Referenced by DeInitVCL(), and DisclosureButton::ImplDrawCheckBoxState().

◆ moDisclosurePlus

std::optional<Image> ImplSVCtrlData::moDisclosurePlus

Definition at line 277 of file svdata.hxx.

Referenced by DeInitVCL(), and DisclosureButton::ImplDrawCheckBoxState().

◆ mpTBDragMgr

ImplTBDragMgr* ImplSVCtrlData::mpTBDragMgr = nullptr

Definition at line 279 of file svdata.hxx.

Referenced by ToolBox::dispose(), and ImplGetTBDragMgr().


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