#include <FxDialog.h>
Description: Represents a CFx type Dialog. Library: DDKERNEL
Definition at line 31 of file FxDialog.h.
◆ CFxDialog()
CFxDialog::CFxDialog |
( |
QWidget * |
parent = 0 , |
|
|
bool |
bFixed = true , |
|
|
Qt::WindowFlags |
f = Qt::WindowTitleHint|Qt::WindowSystemMenuHint|Qt::WindowCloseButtonHint |
|
) |
| |
◆ ~CFxDialog()
virtual CFxDialog::~CFxDialog |
( |
| ) |
|
|
virtual |
◆ accept()
virtual void CFxDialog::accept |
( |
| ) |
|
|
virtual |
Description: Hides the modal dialog and sets the result code to Accepted.
◆ applySubtitleWidgetStyle()
static void CFxDialog::applySubtitleWidgetStyle |
( |
QWidget * |
dialog, |
|
|
|
... |
|
) |
| |
|
static |
Description: Applies dialog subtitle style to a widget.
◆ BeginEditorCommand()
virtual void CFxDialog::BeginEditorCommand |
( |
| ) |
|
|
virtual |
Description: Hides the dialog.
◆ CancelEditorCommand()
virtual void CFxDialog::CancelEditorCommand |
( |
| ) |
|
|
virtual |
Description: Shows the dialog.
◆ CompleteEditorCommand()
virtual void CFxDialog::CompleteEditorCommand |
( |
| ) |
|
|
virtual |
Description: Shows the dialog.
◆ done()
virtual void CFxDialog::done |
( |
int |
r | ) |
|
|
virtual |
Description: Closes the dialog and sets its result code to r
◆ event()
virtual bool CFxDialog::event |
( |
QEvent * |
ev | ) |
|
|
protectedvirtual |
Description: Events.
- Parameters
-
[in,out] | ev | If non-null, the ev. |
Return Value: true if it succeeds, false if it fails.
◆ exec()
virtual int CFxDialog::exec |
( |
| ) |
|
|
virtual |
Description: Shows the dialog as a modal dialog.
◆ GetGroupName()
Description: Returns group name.
◆ GetHelpId()
virtual unsigned int CFxDialog::GetHelpId |
( |
| ) |
const |
|
virtual |
Description: Sets HelpID to zero.
◆ Help
virtual void CFxDialog::Help |
( |
| ) |
|
|
virtualslot |
◆ hideEvent()
virtual void CFxDialog::hideEvent |
( |
QHideEvent * |
| ) |
|
|
protectedvirtual |
Description: Hides the event.
- Parameters
-
◆ IsDialogRunning()
static bool CFxDialog::IsDialogRunning |
( |
| ) |
|
|
static |
Description: Returns 'true' if any of CFxDialog is executing it's modal loop.
◆ OpenHelp()
void CFxDialog::OpenHelp |
( |
| ) |
|
Description: Displays Help initial page.
◆ reject()
virtual void CFxDialog::reject |
( |
| ) |
|
|
virtual |
Description: Hides the modal dialog and sets the result code to Rejected.
◆ setCurrentSizeToMinMax()
void CFxDialog::setCurrentSizeToMinMax |
( |
| ) |
|
Description: Set the minimum and maximum window size by the value of the current size.
◆ show()
Description: Shows the dialog.
◆ showEvent()
virtual void CFxDialog::showEvent |
( |
QShowEvent * |
| ) |
|
|
protectedvirtual |
Description: Returns key pressed event. Description: Shows the event.
- Parameters
-
The documentation for this class was generated from the following file: