#include <resource_icon.h>
◆ getBitCount()
std::uint16_t retdec::fileformat::ResourceIcon::getBitCount |
( |
| ) |
const |
Get icon bit count
- Returns
- Bit count
◆ getColorCount()
std::uint8_t retdec::fileformat::ResourceIcon::getColorCount |
( |
| ) |
const |
Get icon color count
- Returns
- Color count
◆ getHeight()
std::uint16_t retdec::fileformat::ResourceIcon::getHeight |
( |
| ) |
const |
Get icon height
- Returns
- Icon height
◆ getIconGroup()
std::size_t retdec::fileformat::ResourceIcon::getIconGroup |
( |
| ) |
const |
Get icon group
- Returns
- Icon group
◆ getIconSize()
std::size_t retdec::fileformat::ResourceIcon::getIconSize |
( |
| ) |
const |
Get icon size
- Returns
- Icon size
◆ getPlanes()
std::uint16_t retdec::fileformat::ResourceIcon::getPlanes |
( |
| ) |
const |
Get icon planes
- Returns
- Planes
◆ getWidth()
std::uint16_t retdec::fileformat::ResourceIcon::getWidth |
( |
| ) |
const |
Get icon width
- Returns
- Icon with
◆ hasLoadedProperties()
bool retdec::fileformat::ResourceIcon::hasLoadedProperties |
( |
| ) |
const |
A method which indicates whether icon properties are loaded.
- Returns
true
if it is, otherwise false
◆ hasValidColorCount()
bool retdec::fileformat::ResourceIcon::hasValidColorCount |
( |
| ) |
const |
A method which indicates whether color count of an icon is valid.
- Returns
true
if it is, otherwise false
◆ setBitCount()
void retdec::fileformat::ResourceIcon::setBitCount |
( |
std::uint16_t |
iBitCount | ) |
|
Set icon bit count
- Parameters
-
◆ setColorCount()
void retdec::fileformat::ResourceIcon::setColorCount |
( |
std::uint8_t |
iColorCount | ) |
|
Set icon color count
- Parameters
-
iColorCount | Icon color count |
◆ setHeight()
void retdec::fileformat::ResourceIcon::setHeight |
( |
std::uint16_t |
iHeight | ) |
|
Set icon height
- Parameters
-
◆ setIconGroup()
void retdec::fileformat::ResourceIcon::setIconGroup |
( |
std::size_t |
iGroup | ) |
|
Set icon group
- Parameters
-
◆ setIconSize()
void retdec::fileformat::ResourceIcon::setIconSize |
( |
std::size_t |
iSize | ) |
|
◆ setLoadedProperties()
void retdec::fileformat::ResourceIcon::setLoadedProperties |
( |
| ) |
|
Set loaded properties flag
◆ setPlanes()
void retdec::fileformat::ResourceIcon::setPlanes |
( |
std::uint16_t |
iPlanes | ) |
|
Set icon planes
- Parameters
-
◆ setValidColorCount()
void retdec::fileformat::ResourceIcon::setValidColorCount |
( |
| ) |
|
Set color count to a valid state
◆ setWidth()
void retdec::fileformat::ResourceIcon::setWidth |
( |
std::uint16_t |
iWidth | ) |
|
Set icon width
- Parameters
-
◆ bitCount
std::uint16_t retdec::fileformat::ResourceIcon::bitCount = 0 |
|
private |
◆ colorCount
std::uint8_t retdec::fileformat::ResourceIcon::colorCount = 0 |
|
private |
◆ height
std::uint16_t retdec::fileformat::ResourceIcon::height = 0 |
|
private |
◆ iconGroup
std::size_t retdec::fileformat::ResourceIcon::iconGroup = 0 |
|
private |
icon group the icon belongs to
◆ iconSize
std::size_t retdec::fileformat::ResourceIcon::iconSize = 0 |
|
private |
◆ loadedProperties
bool retdec::fileformat::ResourceIcon::loadedProperties = false |
|
private |
true
if properties were successfully loaded from icon group resource
◆ planes
std::uint16_t retdec::fileformat::ResourceIcon::planes = 0 |
|
private |
◆ validColorCount
bool retdec::fileformat::ResourceIcon::validColorCount = false |
|
private |
true
if color count has a valid value
◆ width
std::uint16_t retdec::fileformat::ResourceIcon::width = 0 |
|
private |
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/fileformat/types/resource_table/resource_icon.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/fileformat/types/resource_table/resource_icon.cpp