No documentation available. More...
Methods defined here: | |
def | __init__ |
def | __reduce__ |
def | getUniqueID |
def | is_available |
Data descriptors defined here: | |
def | parent |
Data and other attributes defined here: | |
int | __instance_size__ = 40 |
Data descriptors inherited from Boost.Python.instance: | |
def | __dict__ |
def | __weakref__ |
Data and other attributes inherited from Boost.Python.instance: | |
def | __new__ |
def Commands.GroupNode.__init__ | ( | arg1, | |
arg2, | |||
arg3 | |||
) |
C++ signature : void __init__(_object*,Alloy::Commands::Station,Alloy::Commands::Listing)
def Commands.GroupNode.__dict__ | ( | args | ) |
def Commands.GroupNode.__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 in Commands.WidgetCommand, Commands.Group, Commands.Flyout, Commands.Command, PluginSetupTools.PluginSetupCommand, and component_tools.ComponentAddCommand.
def Commands.GroupNode.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
Reimplemented in Commands.WidgetCommand, Commands.Group, Commands.Flyout, Commands.Command, PluginSetupTools.PluginSetupCommand, and component_tools.ComponentAddCommand.
def Commands.GroupNode.__weakref__ | ( | args | ) |
def Commands.GroupNode.getUniqueID | ( | arg1 | ) |
C++ signature : std::string getUniqueID(Alloy::Commands::GroupNode {lvalue}) C++ signature : void getUniqueID(Alloy::Pointer::HeldPointer<GroupNodeWrap> {lvalue})
Reimplemented in Commands.WidgetCommand, Commands.Group, Commands.Flyout, Commands.Command, PluginSetupTools.PluginSetupCommand, and component_tools.ComponentAddCommand.
def Commands.GroupNode.is_available | ( | arg1, | |
arg2 | |||
) |
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)
Reimplemented in Commands.WidgetCommand, Commands.Group, Commands.Flyout, Commands.Command, PluginSetupTools.PluginSetupCommand, and component_tools.ComponentAddCommand.
def Commands.GroupNode.parent | ( | args | ) |
|
staticprivate |