VPTissue Reference Manual
|
Widget to display status of subscribed exploration. More...
#include <Status.h>
Public Member Functions | |
Status () | |
Constructor. | |
virtual | ~Status () |
Destructor. | |
void | Clear () |
Clear the current displayed exploration. | |
void | Connected () |
Set font to connected state. | |
void | Disconnected () |
Set font to disconnected state. | |
void | UpdateStatus (const std::shared_ptr< const ExplorationProgress > &progress) |
Update the status of an exploration. | |