|
ORE Studio 0.0.4
|
Detail dialog for viewing and editing origin dimension records. More...
#include <OriginDimensionDetailDialog.hpp>


Signals | |
| void | dimensionSaved (const QString &code) |
| void | dimensionDeleted (const QString &code) |
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. | |
Public Member Functions | |
| OriginDimensionDetailDialog (QWidget *parent=nullptr) | |
| void | setClientManager (ClientManager *clientManager) |
| void | setUsername (const std::string &username) |
| void | setDimension (const dq::domain::origin_dimension &dimension) |
| void | setCreateMode (bool createMode) |
| void | setReadOnly (bool readOnly) |
Additional Inherited Members | |
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. | |
Detail dialog for viewing and editing origin dimension records.
This dialog allows viewing, creating, and editing origin dimensions. It supports both create mode (for new records) and edit mode (for existing records).