#include <RhRdkDataSource.h>
◆ EventPriority
Event priority
Enumerator |
---|
Low | Low priority
|
Normal | Normal priority
|
High | High priority
|
RealTime | Real-time priority
|
◆ ~IRhinoUiController()
virtual IRhinoUiController::~IRhinoUiController |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ Activate()
virtual void IRhinoUiController::Activate |
( |
void |
| ) |
|
|
pure virtual |
Call this method when UI construction is complete and the values should be passed for the first time from the model to the view.
◆ CustomDeleter()
◆ Id()
virtual UUID IRhinoUiController::Id |
( |
void |
| ) |
const |
|
pure virtual |
- Returns
- The unique id of this controller.
◆ IsActivated()
virtual bool IRhinoUiController::IsActivated |
( |
void |
| ) |
const |
|
pure virtual |
◆ make_shared()
◆ RegisterEventWatcher()
Register an event watcher to be notified when the model changes.
◆ RequiredDataSources()
Retrieve an array of data source ids required by this controller.
◆ SetEventPriority()
Set the event priority. You should only change the event priority around an event send and set it back to the old value afterwards.
- Returns
- the old event priority.
◆ UnregisterEventWatcher()
Unregister an event watcher which has been added by RegisterEventWatcher(). This must be done when the event watcher is deleted.