Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
BusMO Class Reference

#include "steam/mobject/session/bus-mo.hpp"

Description

Model entity corresponding to a global pipe.

This MObject acts as scope and attachment point to form a global pipe. Each Timeline (implemented as Binding-MObject) holds a collection of such global pipes, which then in turn may be nested.

Definition at line 51 of file bus-mo.hpp.

Public Member Functions

 BusMO (PPipe const &pipe_to_represent)
 
 DEFINE_PROCESSABLE_BY (builder::BuilderTool)
 
- Public Member Functions inherited from AbstractMO
DurationgetLength ()
 
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
 

Private Member Functions

string initShortID () const
 
bool isValid () const
 MObject self-test (usable for asserting)
 

Private Attributes

PPipe pipe_
 

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.
 
- 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 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_
 

Constructor & Destructor Documentation

◆ BusMO()

BusMO ( PPipe const &  pipe_to_represent)

Definition at line 29 of file bus-mo.cpp.

References AbstractMO::throwIfInvalid().

+ Here is the call graph for this function:

Member Function Documentation

◆ initShortID()

string initShortID ( ) const
inlineprivatevirtual

Reimplemented from AbstractMO.

Definition at line 56 of file bus-mo.hpp.

References AbstractMO::buildShortID().

+ Here is the call graph for this function:

◆ isValid()

bool isValid ( ) const
privatevirtual

MObject self-test (usable for asserting)

Implements MObject.

Definition at line 38 of file bus-mo.cpp.

◆ DEFINE_PROCESSABLE_BY()

DEFINE_PROCESSABLE_BY ( builder::BuilderTool  )

Member Data Documentation

◆ pipe_

PPipe pipe_
private

Definition at line 53 of file bus-mo.hpp.

+ Inheritance diagram for BusMO:
+ Collaboration diagram for BusMO:

The documentation for this class was generated from the following files: