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

No documentation available. More...

Inheritance diagram for Commands.WidgetCommand:
Commands.GroupNode

Methods defined here:

def CleanupWidget
def CreateWidget
def __init__
def __reduce__

Data and other attributes defined here:

int __instance_size__ = 40

Methods inherited from GroupNode:

def getUniqueID
def is_available

Data descriptors inherited from 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.GroupNode
def __init__

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)

Reimplemented from Commands.GroupNode.

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)
 __reduce__ = <unnamed Boost.Python function>(args)

Reimplemented from Commands.GroupNode.

def Commands.WidgetCommand.__weakref__ (   args)

Reimplemented from Commands.GroupNode.

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)

Reimplemented from Commands.GroupNode.

Member Data Documentation

int Commands.WidgetCommand.__instance_size__ = 40
staticprivate