|
|
|
@ -29,8 +29,8 @@ class KURL;
|
|
|
|
|
* The methods in this class don't communicate with the user, so asking the format
|
|
|
|
|
* to save the images in, checking if the target file exists and so on must be done before
|
|
|
|
|
* calling those methods, if needed.
|
|
|
|
|
* The only exception is asking passwords for example when KIO slaves are used, as this
|
|
|
|
|
* operation is made automatically by the KIO classes.
|
|
|
|
|
* The only exception is asking passwords for example when TDEIO slaves are used, as this
|
|
|
|
|
* operation is made automatically by the TDEIO classes.
|
|
|
|
|
*/
|
|
|
|
|
class UMLViewImageExporterModel {
|
|
|
|
|
public:
|
|
|
|
@ -96,7 +96,7 @@ public:
|
|
|
|
|
*
|
|
|
|
|
* This method creates the specified target directory if needed. If there was an
|
|
|
|
|
* existing file with the same path as one to be created overwrites it without asking.
|
|
|
|
|
* The url used can be local or remote, using supported KIO slaves.
|
|
|
|
|
* The url used can be local or remote, using supported TDEIO slaves.
|
|
|
|
|
*
|
|
|
|
|
* @param imageType The type of the images the views will be exported to.
|
|
|
|
|
* @param directory The url of the directory where the images will be saved.
|
|
|
|
@ -112,7 +112,7 @@ public:
|
|
|
|
|
*
|
|
|
|
|
* This method creates the needed directories, if any. If there was an existing
|
|
|
|
|
* file in the specified url overwrites it without asking.
|
|
|
|
|
* The url used can be local or remote, using supported KIO slaves.
|
|
|
|
|
* The url used can be local or remote, using supported TDEIO slaves.
|
|
|
|
|
*
|
|
|
|
|
* If some problem occurs when exporting, an error message is returned.
|
|
|
|
|
*
|
|
|
|
|