org.kde.koala
public class KCMultiDialog extends KDialogBase
UNKNOWN: A method that offers a KDialogBase containing arbitrary KControl Modules.
Constructor Summary | |
---|---|
protected | KCMultiDialog(Class dummy) |
KCMultiDialog(QWidget parent, String name, boolean modal)
Constructs a new KCMultiDialog | |
KCMultiDialog(QWidget parent, String name) | |
KCMultiDialog(QWidget parent) | |
KCMultiDialog() | |
KCMultiDialog(int dialogFace, String caption, QWidget parent, String name, boolean modal)
Construct a personalized KCMultiDialog. | |
KCMultiDialog(int dialogFace, String caption, QWidget parent, String name) | |
KCMultiDialog(int dialogFace, String caption, QWidget parent) | |
KCMultiDialog(int dialogFace, String caption) |
Method Summary | |
---|---|
void | addModule(String module, boolean withfallback)
Add a module. |
void | addModule(String module) |
void | addModule(KCModuleInfo moduleinfo, String[] parentmodulenames, boolean withfallback)
Add a module. |
void | addModule(KCModuleInfo moduleinfo, String[] parentmodulenames) |
void | addModule(KCModuleInfo moduleinfo) |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
void | removeAllModules()
Remove all modules from the dialog. |
void | show()
Re-implemented for internal reasons. |
protected void | slotApply()
This slot is called when the user presses the "Apply" Button.
|
protected void | slotDefault()
This slot is called when the user presses the "Default" Button.
|
protected void | slotHelp()
This slot is called when the user presses the "Help" Button.
|
protected void | slotOk()
This slot is called when the user presses the "OK" Button.
|
protected void | slotUser1()
This slot is called when the user presses the "Reset" Button.
|
Parameters: parent The parent widget name The widget name modal If you pass true here, the dialog will be modal
UNKNOWN: Constructs a new KCMultiDialog
Parameters: dialogFace You can use TreeList, Tabbed, Plain, Swallow or
IconList. caption The dialog caption. Do not specify the application name
here. The class will take care of that. parent Parent of the dialog. name Dialog name (for internal use only). modal Controls dialog modality. If false
, the rest of the
program interface (example: other dialogs) is accessible while
the dialog is open.
UNKNOWN: Construct a personalized KCMultiDialog.
Parameters: module Specify the name of the module that is to be added to the list of modules the dialog will show. withfallback Try harder to load the module. Might result in the module appearing outside the dialog.
UNKNOWN: Add a module.
Parameters: moduleinfo Pass a KCModuleInfo object which will be used for creating the module. It will be added to the list of modules the dialog will show. parentmodulenames The names of the modules that should appear as parents in the TreeList. Look at the KDialogBase.addPage documentation for more info on this. withfallback Try harder to load the module. Might result in the module appearing outside the dialog.
UNKNOWN: Add a module.
UNKNOWN: Remove all modules from the dialog.
UNKNOWN:
UNKNOWN: Make sure you call the original implementation. This slot is called when the user presses the "Apply" Button.
UNKNOWN: Make sure you call the original implementation. This slot is called when the user presses the "Default" Button.
UNKNOWN: Make sure you call the original implementation. This slot is called when the user presses the "Help" Button.
UNKNOWN: Make sure you call the original implementation. This slot is called when the user presses the "OK" Button.
UNKNOWN: Make sure you call the original implementation. This slot is called when the user presses the "Reset" Button.