umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Private Attributes | List of all members
UMLViewImageExporterAll Class Reference

#include <umlviewimageexporterall.h>

Collaboration diagram for UMLViewImageExporterAll:

Public Member Functions

 UMLViewImageExporterAll ()
 
virtual ~UMLViewImageExporterAll ()
 
void exportViews (DiagramPrintPage *selectPage)
 
void exportViews (const UMLViewList &views)
 

Private Attributes

ExportAllViewsDialogm_dialog
 Dialog to get the needed parameters from the user. More...
 

Detailed Description

Exports all the views in the UML document as images. This class takes care of asking the user the needed parameters and then exports the views using UMLViewImageExporterModel.

Constructor & Destructor Documentation

◆ UMLViewImageExporterAll()

UMLViewImageExporterAll::UMLViewImageExporterAll ( )

Constructor for UMLViewImageExporterAll

◆ ~UMLViewImageExporterAll()

UMLViewImageExporterAll::~UMLViewImageExporterAll ( )
virtual

Destructor for UMLViewImageExporterAll

Member Function Documentation

◆ exportViews() [1/2]

void UMLViewImageExporterAll::exportViews ( const UMLViewList views)

Shows a dialog to the user to get the needed parameters and then exports the views. The dialog remembers values between calls (in the same application instance, although it's not persistent between Umbrello executions).

Once the export begins, it can't be stopped until it ends itself. The status bar shows an information message until the export finishes.

If something went wrong while exporting, an error dialog is shown to the user with the error messages explaining the problems occurred.

Here is the call graph for this function:

◆ exportViews() [2/2]

void UMLViewImageExporterAll::exportViews ( DiagramPrintPage selectPage)

Export views selected by the DiagramPrintPage instance.

See exportViews(const UMLViewList &views) for more details.

Parameters
selectPageinstance of DiagramPrintPage
Here is the call graph for this function:

Member Data Documentation

◆ m_dialog

ExportAllViewsDialog* UMLViewImageExporterAll::m_dialog
private

Dialog to get the needed parameters from the user.


The documentation for this class was generated from the following files: