|
IDA SDK
|
Maintain basic information for a line in a custom view.
Public Attributes | |
| qstring | line |
| line text | |
| color_t | color |
| line prefix color | |
| bgcolor_t | bgcolor |
| line background color | |
Public Member Functions | |
| simpleline_t (void) | |
| Constructor (default colors) | |
| simpleline_t (color_t c, const char *str) | |
| Constructor. | |
| simpleline_t (const char *str) | |
| Constructor. | |
| simpleline_t (const qstring &str) | |
| Constructor. | |
1.8.9.1