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
Flyout
GroupNode
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def Commands.Flyout.__init__ |
( |
|
arg1, |
|
|
|
operations, |
|
|
|
long_description, |
|
|
|
documentation, |
|
|
|
stations, |
|
|
|
callables |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void __init__(_object*,Alloy::Commands::OperationClass,char const*,char const*,Alloy::Commands::Station,boost::python::list)
Member Function Documentation
def Commands.Flyout.__dict__ |
( |
|
args | ) |
|
def Commands.Flyout.__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.Flyout.__reduce__ |
( |
|
args | ) |
|
def Commands.Flyout.__weakref__ |
( |
|
args | ) |
|
def Commands.Flyout.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.Flyout.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.Flyout.parent |
( |
|
args | ) |
|
Member Data Documentation
int Commands.Flyout.__instance_size__ = 40 |
|
staticprivate |