OpenStructure
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes
WidgetStateSaver< BASE > Class Template Reference

#include <widget_state_saver.hh>

Inherits BASE.

Public Member Functions

 WidgetStateSaver (const QString &name, QWidget *parent)
 
 WidgetStateSaver (const QString &name, QPoint pos, QSize size, QWidget *parent)
 
void ResetStateSaver (const QString &name)
 

Protected Member Functions

void set_state_ ()
 
virtual ~WidgetStateSaver ()
 

Protected Attributes

QString name_
 
QPoint pos_
 
QSize size_
 
bool visible_
 
bool default_
 

Detailed Description

template<class BASE>
class ost::gui::WidgetStateSaver< BASE >

Definition at line 263 of file widget_state_saver.hh.

Constructor & Destructor Documentation

◆ WidgetStateSaver() [1/2]

template<class BASE >
WidgetStateSaver ( const QString &  name,
QWidget *  parent 
)
inline

Definition at line 266 of file widget_state_saver.hh.

◆ WidgetStateSaver() [2/2]

template<class BASE >
WidgetStateSaver ( const QString &  name,
QPoint  pos,
QSize  size,
QWidget *  parent 
)
inline

Definition at line 277 of file widget_state_saver.hh.

◆ ~WidgetStateSaver()

template<class BASE >
virtual ~WidgetStateSaver ( )
inlineprotectedvirtual

Definition at line 316 of file widget_state_saver.hh.

Member Function Documentation

◆ ResetStateSaver()

template<class BASE >
void ResetStateSaver ( const QString &  name)
inline

Definition at line 289 of file widget_state_saver.hh.

◆ set_state_()

template<class BASE >
void set_state_ ( )
inlineprotected

Definition at line 297 of file widget_state_saver.hh.

Field Documentation

◆ default_

template<class BASE >
bool default_
protected

Definition at line 332 of file widget_state_saver.hh.

◆ name_

template<class BASE >
QString name_
protected

Definition at line 328 of file widget_state_saver.hh.

◆ pos_

template<class BASE >
QPoint pos_
protected

Definition at line 329 of file widget_state_saver.hh.

◆ size_

template<class BASE >
QSize size_
protected

Definition at line 330 of file widget_state_saver.hh.

◆ visible_

template<class BASE >
bool visible_
protected

Definition at line 331 of file widget_state_saver.hh.


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