|
VAPOR3 3.9.4
|
#include <PDynamicMixin.h>
Public Member Functions | |
| PWidget * | EnableDynamicUpdate (bool enabled=true) |
| Turns on dynamic update. | |
| virtual | ~PDynamicMixin ()=default |
Protected Member Functions | |
| void | dynamicSetParamsDouble (double v) |
| void | dynamicSetParamsLong (long v) |
| void | dynamicSetParamsString (const std::string &v) |
Internal class for PWidgets. Enables dynamic updating of the params database as the user edits a value through intermediate updates.
Definition at line 10 of file PDynamicMixin.h.
|
virtualdefault |
|
protected |
|
protected |
|
protected |
| PWidget * PDynamicMixin::EnableDynamicUpdate | ( | bool | enabled = true | ) |
Turns on dynamic update.