#include <GrWindowRectsState.h>
Definition at line 13 of file GrWindowRectsState.h.
◆ Mode
Enumerator |
---|
kExclusive | |
kInclusive | |
Definition at line 15 of file GrWindowRectsState.h.
15 : bool {
16 kExclusive,
17 kInclusive
18 };
◆ GrWindowRectsState() [1/2]
GrWindowRectsState::GrWindowRectsState |
( |
| ) |
|
|
inline |
◆ GrWindowRectsState() [2/2]
◆ enabled()
bool GrWindowRectsState::enabled |
( |
| ) |
const |
|
inline |
◆ mode()
Mode GrWindowRectsState::mode |
( |
| ) |
const |
|
inline |
◆ numWindows()
int GrWindowRectsState::numWindows |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator==()
Definition at line 41 of file GrWindowRectsState.h.
41 {
42 if (fMode != that.fMode) {
43 return false;
44 }
45 return fWindows == that.fWindows;
46 }
◆ set()
◆ setDisabled()
void GrWindowRectsState::setDisabled |
( |
| ) |
|
|
inline |
◆ windows()
The documentation for this class was generated from the following file: