SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
PluginSetupTools.PluginSetupCommand Class Reference

No documentation available. More...

Inheritance diagram for PluginSetupTools.PluginSetupCommand:
Commands.Command Commands.GroupNode

Methods defined here:

def Invoke
def __init__

Methods inherited from Commands.Command:

def __call__
def __reduce__

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

Methods inherited from Commands.GroupNode:

def getUniqueID
def is_available

Data descriptors inherited from Commands.GroupNode:

def parent

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Additional Inherited Members

- Public Member Functions inherited from Commands.Command
def Invoke
def __init__
- Public Member Functions inherited from Commands.GroupNode
def __init__

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)
 __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)

Reimplemented from Commands.Command.

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)

Reimplemented from Commands.Command.

def PluginSetupTools.PluginSetupCommand.altText (   args)

This is a user displayable text string.

Reimplemented from Commands.Command.

def PluginSetupTools.PluginSetupCommand.commandText (   args)

This is a user displayable text string.

Reimplemented from Commands.Command.

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)

Reimplemented from Commands.Command.

def PluginSetupTools.PluginSetupCommand.Invoke (   args)
 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)

Reimplemented from Commands.Command.

Member Data Documentation

int PluginSetupTools.PluginSetupCommand.__instance_size__ = 40
staticprivate