Class sh::ui::ManageProfilesDialog

class sh::ui::ManageProfilesDialog : public sh::ui::Dialog

The ‘Manage Saved Settings’ dialog.

Subclassed by sh::ui::qt::QtManageProfilesDialog, sh::ui::web::WebManageProfilesDialog

Public Functions

ManageProfilesDialog()
qint64 dialogId()

Returns the dialog id.

Each instance has an id unique in the complete Shallot process lifetime.

Must be called in main thread.

bool isInited()

Returns if this dialog is initialized.

Must be called in main thread.

bool wasAccepted()

Returns if this dialog was ‘accepted’ by the user (typically by clicking some ‘OK’ button).

Must be called in main thread.

void waitClosed()

Wait until the user closed the dialog in some way.

May be called in any thread.

void close()

Closes the dialog.

Must be called in main thread.

bool wasClosed()

Returns if this dialog was closed.

Must be called in main thread.

DialogManager *manager()

Returns the DialogManager which hosts this dialog.