mantaflow
0.10
A framework for fluid simulation
|
Checkbox with attached text display. More...
#include <customctrl.h>
Public Slots | |
void | update (int v) |
Public Member Functions | |
TextCheckbox (const std::string &name, bool val) | |
void | attach (QBoxLayout *layout) |
void | set (bool v) |
bool | get () |
Protected Attributes | |
bool | mVal |
QLabel * | mLabel |
QString | mSName |
Checkbox with attached text display.