Developer Documentation
ACG::QtWidgets::QtFlapBox::Flap Struct Reference

Public Member Functions

void setText (const QString &_text)
 
void setIcon (const QIcon &_icon)
 
void setToolTip (const QString &_tip)
 
QString text () const
 
QIcon icon () const
 
QString toolTip () const
 
bool operator== (const Flap &_other) const
 

Public Attributes

QPushButton * button
 
QWidget * widget
 

Detailed Description

Definition at line 141 of file QtFlapBox.hh.

Member Function Documentation

◆ icon()

QIcon ACG::QtWidgets::QtFlapBox::Flap::icon ( ) const
inline

Definition at line 166 of file QtFlapBox.hh.

◆ operator==()

bool ACG::QtWidgets::QtFlapBox::Flap::operator== ( const Flap _other) const
inline

Definition at line 176 of file QtFlapBox.hh.

◆ setIcon()

void ACG::QtWidgets::QtFlapBox::Flap::setIcon ( const QIcon &  _icon)
inline

Definition at line 151 of file QtFlapBox.hh.

◆ setText()

void ACG::QtWidgets::QtFlapBox::Flap::setText ( const QString &  _text)
inline

Definition at line 146 of file QtFlapBox.hh.

◆ setToolTip()

void ACG::QtWidgets::QtFlapBox::Flap::setToolTip ( const QString &  _tip)
inline

Definition at line 156 of file QtFlapBox.hh.

◆ text()

QString ACG::QtWidgets::QtFlapBox::Flap::text ( ) const
inline

Definition at line 161 of file QtFlapBox.hh.

◆ toolTip()

QString ACG::QtWidgets::QtFlapBox::Flap::toolTip ( ) const
inline

Definition at line 171 of file QtFlapBox.hh.

Member Data Documentation

◆ button

QPushButton* ACG::QtWidgets::QtFlapBox::Flap::button

Definition at line 143 of file QtFlapBox.hh.

◆ widget

QWidget* ACG::QtWidgets::QtFlapBox::Flap::widget

Definition at line 144 of file QtFlapBox.hh.


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