LibreOffice Module dbaccess (master) 1
|
#include <FieldControls.hxx>
Public Member Functions | |
OPropListBoxCtrl (std::unique_ptr< weld::ComboBox > xComboBox, TranslateId pHelpId, short nPosition) | |
virtual | ~OPropListBoxCtrl () override |
virtual void | save_value () override |
virtual bool | get_value_changed_from_saved () const override |
weld::ComboBox & | GetComboBox () |
OUString | get_active_text () const |
void | set_active_text (const OUString &rText) |
int | get_active () const |
void | set_active (int nPos) |
int | get_count () const |
void | append_text (const OUString &rText) |
void | remove_text (const OUString &rText) |
int | find_text (const OUString &rText) const |
short | GetPos () const |
const OUString & | GetHelp () const |
Public Member Functions inherited from dbaui::OWidgetBase | |
OWidgetBase (weld::Widget *pWidget) | |
void | hide () |
void | show () |
void | set_sensitive (bool bSensitive) |
weld::Widget * | GetWidget () |
virtual bool | get_value_changed_from_saved () const =0 |
virtual void | save_value ()=0 |
virtual | ~OWidgetBase () |
Private Attributes | |
std::unique_ptr< weld::ComboBox > | m_xComboBox |
short | m_nPos |
OUString | m_strHelpText |
Definition at line 84 of file FieldControls.hxx.
dbaui::OPropListBoxCtrl::OPropListBoxCtrl | ( | std::unique_ptr< weld::ComboBox > | xComboBox, |
TranslateId | pHelpId, | ||
short | nPosition | ||
) |
Definition at line 52 of file FieldControls.cxx.
References DBA_RES, get(), m_nPos, and m_strHelpText.
|
inlineoverridevirtual |
Definition at line 92 of file FieldControls.hxx.
References m_xComboBox.
|
inline |
Definition at line 110 of file FieldControls.hxx.
References m_xComboBox.
|
inline |
Definition at line 112 of file FieldControls.hxx.
References m_xComboBox.
|
inline |
Definition at line 105 of file FieldControls.hxx.
References m_xComboBox.
|
inline |
Definition at line 102 of file FieldControls.hxx.
References m_xComboBox.
|
inline |
Definition at line 108 of file FieldControls.hxx.
References m_xComboBox.
|
inlineoverridevirtual |
Implements dbaui::OWidgetBase.
Definition at line 98 of file FieldControls.hxx.
References m_xComboBox.
|
inline |
Definition at line 100 of file FieldControls.hxx.
References m_xComboBox.
Referenced by dbaui::OFieldDescControl::InitializeControl().
|
inline |
Definition at line 115 of file FieldControls.hxx.
References m_strHelpText.
|
inline |
Definition at line 114 of file FieldControls.hxx.
References m_nPos.
|
inline |
Definition at line 111 of file FieldControls.hxx.
References m_xComboBox.
|
inlineoverridevirtual |
Implements dbaui::OWidgetBase.
Definition at line 97 of file FieldControls.hxx.
References m_xComboBox.
|
inline |
Definition at line 106 of file FieldControls.hxx.
References m_xComboBox, and nPos.
|
inline |
Definition at line 103 of file FieldControls.hxx.
References m_xComboBox.
|
private |
Definition at line 87 of file FieldControls.hxx.
Referenced by GetPos().
|
private |
Definition at line 88 of file FieldControls.hxx.
Referenced by GetHelp(), and OPropListBoxCtrl().
|
private |
Definition at line 86 of file FieldControls.hxx.
Referenced by append_text(), find_text(), get_active(), get_active_text(), get_count(), get_value_changed_from_saved(), GetComboBox(), remove_text(), save_value(), set_active(), set_active_text(), and ~OPropListBoxCtrl().