|
ORE Studio 0.0.4
|
Dialog widget for viewing role details. More...
#include <RoleDetailDialog.hpp>


Public Member Functions | |
| RoleDetailDialog (QWidget *parent=nullptr) | |
| void | setRole (const iam::domain::role &role) |
| Sets the role to display. | |
| const iam::domain::role & | getRole () const |
| Gets the current role. | |
| void | clearDialog () |
| Clears all form fields. | |
Additional Inherited Members | |
Signals inherited from DetailDialogBase | |
| void | closeRequested () |
| Emitted when the dialog wants to close its container window. | |
| void | statusMessage (const QString &message) |
| Emitted to show a status message in the status bar. | |
| void | errorMessage (const QString &message) |
| Emitted when an error occurs that should be shown to the user. | |
Protected Member Functions inherited from DetailDialogBase | |
| void | requestClose () |
| Request closure of the container window. | |
| void | notifySaveSuccess (const QString &message) |
| Notify that a save operation completed successfully. | |
Dialog widget for viewing role details.
This dialog displays role information in read-only mode including:
| void setRole | ( | const iam::domain::role & | role | ) |
Sets the role to display.
| role | The role to display |
| const iam::domain::role & getRole | ( | ) | const |
Gets the current role.