ORE Studio 0.0.4
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
FeatureFlagDetailDialog Class Reference

Dialog widget for creating and editing feature flags. More...

#include <FeatureFlagDetailDialog.hpp>

Inheritance diagram for FeatureFlagDetailDialog:
Inheritance graph
Collaboration diagram for FeatureFlagDetailDialog:
Collaboration graph

Signals

void isDirtyChanged (bool dirty)
 
void featureFlagSaved (const QString &name)
 
void featureFlagDeleted (const QString &name)
 
- 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

 FeatureFlagDetailDialog (QWidget *parent=nullptr)
 
void setClientManager (ClientManager *clientManager)
 
void setUsername (const std::string &username)
 
void setFeatureFlag (const variability::domain::feature_flags &flag)
 
variability::domain::feature_flags getFeatureFlag () const
 
void setCreateMode (bool createMode)
 
void setReadOnly (bool readOnly, int versionNumber=0)
 
void setHistory (const std::vector< variability::domain::feature_flags > &history, int versionNumber)
 
void clearDialog ()
 
void save ()
 
QString featureFlagName () const
 
bool isDirty () const
 
bool isReadOnly () const
 

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.
 

Detailed Description

Dialog widget for creating and editing feature flags.

This widget provides a form for entering feature flag details, with save and delete capabilities.