LibreOffice Module dbaccess (master) 1
|
#include <FieldControls.hxx>
Public Member Functions | |
OPropColumnEditCtrl (std::unique_ptr< weld::Entry > xEntry, OUString const &_rAllowedChars, TranslateId pHelpId, short nPosition) | |
short | GetPos () const |
const OUString & | GetHelp () const |
Public Member Functions inherited from dbaui::OSQLNameEntry | |
OSQLNameEntry (std::unique_ptr< weld::Entry > xEntry, const OUString &_rAllowedChars=OUString()) | |
OUString | get_text () const |
void | set_text (const OUString &rText) |
void | set_max_length (int nLen) |
virtual void | save_value () override |
virtual bool | get_value_changed_from_saved () const override |
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 () |
Public Member Functions inherited from dbaui::OSQLNameChecker | |
OSQLNameChecker (OUString _sAllowedChars) | |
void | setAllowedChars (const OUString &_rAllowedChars) |
void | setCheck (bool _bCheck) |
bool | checkString (std::u16string_view _sToCheck, OUString &_rsCorrected) |
Private Attributes | |
short | m_nPos |
OUString | m_strHelpText |
Definition at line 27 of file FieldControls.hxx.
dbaui::OPropColumnEditCtrl::OPropColumnEditCtrl | ( | std::unique_ptr< weld::Entry > | xEntry, |
OUString const & | _rAllowedChars, | ||
TranslateId | pHelpId, | ||
short | nPosition | ||
) |
Definition at line 26 of file FieldControls.cxx.
References DBA_RES, m_nPos, and m_strHelpText.
|
inline |
Definition at line 35 of file FieldControls.hxx.
References m_strHelpText.
|
inline |
Definition at line 34 of file FieldControls.hxx.
References m_nPos.
|
private |
Definition at line 29 of file FieldControls.hxx.
Referenced by GetPos().
|
private |
Definition at line 30 of file FieldControls.hxx.
Referenced by GetHelp(), and OPropColumnEditCtrl().