LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
weld::ComboBoxEntry Struct Reference

#include <weld.hxx>

Public Member Functions

 ComboBoxEntry (OUString _aString)
 
 ComboBoxEntry (OUString _aString, OUString _aId)
 
 ComboBoxEntry (OUString _aString, OUString _aId, OUString _aImage)
 

Public Attributes

OUString sString
 
OUString sId
 
OUString sImage
 

Detailed Description

Definition at line 680 of file weld.hxx.

Constructor & Destructor Documentation

◆ ComboBoxEntry() [1/3]

weld::ComboBoxEntry::ComboBoxEntry ( OUString  _aString)
inline

Definition at line 685 of file weld.hxx.

◆ ComboBoxEntry() [2/3]

weld::ComboBoxEntry::ComboBoxEntry ( OUString  _aString,
OUString  _aId 
)
inline

Definition at line 689 of file weld.hxx.

References sId.

◆ ComboBoxEntry() [3/3]

weld::ComboBoxEntry::ComboBoxEntry ( OUString  _aString,
OUString  _aId,
OUString  _aImage 
)
inline

Definition at line 694 of file weld.hxx.

References sId.

Member Data Documentation

◆ sId

OUString weld::ComboBoxEntry::sId

Definition at line 683 of file weld.hxx.

Referenced by weld::ComboBox::insert().

◆ sImage

OUString weld::ComboBoxEntry::sImage

Definition at line 684 of file weld.hxx.

Referenced by weld::ComboBox::insert().

◆ sString

OUString weld::ComboBoxEntry::sString

Definition at line 682 of file weld.hxx.

Referenced by weld::ComboBox::insert().


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