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

No documentation available. More...

Inheritance diagram for componentedit.StandaloneComponentEditView:
Gadget.GadgetScreen

Methods defined here:

def Run
def __init__
def addCancelCallback
def addOKCallback
def addValidationCallback
def disableOK
def enableOK
def onCancel
def onHelp
def onOK

Methods inherited from Gadget.GadgetScreen:

def __reduce__
def add
def finalize
def remove
def setCancelButton
def setOkButton
def showModal
def showModeless

Data descriptors inherited from Gadget.GadgetScreen:

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

Data and other attributes inherited from Gadget.GadgetScreen:

int __instance_size__ = 40

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

Detailed Description

No documentation available.

Method resolution order

StandaloneComponentEditView
Gadget.GadgetScreen
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def componentedit.StandaloneComponentEditView.__init__ (   args)
 __init__(args)

Reimplemented from Gadget.GadgetScreen.

Member Function Documentation

def componentedit.StandaloneComponentEditView.__dict__ (   args)

Reimplemented from Gadget.GadgetScreen.

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

Reimplemented from Gadget.GadgetScreen.

def componentedit.StandaloneComponentEditView.__weakref__ (   args)

Reimplemented from Gadget.GadgetScreen.

def componentedit.StandaloneComponentEditView.add (   args)
 add(gadget_column)
 Called with GadgetColumn object, adds the column to the GadgetScreen
 
 add(gadget_banner)
 Called with GadgetBanner object, adds the banner to the GadgetScreen

Reimplemented from Gadget.GadgetScreen.

def componentedit.StandaloneComponentEditView.addCancelCallback (   args)
 addCancelCallback(args)
def componentedit.StandaloneComponentEditView.addOKCallback (   args)
 addOKCallback(args)
def componentedit.StandaloneComponentEditView.addValidationCallback (   args)
 Validation callbacks are called in order when the OK button
 is pressed, all of them must return true in order for the OK
 operation to be carried out and the screen dismissed.
def componentedit.StandaloneComponentEditView.disableOK (   args)
 disableOK(args)
def componentedit.StandaloneComponentEditView.enableOK (   args)
 enableOK(args)
def componentedit.StandaloneComponentEditView.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 componentedit.StandaloneComponentEditView.onCancel (   args)
 onCancel(args)
def componentedit.StandaloneComponentEditView.onHelp (   args)
 onHelp(args)
def componentedit.StandaloneComponentEditView.onOK (   args)
 onOK(args)
def componentedit.StandaloneComponentEditView.remove (   args)
 remove(gadget_column)
 Called with GadgetColumn object, removes the column from the GadgetScreen
 
 remove(gadget_banner)
 Called with GadgetBanner object, removes the banner from the GadgetScreen

Reimplemented from Gadget.GadgetScreen.

def componentedit.StandaloneComponentEditView.Run (   args)
 Run(args)
def componentedit.StandaloneComponentEditView.secondaryCavity (   args)

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

Reimplemented from Gadget.GadgetScreen.

def componentedit.StandaloneComponentEditView.setCancelButton (   args)
 Set the button that will be invoked when the user closes the window or presses escape

Reimplemented from Gadget.GadgetScreen.

def componentedit.StandaloneComponentEditView.setOkButton (   args)
 Set the button that will be invoked when the user presses the enter key

Reimplemented from Gadget.GadgetScreen.

def componentedit.StandaloneComponentEditView.showModal (   args)
 GadgetScreen.showModal()
 For a GadgetScreen created with PlaceMode.Explicit, display the screen
 and make it modal.

Reimplemented from Gadget.GadgetScreen.

def componentedit.StandaloneComponentEditView.showModeless (   args)
 GadgetScreen.showModal()
 For a GadgetScreen created with PlaceMode.Explicit, display the screen
 and make it modeless.

Reimplemented from Gadget.GadgetScreen.

Member Data Documentation

int componentedit.StandaloneComponentEditView.__instance_size__ = 40
staticprivate