SavvyUI C++ UI Library
Loading...
Searching...
No Matches
IconSource Class Reference

#include <Graphics.h>

Public Member Functions

 IconSource ()
 IconSource (const wstring &iconFile)
 IconSource (const IconType &iconType)
 IconSource (unsigned int resourceId, const ImageType &imageContentType)
BOOL isValid () const
IconSourceType getType () const

Public Attributes

wstring _iconFile
IconType _iconType
unsigned int _resourceId
ImageType _resourceContentType

Constructor & Destructor Documentation

◆ IconSource() [1/4]

IconSource::IconSource ( )
inline

◆ IconSource() [2/4]

IconSource::IconSource ( const wstring & iconFile)
inline

◆ IconSource() [3/4]

IconSource::IconSource ( const IconType & iconType)
inline

◆ IconSource() [4/4]

IconSource::IconSource ( unsigned int resourceId,
const ImageType & imageContentType )
inline

Member Function Documentation

◆ getType()

IconSourceType IconSource::getType ( ) const
inline

◆ isValid()

BOOL IconSource::isValid ( ) const
inline

Member Data Documentation

◆ _iconFile

wstring IconSource::_iconFile

◆ _iconType

IconType IconSource::_iconType

◆ _resourceContentType

ImageType IconSource::_resourceContentType

◆ _resourceId

unsigned int IconSource::_resourceId

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