|
QtPdWidgets
2.3.4
|

Classes | |
| struct | Pd::Tank::Impl |
| struct | Pd::TankMedium::Impl |
| struct | Pd::TankMedium::Impl::Value |
| struct | Label |
Macros | |
| #define | BORDER 2 |
| #define | PAD 3 |
| #define | DEFAULT_MEDIUM_COLOR QColor(0, 0, 255, 192) |
| #define | DEFAULT_STYLE VerticalCylinder |
| #define | DEFAULT_LABEL_WIDTH 100 |
| #define | DEFAULT_LABEL_POSITION Right |
| #define | DEFAULT_CAP_HEIGHT 50 |
| #define | DEFAULT_MAX_LEVEL 1.0 |
| #define | DEFAULT_MAX_VOLUME 1.0 |
| #define | DEFAULT_LEVEL_DECIMALS 3 |
| #define | DEFAULT_VOLUME_DECIMALS 3 |
| #define | DEFAULT_BACKGROUND_COLOR Qt::white |
| #define | DEFAULT_LEVEL_SUFFIX " m" |
| #define | DEFAULT_VOLUME_SUFFIX " m³" |
Functions | |
| void | spreadGroup (QList< Label > &list, unsigned int group, int labelHeight) |
| #define BORDER 2 |
Referenced by Pd::Tank::Impl::updateLayout().
| #define DEFAULT_BACKGROUND_COLOR Qt::white |
Referenced by Pd::Tank::resetBackgroundColor().
| #define DEFAULT_CAP_HEIGHT 50 |
Referenced by Pd::Tank::resetCapHeight().
| #define DEFAULT_LABEL_POSITION Right |
Referenced by Pd::Tank::resetLabelPosition().
| #define DEFAULT_LABEL_WIDTH 100 |
Referenced by Pd::Tank::resetLabelWidth().
| #define DEFAULT_LEVEL_DECIMALS 3 |
Referenced by Pd::Tank::resetLevelDecimals().
| #define DEFAULT_LEVEL_SUFFIX " m" |
Referenced by Pd::Tank::resetLevelSuffix().
| #define DEFAULT_MAX_LEVEL 1.0 |
Referenced by Pd::Tank::resetMaxLevel().
| #define DEFAULT_MAX_VOLUME 1.0 |
Referenced by Pd::Tank::resetMaxVolume().
| #define DEFAULT_MEDIUM_COLOR QColor(0, 0, 255, 192) |
| #define DEFAULT_STYLE VerticalCylinder |
Referenced by Pd::Tank::resetStyle().
| #define DEFAULT_VOLUME_DECIMALS 3 |
Referenced by Pd::Tank::resetVolumeDecimals().
| #define DEFAULT_VOLUME_SUFFIX " m³" |
Referenced by Pd::Tank::resetVolumeSuffix().
| #define PAD 3 |
| void spreadGroup | ( | QList< Label > & | list, |
| unsigned int | group, | ||
| int | labelHeight | ||
| ) |
Referenced by Pd::Tank::Impl::paint().