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

Chooser item attributes. More...

#include <kernwin.hpp>

Public Member Functions

 chooser_item_attrs_t ()
void reset ()
bool operator== (const chooser_item_attrs_t &other) const

Public Attributes

int cb
 size of this structure.
int flags
 Chooser item property bits
bgcolor_t color
 item color

Detailed Description

Chooser item attributes.

Constructor & Destructor Documentation

◆ chooser_item_attrs_t()

chooser_item_attrs_t::chooser_item_attrs_t ( )
inline

Member Function Documentation

◆ reset()

void chooser_item_attrs_t::reset ( )
inline

◆ operator==()

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

Member Data Documentation

◆ cb

int chooser_item_attrs_t::cb

size of this structure.

the callback must check this field and fill only the existing fields. the first 2 fields always exist:

◆ flags

int chooser_item_attrs_t::flags

◆ color

bgcolor_t chooser_item_attrs_t::color

item color


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