#include <UIVisibilityBase.hpp>
Enumerator |
---|
Visible |
A Visible widget is drawn just normally.
|
EmptySpace |
An EmptySpace widget is not drawn, but it takes as much space as it would normally take.
|
Invisible |
An Invisible widget is not drawn, and it takes zero area.
|
AlgAudio::UIVisibilityBase::UIVisibilityBase |
( |
| ) |
|
|
inlineprotected |
bool AlgAudio::UIVisibilityBase::IsDrawn |
( |
| ) |
const |
|
inline |
Returns true if the contents of the widget are supposed to be drawn, i.e. whether display mode is 'visible'. When implementing a custom widget, do do not need to test for being drawn in CustomDraw, if a widget is not supposed to be drawn, CustomDraw will never be called.
bool AlgAudio::UIVisibilityBase::IsInvisible |
( |
| ) |
const |
|
inline |
Returns true if this widget is marked as invisible.
void AlgAudio::UIVisibilityBase::SetDisplayMode |
( |
DisplayMode |
m | ) |
|
|
inline |
Sets widget display mode.
- See also
- DisplayModes
Signal AlgAudio::UIVisibilityBase::on_display_mode_changed |
Triggered when visibility changes.
The documentation for this class was generated from the following file: