Public Member Functions | |
| void | addResources (const Common::Path &file) |
| void | removeResources (const Common::Path &file) |
| HRSRC | findResource (const char *lpName, const char *lpType) |
| size_t | resourceSize (HRSRC res) const |
| HGLOBAL | loadResource (HRSRC hResInfo) |
Public Member Functions inherited from Common::List< t_T > | |
| constexpr | List () |
| List (const List< t_T > &list) | |
| template<class... TArgs> | |
| iterator | emplace (iterator pos, TArgs &&...args) |
| iterator | insert (iterator pos, const t_T &element) |
| iterator | insert (iterator pos, t_T &&element) |
| template<typename iterator2 > | |
| void | insert (iterator pos, iterator2 first, iterator2 last) |
| iterator | erase (iterator pos) |
| iterator | reverse_erase (iterator pos) |
| iterator | erase (iterator first, iterator last) |
| void | remove (const t_T &val) |
| template<class... TArgs> | |
| void | emplace_front (TArgs &&...args) |
| void | push_front (const t_T &element) |
| void | push_front (t_T &&element) |
| template<class... TArgs> | |
| void | emplace_back (TArgs &&...args) |
| void | push_back (const t_T &element) |
| void | push_back (t_T &&element) |
| void | pop_front () |
| void | pop_back () |
| t_T & | front () |
| const t_T & | front () const |
| t_T & | back () |
| const t_T & | back () const |
| List< t_T > & | operator= (const List< t_T > &list) |
| size_type | size () const |
| void | clear () |
| bool | empty () const |
| iterator | begin () |
| iterator | reverse_begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | reverse_begin () const |
| const_iterator | end () const |
Additional Inherited Members | |
Public Types inherited from Common::List< t_T > | |
| typedef ListInternal::Iterator< t_T > | iterator |
| typedef ListInternal::ConstIterator< t_T > | const_iterator |
| typedef t_T | value_type |
| typedef uint | size_type |
Protected Types inherited from Common::List< t_T > | |
| typedef ListInternal::NodeBase | NodeBase |
| typedef ListInternal::Node< t_T > | Node |
Protected Member Functions inherited from Common::List< t_T > | |
| NodeBase | erase (NodeBase *pos) |
| template<class... TArgs> | |
| void | emplace (NodeBase *pos, TArgs &&... args) |
| void | insert (NodeBase *pos, const t_T &element) |
| void | insert (NodeBase *pos, t_T &&element) |
Protected Attributes inherited from Common::List< t_T > | |
| NodeBase | _anchor |
| void Graphics::MFC::Libs::Resources::addResources | ( | const Common::Path & | file | ) |
Adds a Windows file containing resources
| void Graphics::MFC::Libs::Resources::removeResources | ( | const Common::Path & | file | ) |
Removes a Windows file containing resources
| HRSRC Graphics::MFC::Libs::Resources::findResource | ( | const char * | lpName, |
| const char * | lpType | ||
| ) |
Find a resource
|
inline |
Return the size of a resource
| HGLOBAL Graphics::MFC::Libs::Resources::loadResource | ( | HRSRC | hResInfo | ) |
Return a resource as a memory block