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

No documentation available. More...

Inheritance diagram for Gadget.MemberEditScreen:
Gadget.GadgetScreen

Methods defined here:

def GetEndColumn
def __reduce__

Data and other attributes defined here:

def __init__

Methods inherited from GadgetScreen:

def add
def finalize
def remove

Data descriptors inherited from GadgetScreen:

def secondaryCavity
 (Read-only) A frame which can, for example, be used for OK/Cancel buttons, etc.

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 Gadget.GadgetScreen
def setCancelButton
def setOkButton
def showModal
def showModeless
def unpackOverlay
def unpackShowImages

Detailed Description

No documentation available.

Method resolution order

MemberEditScreen
GadgetScreen
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Gadget.MemberEditScreen.__init__ (   args)
Raises an exception
This class cannot be instantiated from Python
 __init__ = <built-in function __init__>

Reimplemented from Gadget.GadgetScreen.

Member Function Documentation

def Gadget.MemberEditScreen.__dict__ (   args)

Reimplemented from Gadget.GadgetScreen.

def Gadget.MemberEditScreen.__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 Gadget.GadgetScreen.

def Gadget.MemberEditScreen.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)

Reimplemented from Gadget.GadgetScreen.

def Gadget.MemberEditScreen.__weakref__ (   args)

Reimplemented from Gadget.GadgetScreen.

def Gadget.MemberEditScreen.add (   args)
 add(args)

Reimplemented from Gadget.GadgetScreen.

def Gadget.MemberEditScreen.finalize (   args)
 GadgetScreen.finalize()
 Clean up memory associated with the screen.  This must be called
 before the GadgetScreen object goes out of scope, or memory leaks
 can result.

Reimplemented from Gadget.GadgetScreen.

def Gadget.MemberEditScreen.GetEndColumn (   args)
 GetEndColumn(args)
def Gadget.MemberEditScreen.remove (   args)
 remove(args)

Reimplemented from Gadget.GadgetScreen.

def Gadget.MemberEditScreen.secondaryCavity (   args)

(Read-only) A frame which can, for example, be used for OK/Cancel buttons, etc.

Reimplemented from Gadget.GadgetScreen.