mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #619, utility functions simulator info
This commit is contained in:
@@ -80,12 +80,18 @@ namespace BlackMisc
|
||||
//! Any simulator?
|
||||
bool isAnySimulator() const;
|
||||
|
||||
//! Single simulator selected
|
||||
bool isSingleSimulator() const;
|
||||
|
||||
//! No simulator?
|
||||
bool isNoSimulator() const;
|
||||
|
||||
//! Is all simulators?
|
||||
bool isAllSimulators() const;
|
||||
|
||||
//! Number simulators selected
|
||||
int numberSimulators() const;
|
||||
|
||||
//! Matches all simulators
|
||||
bool matchesAll(const CSimulatorInfo &otherInfo) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user