IDA C++ SDK 9.2
Loading...
Searching...
No Matches
lines_rendering_input_t Struct Reference

Contains information necessary for plugins to compute extra information needed for rendering. More...

#include <kernwin.hpp>

Public Attributes

int cb = sizeof(*this)
sections_lines_refs_t sections_lines
 references to the lines that are used for rendering
const synced_group_tsync_group = nullptr
 the 'synced' group 'widget' (see ui_get_lines_rendering_info) belongs to, or nullptr

Detailed Description

Contains information necessary for plugins to compute extra information needed for rendering.

Member Data Documentation

◆ cb

int lines_rendering_input_t::cb = sizeof(*this)

◆ sections_lines

sections_lines_refs_t lines_rendering_input_t::sections_lines

references to the lines that are used for rendering

◆ sync_group

const synced_group_t* lines_rendering_input_t::sync_group = nullptr

the 'synced' group 'widget' (see ui_get_lines_rendering_info) belongs to, or nullptr


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