IDA C++ SDK 9.2
|
A line in a text window. More...
#include <kernwin.hpp>
Public Member Functions | |
twinline_t (place_t *t=nullptr, color_t pc=1, bgcolor_t bc=DEFCOLOR) |
Public Attributes | |
place_t * | at |
location in view | |
qstring | line |
line contents | |
color_t | prefix_color |
line prefix color | |
bgcolor_t | bg_color |
line background color | |
bool | is_default = false |
is this the default line of the current location? |
A line in a text window.
place_t* twinline_t::at |
location in view
qstring twinline_t::line |
line contents
color_t twinline_t::prefix_color |
line prefix color
bgcolor_t twinline_t::bg_color |
line background color
bool twinline_t::is_default = false |
is this the default line of the current location?