A template for creating a "testm88k" Component. More...
#include <TestM88KMachine.h>
Static Public Member Functions | |
static refcount_ptr< Component > | Create (const ComponentCreateArgs &args) |
Creates a "testm88k" Component tree. More... | |
static string | GetAttribute (const string &attributeName) |
Gets a Component attribute value. More... | |
A template for creating a "testm88k" Component.
Note: This class does not inherit from the Component class.
Definition at line 41 of file TestM88KMachine.h.
|
static |
Creates a "testm88k" Component tree.
Definition at line 33 of file TestM88KMachine.cc.
References Component::AddChild(), ComponentFactory::CreateComponent(), ComponentFactory::GetCreationArgOverrides(), GXemul::GetUI(), ComponentCreateArgs::gxemul, refcount_ptr< T >::IsNULL(), Component::SetVariableValue(), and UI::ShowDebugMessage().
|
static |
Gets a Component attribute value.
Definition at line 117 of file TestM88KMachine.cc.