REFERENCE MANUAL
Public Member Functions | |
bool | Equals (SprocketPath const &in_that) const |
Canvas | GetCanvas () const |
KeyPath | GetKeyPath () const |
Layout | GetLayout () const |
Model | GetModel () const |
View | GetView () const |
Type | ObjectType () const |
bool | operator!= (SprocketPath const &in_that) const |
SprocketPath & | operator= (SprocketPath const &in_that) |
bool | operator== (SprocketPath const &in_that) const |
void | Set (SprocketPath const &in_that) |
SprocketPath (Model const &in_model, View const &in_view, Layout const &in_layout, Canvas const &in_canvas) | |
SprocketPath (Canvas const &in_canvas, Layout const &in_layout, View const &in_view, Model const &in_model) | |
SprocketPath (Canvas const &in_canvas, size_t in_layer=0) | |
SprocketPath (SprocketPath const &that) | |
![]() | |
Sprocket (Sprocket &&in_that) | |
![]() | |
virtual bool | Empty () const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
bool | HasType (Type in_mask) const |
Object (Object &&in_that) | |
Object & | operator= (Object const &other_object) |
Object & | operator= (Object &&in_that) |
virtual void | Reset () |
Type | Type () const |
Additional Inherited Members | |
![]() | |
enum | UpdateType { Synchronous, Asynchronous } |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
Canvas SprocketPath::GetCanvas | ( | ) | const |
Returns the Canvas associated with this SprocketPath
KeyPath SprocketPath::GetKeyPath | ( | ) | const |
Creates a key path from the model segment up to the canvas window key, including all segments and include keys along the way. This can be used to facilitate highlighting or gathering of net attributes.
Layout SprocketPath::GetLayout | ( | ) | const |
Returns the Layout associated with this SprocketPath
Model SprocketPath::GetModel | ( | ) | const |
Returns the Model associated with this SprocketPath
View SprocketPath::GetView | ( | ) | const |
Returns the View associated with this SprocketPath
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from Object.