ExportAllViewsDialog Class Reference
Dialog for collecting the "Export all views" params. More...
#include <exportallviewsdialog.h>
Public Member Functions | |
| ExportAllViewsDialog (QWidget *parent=0, const char *name=0, bool modal=false, WFlags fl=0, const QString &defaultMimeType="image/png") | |
| Constructor for UMLViewImageExporterModel. | |
| ~ExportAllViewsDialog () | |
| Destructor for UMLViewImageExporterModel. | |
Public Attributes | |
| KFileFilterCombo * | m_imageType |
| The image type selected. | |
Protected Slots | |
| virtual void | languageChange () |
| Sets the strings of the subwidgets using the current language. | |
Detailed Description
Dialog for collecting the "Export all views" params.Inherits ExportAllViewsDialogBase and adds a KFileFilterCombo that uses only the mime types of the supported images types.
The KFileFilterCombo is declared here instead of in the .ui file because QT Designer and uic don't recognize it.
Definition at line 29 of file exportallviewsdialog.h.
Constructor & Destructor Documentation
|
||||||||||||||||||||||||
|
Constructor for UMLViewImageExporterModel.
Definition at line 27 of file exportallviewsdialog.cpp. References languageChange(), and m_imageType. |
|
|
Destructor for UMLViewImageExporterModel.
Definition at line 53 of file exportallviewsdialog.h. |
Member Function Documentation
|
|
Sets the strings of the subwidgets using the current language.
Definition at line 49 of file exportallviewsdialog.cpp. References m_imageType. Referenced by ExportAllViewsDialog(). |
Member Data Documentation
|
|
The image type selected.
Definition at line 59 of file exportallviewsdialog.h. Referenced by UMLViewImageExporterAll::exportAllViews(), ExportAllViewsDialog(), and languageChange(). |
The documentation for this class was generated from the following files:
