OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::CheckBox Class Reference

#include "CheckBox.h"

Inheritance diagram for ot::CheckBox:
ot::QWidgetInterface

Public Member Functions

 CheckBox (QWidget *_parent=(QWidget *) nullptr)
 
 CheckBox (const QString &_text, QWidget *_parent=(QWidget *) nullptr)
 
virtual ~CheckBox ()
 
virtual QWidget * getQWidget (void) override
 Returns a pointer to the root widget of this object.
 
virtual const QWidget * getQWidget (void) const override
 
- Public Member Functions inherited from ot::QWidgetInterface
 QWidgetInterface ()
 
virtual ~QWidgetInterface ()
 
void setOTWidgetFlags (const WidgetFlags &_flags)
 
const WidgetFlagsotWidgetFlags (void) const
 

Additional Inherited Members

- Protected Member Functions inherited from ot::QWidgetInterface
virtual void otWidgetFlagsChanged (const WidgetFlags &_flags)
 

Constructor & Destructor Documentation

◆ CheckBox() [1/2]

ot::CheckBox::CheckBox ( QWidget * _parent = (QWidget*)nullptr)

◆ CheckBox() [2/2]

ot::CheckBox::CheckBox ( const QString & _text,
QWidget * _parent = (QWidget*)nullptr )

◆ ~CheckBox()

virtual ot::CheckBox::~CheckBox ( )
inlinevirtual

Member Function Documentation

◆ getQWidget() [1/2]

virtual const QWidget * ot::CheckBox::getQWidget ( void ) const
inlineoverridevirtual

Implements ot::QWidgetInterface.

◆ getQWidget() [2/2]

virtual QWidget * ot::CheckBox::getQWidget ( void )
inlineoverridevirtual

Returns a pointer to the root widget of this object.

Implements ot::QWidgetInterface.


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