mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #452 models and views created
* for new value objects (e.g. distributor, ...) * new modes are required (e.g. CStatusMessageListModel::Simplified) * model filter allowing to filter models
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f9048de1e6
commit
2c91b3ada0
@@ -29,13 +29,22 @@ namespace BlackGui
|
||||
{
|
||||
|
||||
public:
|
||||
//! Mode
|
||||
enum Mode
|
||||
{
|
||||
Detailed,
|
||||
Simplified
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
explicit CStatusMessageListModel(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CStatusMessageListModel() {}
|
||||
|
||||
//! Set mode
|
||||
void setMode(Mode mode);
|
||||
};
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user