![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "steam/mobject/test-dummy-mobject.hpp"
Subclass-1 is not defined "processible", thus will always be handled as DummyMO...
Definition at line 93 of file test-dummy-mobject.hpp.
Public Member Functions | |
| virtual | operator string () const |
Public Member Functions inherited from DummyMO | |
| DummyMO () | |
| DummyMO (int i) | |
| DEFINE_PROCESSABLE_BY (BuilderTool) | |
| virtual bool | isValid () const |
| MObject self-test (usable for asserting) | |
| virtual string | initShortID () const |
Public Member Functions inherited from AbstractMO | |
| Duration & | getLength () |
| bool | isEquivalentTo (const MObject &oo) const override |
| default/fallback implementation of equality using literal object identity (same address). | |
Public Member Functions inherited from MObject | |
| string const & | shortID () const |
| a short readable ID as a single name-token, denoting both the kind of MObject and some sort of instance identity. | |
Public Member Functions inherited from Visitable< builder::BuilderTool > | |
| virtual ReturnType | apply (builder::BuilderTool &)=0 |
| to be defined by the DEFINE_PROCESSABLE_BY macro in all classes wanting to be treated by some tool | |
Additional Inherited Members | |
Public Types inherited from Visitable< builder::BuilderTool > | |
| using | ReturnType = TOOL::ReturnType |
Static Public Attributes inherited from MObject | |
| static session::MObjectFactory | create |
| Storage for the (single, static) MObject factory object. | |
Static Public Member Functions inherited from DummyMO | |
| static void | killDummy (MObject *dum) |
Protected Types inherited from MObject | |
| typedef lib::time::Duration | Duration |
Protected Types inherited from Visitable< builder::BuilderTool > | |
| using | ToolBase = TOOL::ToolBase |
Protected Member Functions inherited from DummyMO | |
| string | display (Symbol name) const |
Protected Member Functions inherited from AbstractMO | |
| void | throwIfInvalid () const |
| string | buildShortID (lib::Literal typeID, string suffix="") const |
Protected Member Functions inherited from MObject | |
| MObject () | |
| virtual | ~MObject () |
Protected Member Functions inherited from Visitable< builder::BuilderTool > | |
| virtual | ~Visitable () |
Static Protected Member Functions inherited from Visitable< builder::BuilderTool > | |
| static ReturnType | dispatchOp (TAR &target, builder::BuilderTool &tool) |
Protected Attributes inherited from MObject | |
| Duration | length_ |
| string | shortID_ |
|
inlinevirtual |
Reimplemented from DummyMO.
Definition at line 95 of file test-dummy-mobject.hpp.
References DummyMO::display().
Here is the call graph for this function:
Inheritance diagram for TestSubMO1:
Collaboration diagram for TestSubMO1: