|
Guitar
|
#include <AbstractTextEditorApplication.h>
Public Types | |
| enum | DiffMarker { Undefined , Del , Add , _Reserved } |
Public Attributes | |
| union { | |
| struct { | |
| bool selected: 1 | |
| bool current_line: 1 | |
| uint8_t diff_marker: 2 | |
| } | |
| uint16_t all = 0 | |
| }; | |
| union { ... } |
| uint16_t CharFlags::all = 0 |
| bool CharFlags::current_line |
| uint8_t CharFlags::diff_marker |
| bool CharFlags::selected |