![]() |
Prusa Slicer 2.6.0
|
#include <src/imgui/imgui_internal.h>
Public Member Functions | |
| ImBitArray () | |
| void | ClearAllBits () |
| void | SetAllBits () |
| bool | TestBit (int n) const |
| void | SetBit (int n) |
| void | ClearBit (int n) |
| void | SetBitRange (int n, int n2) |
Public Attributes | |
| ImU32 | Storage [(BITCOUNT+31) > > 5] |
|
inline |
|
inline |
|
inline |
References IM_ASSERT, and ImBitArrayClearBit().
Referenced by ImGui::TableMergeDrawChannels().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
References ImBitArraySetBitRange().
Referenced by ImGui::TableMergeDrawChannels().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References IM_ASSERT, and ImBitArrayTestBit().
Referenced by ImGui::TableMergeDrawChannels().
Here is the call graph for this function:
Here is the caller graph for this function:| ImU32 ImBitArray< BITCOUNT >::Storage[(BITCOUNT+31) > > 5] |
Referenced by ImGui::TableMergeDrawChannels().