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

Row data returned by get_chooser_rows(). More...

#include <kernwin.hpp>

Public Member Functions

bool operator== (const chooser_row_info_t &other) const
bool operator!= (const chooser_row_info_t &other) const

Public Attributes

qstrvec_t texts
 texts, one per chooser column
chooser_item_attrs_t attrs
 styling attributes
int icon = -1
 icon number

Detailed Description

Row data returned by get_chooser_rows().

Member Function Documentation

◆ operator==()

bool chooser_row_info_t::operator== ( const chooser_row_info_t & other) const
inline

◆ operator!=()

bool chooser_row_info_t::operator!= ( const chooser_row_info_t & other) const
inline

Member Data Documentation

◆ texts

qstrvec_t chooser_row_info_t::texts

texts, one per chooser column

◆ attrs

chooser_item_attrs_t chooser_row_info_t::attrs

styling attributes

◆ icon

int chooser_row_info_t::icon = -1

icon number


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