No documentation available.
More...
Data descriptors inherited from GroupNode: |
def | parent |
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
Group
GroupNode
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def Commands.Group.__init__ |
( |
|
arg1, |
|
|
|
arg2, |
|
|
|
arg3, |
|
|
|
arg4, |
|
|
|
arg5 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void __init__(_object*,std::string,std::string,std::string,bool)
Member Function Documentation
def Commands.Group.__dict__ |
( |
|
args | ) |
|
def Commands.Group.__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.GroupNode.
def Commands.Group.__reduce__ |
( |
|
args | ) |
|
def Commands.Group.__weakref__ |
( |
|
args | ) |
|
def Commands.Group.description |
( |
|
args | ) |
|
def Commands.Group.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.GroupNode.
def Commands.Group.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.GroupNode.
def Commands.Group.menu_name |
( |
|
args | ) |
|
def Commands.Group.name |
( |
|
args | ) |
|
def Commands.Group.parent |
( |
|
args | ) |
|
Member Data Documentation
int Commands.Group.__instance_size__ = 40 |
|
staticprivate |