LibreOffice Module dbaccess (master) 1
|
#include <SqlNameEdit.hxx>
Public Member Functions | |
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 | |
weld::Widget * | m_pWidget |
Definition at line 71 of file SqlNameEdit.hxx.
|
inline |
Definition at line 76 of file SqlNameEdit.hxx.
|
inlinevirtual |
Definition at line 90 of file SqlNameEdit.hxx.
|
pure virtual |
Implemented in dbaui::OPropEditCtrl, dbaui::OPropNumericEditCtrl, dbaui::OPropListBoxCtrl, and dbaui::OSQLNameEntry.
|
inline |
Definition at line 85 of file SqlNameEdit.hxx.
References m_pWidget.
Referenced by dbaui::OFieldDescControl::InitializeControl().
|
inline |
Definition at line 81 of file SqlNameEdit.hxx.
References weld::Widget::hide(), and m_pWidget.
|
pure virtual |
Implemented in dbaui::OPropEditCtrl, dbaui::OPropNumericEditCtrl, dbaui::OPropListBoxCtrl, and dbaui::OSQLNameEntry.
|
inline |
Definition at line 83 of file SqlNameEdit.hxx.
References m_pWidget, and weld::Widget::set_sensitive().
|
inline |
Definition at line 82 of file SqlNameEdit.hxx.
References m_pWidget, and weld::Widget::show().
|
private |
Definition at line 74 of file SqlNameEdit.hxx.
Referenced by GetWidget(), hide(), set_sensitive(), and show().