Led 3.0 Class Library Documentation

Module LedStdDialogs


Classes and Global Functions Index

Module Description:

Pre-canned (though subclassable) dialogs which tend to come in handy in Led-based applications. These are not always available for all platforms. Also - some minimal effort is made to make it a bit easier to do somewhat platoform-independent dialog code (very minimal support for this as of Led 3.0).


Class: Led_StdAlertHelper [public]

Description:

MacOS only


Class: Led_StdDialogHelper [public]

Description:

A very minimalistic attempt at providing cross-platform dialog support.


Class: Led_StdDialogHelper_AboutBox [public]

Description:

You can define qSupportStdAboutBoxDlg to 0 to disable inclusion of this resource/code (for size reasons).


Class: Led_StdDialogHelper_FindDialog [public]

Description:

You can define qSupportStdFindDlg to 0 to disable inclusion of this resource/code (for size reasons).


Class: Led_StdDialogHelper_URLXEmbeddingInfoDialog [public]

Description:

You can define qSupportURLXEmbeddingInfoDlg to exlude this from your build (for size reasons)


Class: Led_StdDialogHelper_UnknownEmbeddingInfoDialog [public]

Description:

You can define qSupportUnknownEmbeddingInfoDlg to exlude this from your build (for size reasons)


Class: Led_StdDialogHelper_UpdateWin32FileAssocsDialog [public]

Description:

Windows only.


Class: StdColorPickBox [public]

Description:

XWindows only. You can define qUseGTKForLedStandardDialogs to 0 to disable inclusion of this resource/code (for size reasons).


Class: StdFilePickBox [public]

Description:

XWindows only.


Class: StdFontPickBox [public]

Description:

XWindows only. You can define qUseGTKForLedStandardDialogs to 0 to disable inclusion of this resource/code (for size reasons).


Config Variable: qUseGTKForLedStandardDialogs [public]

Description:

Generally we try to keep toolkit dependencies restricted to the Led_TOOLKIT module(s), such as Led_Gtk. Thats pretty well doable where there is decent native dialog support, such as with Win32 and MacOS. But this isn't very practical for X-Windows. So - I've added a Gtk-dependency to this module as well - just for implementing these standard dialogs.

This flag defaults to true, iff qXWindows is true.


Return to Led Page Return to Led ClassLib Documentation Index Return to Led Reference Manual Index
Last Updated 2001-10-20