Name | |
---|---|
enum | Type { Combination, CombinationNoState} |
Name | |
---|---|
constexpr | QskStateCombination(QskAspect::State state) |
constexpr | QskStateCombination(QskAspect::States states =QskAspect::States()) |
constexpr | QskStateCombination(Type type, QskAspect::States states =QskAspect::States()) |
constexpr bool | isNull() const |
void | setType(Type type) |
constexpr Type | type() const |
void | setStates(QskAspect::States states) |
void | setState(QskAspect::State state, bool on =true) |
constexpr QskAspect::States | states() const |
Enumerator | Value | Description |
---|---|---|
Combination | ||
CombinationNoState |
inline constexpr QskStateCombination(
QskAspect::State state
)
inline constexpr QskStateCombination(
QskAspect::States states =QskAspect::States()
)
inline constexpr QskStateCombination(
Type type,
QskAspect::States states =QskAspect::States()
)
constexpr bool isNull() const
inline void setType(
Type type
)
inline constexpr Type type() const
inline void setStates(
QskAspect::States states
)
inline void setState(
QskAspect::State state,
bool on =true
)
inline constexpr QskAspect::States states() const
Updated on 28 July 2023 at 14:02:28 CEST