![]() |
DDraceNetwork Documentation
|
#include <skins.h>
Public Member Functions | |
| CSkinListEntry () | |
| CSkinListEntry (CSkinContainer *pSkinContainer, bool Favorite, bool SelectedMain, bool SelectedDummy, std::optional< std::pair< int, int > > NameMatch) | |
| bool | operator< (const CSkinListEntry &Other) const |
| const CSkinContainer * | SkinContainer () const |
| bool | IsFavorite () const |
| bool | IsSelectedMain () const |
| bool | IsSelectedDummy () const |
| const std::optional< std::pair< int, int > > & | NameMatch () const |
| const void * | ListItemId () const |
| const void * | FavoriteButtonId () const |
| const void * | ErrorTooltipId () const |
| void | RequestLoad () |
Private Attributes | |
| CSkinContainer * | m_pSkinContainer |
| bool | m_Favorite |
| bool | m_SelectedMain |
| bool | m_SelectedDummy |
| std::optional< std::pair< int, int > > | m_NameMatch |
| char | m_ListItemId |
| char | m_FavoriteButtonId |
| char | m_ErrorTooltipId |
Represents a skin being displayed in a list in the UI.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool CSkins::CSkinListEntry::operator< | ( | const CSkinListEntry & | Other | ) | const |
| void CSkins::CSkinListEntry::RequestLoad | ( | ) |
Request that this skin should be loaded and should stay loaded.
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |