C++ API Reference: MPxViewportComputeItem::Actions Struct Reference
A bitmask storing a set of actions.
More...
#include <MPxViewportComputeItem.h>
A bitmask storing a set of actions.
Set a single bit in bitmask.
- Parameters
-
[in] | action | the bit to set. |
void bitClear |
( |
Action |
action | ) |
|
Clear a single bit in bitmask.
- Parameters
-
[in] | action | the bit to clear. |
bool bitCheck |
( |
Action |
action | ) |
const |
- Parameters
-
[in] | action | the bit to test. |
- Returns
- true if bit action is set in bitmask.
Set a group of bits in bitmask.
- Parameters
-
[in] | actions | the bits to set. |
void bitmaskClear |
( |
Actions |
actions | ) |
|
Clear a group of bits in bitmask.
- Parameters
-
[in] | actions | the bits to clear. |
bool bitmaskCheckAll |
( |
Actions |
actions | ) |
const |
- Parameters
-
[in] | actions | the bits to check. |
- Returns
- true if all bits in actions are set in bitmask.
bool bitmaskCheckAny |
( |
Actions |
actions | ) |
const |
- Parameters
-
[in] | actions | the bits to check. |
- Returns
- true if at least one bit in actions is set in bitmask.
The documentation for this struct was generated from the following files:
- MPxViewportComputeItem.h
- MPxViewportComputeItem.cpp