|
| | OWLExportDialog (DesignObjectLookup *lookup, OWLClientInterface *download, QWidget *parent=nullptr) |
| | Constructs the export dialog.
|
|
void | checkForNameConflict () |
| | Checks whether the chosen name conflicts with an existing server file.
|
| bool | event (QEvent *event) override |
| | Handles events including show/hide transitions.
|
|
void | exportCurrentProject () |
| | Exports the currently open project to the server.
|
| void | exportFile (File file) |
| | Exports a specific file to the server.
|
| void | exportNewPermission (const ServerPermission &original_permission) |
| | Exports a new permission entry to the server.
|
|
void | finishedSignal () |
| | Emitted when the export workflow has completed.
|
|
void | reset () |
| | Resets the dialog to its initial state.
|
| void | setLookup (DesignObjectLookup *lookup) |
| | Sets the design object lookup for project data.
|
|
void | updateGenerateEnabled () |
| | Updates the enabled state of the generate/export button.
|
Dialog for exporting projects and files to an OWL server.
Handles encoding, encryption, duplicate resolution, and upload of project files and permissions to a remote OWL server.
Definition at line 57 of file OWLExportDialog.h.