umbrello 25.04.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <exportallviewsdialog.h>
Public Member Functions | |
ExportAllViewsDialog (QWidget *parent=nullptr, const char *name=nullptr) | |
~ExportAllViewsDialog () | |
Public Member Functions inherited from SinglePageDialogBase | |
SinglePageDialogBase (QWidget *parent, bool withApplyButton=false, bool withSearchButton=false) | |
virtual | ~SinglePageDialogBase () |
virtual bool | apply () |
void | setCaption (const QString &caption) |
QWidget * | mainWidget () |
void | setMainWidget (QWidget *widget) |
void | setButtonText (ButtonCode code, const QString &text) |
Protected Member Functions | |
virtual void | languageChange () |
void | slotImageTypeChanged (QString imageType) |
Protected Member Functions inherited from SinglePageDialogBase | |
void | enableButtonOk (bool enable) |
virtual bool | validate () |
Private Attributes | |
ImageTypeWidget * | m_imageType |
The image type selected. | |
ResolutionWidget * | m_imageResolution |
The image resolution selected. |
Friends | |
class | UMLViewImageExporterAll |
Additional Inherited Members | |
Public Types inherited from SinglePageDialogBase | |
enum | ButtonCode { Cancel = 0 , Ok = 1 , Apply = 2 } |
Protected Slots inherited from SinglePageDialogBase | |
void | slotApply () |
void | slotOk () |
void | slotCancel () |
void | slotClicked (QAbstractButton *) |
Protected Attributes inherited from SinglePageDialogBase | |
QDialogButtonBox * | m_buttonBox |
QWidget * | m_mainWidget |
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.
|
explicit |
Constructor for UMLViewImageExporterModel.
parent | The parent of the dialog. |
name | The internal name. |
ExportAllViewsDialog::~ExportAllViewsDialog | ( | ) |
Destructor for UMLViewImageExporterModel.
|
protectedvirtual |
Sets the strings of the subwidgets using the current language.
|
protected |
Enable image resolution widget only for supported export types.
imageType | String with selected image type |
|
friend |
|
private |
The image resolution selected.
|
private |
The image type selected.