YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
CustomGroupBox Class Reference

#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarpmotorgui/customgroupbox.h>

+ Inheritance diagram for CustomGroupBox:

Signals

void sig_titleDoubleClick ()
 

Public Member Functions

 CustomGroupBox (QWidget *parent=nullptr)
 
 ~CustomGroupBox () override
 
void setTitle (const QString &string)
 
void setTitleBackgroundColor (const QColor &backgroundColor)
 
void removeTitleBackground ()
 
void setTitleIcon (const QIcon &icon)
 
void addWidget (QWidget *widget)
 
void toggle (bool visible)
 
void enableCollapseAllContextMenu (bool enable)
 
bool visible () const
 
void toggleChildren (bool visible)
 

Detailed Description

Definition at line 33 of file customgroupbox.h.

Constructor & Destructor Documentation

◆ CustomGroupBox()

CustomGroupBox::CustomGroupBox ( QWidget *  parent = nullptr)
explicit

Definition at line 21 of file customgroupbox.cpp.

◆ ~CustomGroupBox()

CustomGroupBox::~CustomGroupBox ( )
override

Definition at line 48 of file customgroupbox.cpp.

Member Function Documentation

◆ addWidget()

void CustomGroupBox::addWidget ( QWidget *  widget)

Definition at line 77 of file customgroupbox.cpp.

◆ enableCollapseAllContextMenu()

void CustomGroupBox::enableCollapseAllContextMenu ( bool  enable)

Definition at line 89 of file customgroupbox.cpp.

◆ removeTitleBackground()

void CustomGroupBox::removeTitleBackground ( )

Definition at line 66 of file customgroupbox.cpp.

◆ setTitle()

void CustomGroupBox::setTitle ( const QString &  string)

Definition at line 53 of file customgroupbox.cpp.

◆ setTitleBackgroundColor()

void CustomGroupBox::setTitleBackgroundColor ( const QColor &  backgroundColor)

Definition at line 58 of file customgroupbox.cpp.

◆ setTitleIcon()

void CustomGroupBox::setTitleIcon ( const QIcon &  icon)

Definition at line 72 of file customgroupbox.cpp.

◆ sig_titleDoubleClick

void CustomGroupBox::sig_titleDoubleClick ( )
signal

◆ toggle()

void CustomGroupBox::toggle ( bool  visible)

Definition at line 82 of file customgroupbox.cpp.

◆ toggleChildren()

void CustomGroupBox::toggleChildren ( bool  visible)

Definition at line 112 of file customgroupbox.cpp.

◆ visible()

bool CustomGroupBox::visible ( ) const

Definition at line 107 of file customgroupbox.cpp.


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