IDA C++ SDK 9.2
Loading...
Searching...
No Matches
twinline_t Class Reference

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_tat
 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?

Detailed Description

A line in a text window.

Constructor & Destructor Documentation

◆ twinline_t()

twinline_t::twinline_t ( place_t * t = nullptr,
color_t pc = 1,
bgcolor_t bc = DEFCOLOR )
inline

Member Data Documentation

◆ at

place_t* twinline_t::at

location in view

◆ line

qstring twinline_t::line

line contents

◆ prefix_color

color_t twinline_t::prefix_color

line prefix color

◆ bg_color

bgcolor_t twinline_t::bg_color

line background color

◆ is_default

bool twinline_t::is_default = false

is this the default line of the current location?


The documentation for this class was generated from the following file: