umbrello API Documentation

ExportAllViewsDialog Class Reference

Dialog for collecting the "Export all views" params. More...

#include <exportallviewsdialog.h>

List of all members.

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

ExportAllViewsDialog::ExportAllViewsDialog QWidget *  parent = 0,
const char *  name = 0,
bool  modal = false,
WFlags  fl = 0,
const QString &  defaultMimeType = "image/png"
[explicit]
 

Constructor for UMLViewImageExporterModel.

Parameters:
parent The parent of the dialog.
name The internal name.
modal If modal is true the dialog will block input to other the windows in the application until it's closed.
fl Window flags.
defaultMimeType The default mime type that appears in the mime types list.
See also:
QDialog::QDialog

Definition at line 27 of file exportallviewsdialog.cpp.

References languageChange(), and m_imageType.

ExportAllViewsDialog::~ExportAllViewsDialog  )  [inline]
 

Destructor for UMLViewImageExporterModel.

Definition at line 53 of file exportallviewsdialog.h.


Member Function Documentation

void ExportAllViewsDialog::languageChange  )  [protected, virtual, slot]
 

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

KFileFilterCombo* ExportAllViewsDialog::m_imageType
 

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:
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:08:04 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003