No documentation available.
More...
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 and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Additional Inherited Members |
Detailed Description
No documentation available.
Method resolution order
StandaloneComponentEditView
Gadget.GadgetScreen
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def componentedit.StandaloneComponentEditView.__init__ |
( |
|
args | ) |
|
Member Function Documentation
def componentedit.StandaloneComponentEditView.__dict__ |
( |
|
args | ) |
|
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 | ) |
|
def componentedit.StandaloneComponentEditView.__weakref__ |
( |
|
args | ) |
|
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 | ) |
|
def componentedit.StandaloneComponentEditView.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 | ) |
|
def componentedit.StandaloneComponentEditView.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 | ) |
|
def componentedit.StandaloneComponentEditView.onHelp |
( |
|
args | ) |
|
def componentedit.StandaloneComponentEditView.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 | ) |
|
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.
def componentedit.StandaloneComponentEditView.unpackOverlay |
( |
|
args | ) |
|
def componentedit.StandaloneComponentEditView.unpackShowImages |
( |
|
args | ) |
|
Member Data Documentation
int componentedit.StandaloneComponentEditView.__instance_size__ = 40 |
|
staticprivate |