No documentation available.
More...
Data descriptors inherited from Commands.Command: |
def | altText |
| This is a user displayable text string.
|
def | commandText |
| This is a user displayable text string.
|
def | icon |
Data and other attributes inherited from Commands.Command: |
int | __instance_size__ = 40 |
Data descriptors inherited from Commands.GroupNode: |
def | parent |
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
PluginSetupCommand
Commands.Command
Commands.GroupNode
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def PluginSetupTools.PluginSetupCommand.__init__ |
( |
|
args | ) |
|
Member Function Documentation
def PluginSetupTools.PluginSetupCommand.__call__ |
( |
|
arg1 | ) |
|
- Returns
- Instance of type None
C++ signature :
void __call__(Alloy::Commands::Command {lvalue})
Run this command by calling this object.
C++ signature :
void __call__(Alloy::Commands::Command {lvalue},Alloy::Pointer::Pointer<Alloy::Commands::CmdArgs>)
- Note
- Additional signature: call( (Command)arg1, (CmdArgs)arg2) -> None
Reimplemented from Commands.Command.
def PluginSetupTools.PluginSetupCommand.__dict__ |
( |
|
args | ) |
|
def PluginSetupTools.PluginSetupCommand.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
Reimplemented from Commands.Command.
def PluginSetupTools.PluginSetupCommand.__reduce__ |
( |
|
args | ) |
|
__reduce__ = <unnamed Boost.Python function>(args)
Reimplemented from Commands.Command.
def PluginSetupTools.PluginSetupCommand.__weakref__ |
( |
|
args | ) |
|
def PluginSetupTools.PluginSetupCommand.altText |
( |
|
args | ) |
|
def PluginSetupTools.PluginSetupCommand.commandText |
( |
|
args | ) |
|
def PluginSetupTools.PluginSetupCommand.getUniqueID |
( |
|
arg1 | ) |
|
- Returns
- Instance of type str
C++ signature :
std::string getUniqueID(Alloy::Commands::GroupNode {lvalue})
C++ signature :
void getUniqueID(Alloy::Pointer::HeldPointer<GroupNodeWrap> {lvalue})
- Note
- Additional signature: getUniqueID( (GroupNode)arg1) -> None
Reimplemented from Commands.Command.
def PluginSetupTools.PluginSetupCommand.icon |
( |
|
args | ) |
|
def PluginSetupTools.PluginSetupCommand.Invoke |
( |
|
args | ) |
|
def PluginSetupTools.PluginSetupCommand.is_available |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type bool
C++ signature :
bool is_available(Alloy::Commands::GroupNode {lvalue},Alloy::Commands::Listing)
C++ signature :
bool is_available(GroupNodeWrap {lvalue},Alloy::Commands::Listing)
Returns true if this GroupNode is available for the given Station or Listing type.
C++ signature :
bool is_available(Alloy::Commands::GroupNode {lvalue},Alloy::Commands::Station)
C++ signature :
bool is_available(GroupNodeWrap {lvalue},Alloy::Commands::Station)
- Note
- Additional signature: is_available( (GroupNode)arg1, (Listing)arg2) -> bool
-
Additional signature: is_available( (GroupNode)arg1, (Station)arg2) -> bool
-
Additional signature: is_available( (GroupNode)arg1, (Station)arg2) -> bool
Reimplemented from Commands.Command.
def PluginSetupTools.PluginSetupCommand.parent |
( |
|
args | ) |
|
Member Data Documentation
int PluginSetupTools.PluginSetupCommand.__instance_size__ = 40 |
|
staticprivate |