|
#include <CTabImage.h>
Public Member Functions | |
| CTabImages () | |
| Constructor. | |
| void | load (const sptk::CTar &tar, const sptk::CXmlNode *tabImagesNode) |
| Loads tab images from tar archive using XML node as an index. | |
| ~CTabImages () | |
| Destructor. | |
| void | clear () |
| Removes all the tab images from the vector. | |
| CTabImage * | tabImage (const char *imageName) |
| Returns tab image for the name, or NULL if not found. | |
| void sptk::CTabImages::load | ( | const sptk::CTar & | tar, | |
| const sptk::CXmlNode * | tabImagesNode | |||
| ) |
Loads tab images from tar archive using XML node as an index.
| tar | const sptk::CTar&, the theme tar archive | |
| tabImagesNode | const sptk::CXmlNode*, an XML node with the tabs theme info |