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

No documentation available. More...

Methods defined here:

def __getitem__
def __init__
def __reduce__
def __setitem__
def append

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Detailed Description

No documentation available.

Method resolution order

IconSet
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Commands.IconSet.__init__ (   arg1,
  icons 
)
Returns
Instance of type object
     C++ signature :
         void* __init__(boost::python::api::object,boost::python::tuple)

Member Function Documentation

def Commands.IconSet.__dict__ (   args)
def Commands.IconSet.__getitem__ (   args)
 object __getitem__(tuple args, dict kwds) :
 
     C++ signature :
         object __getitem__(tuple args, dict kwds)
def Commands.IconSet.__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>
def Commands.IconSet.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Commands.IconSet.__setitem__ (   args)
 object __setitem__(tuple args, dict kwds) :
 
     C++ signature :
         object __setitem__(tuple args, dict kwds)
def Commands.IconSet.__weakref__ (   args)
def Commands.IconSet.append (   arg1,
  arg2 
)
Returns
Instance of type None
     C++ signature :
         void append(Alloy::Commands::IconSet {lvalue},Alloy::Pointer::Pointer<Alloy::Commands::Icon>)