LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Attributes | List of all members
dbaui::OWidgetBase Class Referenceabstract

#include <SqlNameEdit.hxx>

Inheritance diagram for dbaui::OWidgetBase:
[legend]
Collaboration diagram for dbaui::OWidgetBase:
[legend]

Public Member Functions

 OWidgetBase (weld::Widget *pWidget)
 
void hide ()
 
void show ()
 
void set_sensitive (bool bSensitive)
 
weld::WidgetGetWidget ()
 
virtual bool get_value_changed_from_saved () const =0
 
virtual void save_value ()=0
 
virtual ~OWidgetBase ()
 

Private Attributes

weld::Widgetm_pWidget
 

Detailed Description

Definition at line 71 of file SqlNameEdit.hxx.

Constructor & Destructor Documentation

◆ OWidgetBase()

dbaui::OWidgetBase::OWidgetBase ( weld::Widget pWidget)
inline

Definition at line 76 of file SqlNameEdit.hxx.

◆ ~OWidgetBase()

virtual dbaui::OWidgetBase::~OWidgetBase ( )
inlinevirtual

Definition at line 90 of file SqlNameEdit.hxx.

Member Function Documentation

◆ get_value_changed_from_saved()

virtual bool dbaui::OWidgetBase::get_value_changed_from_saved ( ) const
pure virtual

◆ GetWidget()

weld::Widget * dbaui::OWidgetBase::GetWidget ( )
inline

Definition at line 85 of file SqlNameEdit.hxx.

References m_pWidget.

Referenced by dbaui::OFieldDescControl::InitializeControl().

◆ hide()

void dbaui::OWidgetBase::hide ( )
inline

Definition at line 81 of file SqlNameEdit.hxx.

References weld::Widget::hide(), and m_pWidget.

◆ save_value()

virtual void dbaui::OWidgetBase::save_value ( )
pure virtual

◆ set_sensitive()

void dbaui::OWidgetBase::set_sensitive ( bool  bSensitive)
inline

Definition at line 83 of file SqlNameEdit.hxx.

References m_pWidget, and weld::Widget::set_sensitive().

◆ show()

void dbaui::OWidgetBase::show ( )
inline

Definition at line 82 of file SqlNameEdit.hxx.

References m_pWidget, and weld::Widget::show().

Member Data Documentation

◆ m_pWidget

weld::Widget* dbaui::OWidgetBase::m_pWidget
private

Definition at line 74 of file SqlNameEdit.hxx.

Referenced by GetWidget(), hide(), set_sensitive(), and show().


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