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
WidgetCommand
GroupNode
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def Commands.WidgetCommand.__init__ |
( |
|
arg1, |
|
|
|
width, |
|
|
|
height, |
|
|
|
operations, |
|
|
|
long_description, |
|
|
|
command_text, |
|
|
|
alt_text, |
|
|
|
documentation |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void __init__(_object*,int,int,Alloy::Commands::OperationClass,char const*,char const*,char const*,char const*)
Member Function Documentation
def Commands.WidgetCommand.__dict__ |
( |
|
args | ) |
|
def Commands.WidgetCommand.__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.WidgetCommand.__reduce__ |
( |
|
args | ) |
|
def Commands.WidgetCommand.__weakref__ |
( |
|
args | ) |
|
def Commands.WidgetCommand.CleanupWidget |
( |
|
arg1 | ) |
|
- Returns
- Instance of type None
Override this function to do cleanup, or nothing if you don't need any
C++ signature :
void CleanupWidget(PyWidgetCommand {lvalue})
def Commands.WidgetCommand.CreateWidget |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
Override this function to create your own widgets.
C++ signature :
void CreateWidget(PyWidgetCommand {lvalue},boost::python::api::object)
def Commands.WidgetCommand.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.WidgetCommand.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.WidgetCommand.parent |
( |
|
args | ) |
|
Member Data Documentation
int Commands.WidgetCommand.__instance_size__ = 40 |
|
staticprivate |