|
enum | UpdateType { Synchronous,
Asynchronous
} |
|
template<typename T > |
static intptr_t | ClassID () |
|
The move constructor creates a SprocketControl by transferring the underlying impl of the rvalue reference to this SprocketControl thereby avoiding a copy and allocation.
- Parameters
-
Type SprocketControl::ObjectType |
( |
| ) |
const |
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from Object.
Reimplemented in AxisTriadControl, NavigationCubeControl, and OperatorControl.
The move assignment operator transfers the underlying impl of the rvalue reference to this SprocketControl thereby avoiding a copy.
- Parameters
-
- Returns
- A reference to this SprocketControl.
The documentation for this class was generated from the following file: