#include <hps.h>
Public Member Functions | |
Control (Control const &in_that)=default | |
![]() | |
Object (Object const &that) | |
Object & | operator= (Object const &other_object) |
Object (Object &&in_that) | |
Object & | operator= (Object &&in_that) |
HPS::Type | Type () const |
virtual bool | Empty () const |
virtual void | Reset () |
bool | HasType (HPS::Type in_mask) const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
Protected Member Functions | |
Control (Control &&in_that) | |
Control & | operator= (Control &&in_that) |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
The Control class is the base class for all Visualize controls.
|
inlineprotected |