This class represents an item in the ResourceDialog.
More...
#include <ResourceDialogItem.hpp>
|
template<class T > |
using | output_t = add_pointer_t<decay_t<T>> |
|
template<class T > |
using | output_const_t = add_pointer_t<add_const_t<decay_t<T>>> |
|
This class represents an item in the ResourceDialog.
◆ ResourceDialogItem() [1/4]
LIEF::PE::ResourceDialogItem::ResourceDialogItem |
( |
| ) |
|
◆ ResourceDialogItem() [2/4]
LIEF::PE::ResourceDialogItem::ResourceDialogItem |
( |
const details::pe_dialog_item_template_ext & | header | ) |
|
◆ ResourceDialogItem() [3/4]
LIEF::PE::ResourceDialogItem::ResourceDialogItem |
( |
const details::pe_dialog_item_template & | header | ) |
|
◆ ResourceDialogItem() [4/4]
◆ ~ResourceDialogItem()
LIEF::PE::ResourceDialogItem::~ResourceDialogItem |
( |
| ) |
|
|
override |
◆ accept()
void LIEF::PE::ResourceDialogItem::accept |
( |
Visitor & | visitor | ) |
const |
|
overridevirtual |
◆ cx()
int16_t LIEF::PE::ResourceDialogItem::cx |
( |
| ) |
const |
The width, in dialog box units, of the control.
◆ cy()
int16_t LIEF::PE::ResourceDialogItem::cy |
( |
| ) |
const |
The height, in dialog box units, of the control.
◆ extended_style()
uint32_t LIEF::PE::ResourceDialogItem::extended_style |
( |
| ) |
const |
The extended styles for a window.
◆ extended_style_list()
◆ has_extended_style()
◆ has_style()
bool LIEF::PE::ResourceDialogItem::has_style |
( |
WINDOW_STYLES | style | ) |
const |
◆ help_id()
uint32_t LIEF::PE::ResourceDialogItem::help_id |
( |
| ) |
const |
The help context identifier for the control.
◆ id()
uint32_t LIEF::PE::ResourceDialogItem::id |
( |
| ) |
const |
◆ is_extended()
bool LIEF::PE::ResourceDialogItem::is_extended |
( |
| ) |
const |
True
if the control is an extended one
◆ operator=()
◆ style()
uint32_t LIEF::PE::ResourceDialogItem::style |
( |
| ) |
const |
The style of the control.
◆ style_list()
std::set< WINDOW_STYLES > LIEF::PE::ResourceDialogItem::style_list |
( |
| ) |
const |
◆ title()
const std::u16string & LIEF::PE::ResourceDialogItem::title |
( |
| ) |
const |
Initial text of the control.
◆ x()
int16_t LIEF::PE::ResourceDialogItem::x |
( |
| ) |
const |
The x-coordinate, in dialog box units, of the upper-left corner of the control. This coordinate is always relative to the upper-left corner of the dialog box's client area.
◆ y()
int16_t LIEF::PE::ResourceDialogItem::y |
( |
| ) |
const |
The y-coordinate, in dialog box units, of the upper-left corner of the control. This coordinate is always relative to the upper-left corner of the dialog box's client area.
The documentation for this class was generated from the following file: