#include <CTabImage.h>
Public Member Functions | |
CTabImages () | |
Constructor. | |
void | load (const sptk::Tar &tar, const xdoc::SNode &tabImagesNode) |
Loads tab images from tar archive using XML node as an index. More... | |
~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. | |
Tab theme images collection
void sptk::CTabImages::load | ( | const sptk::Tar & | tar, |
const xdoc::SNode & | tabImagesNode | ||
) |
Loads tab images from tar archive using XML node as an index.
tar | the theme tar archive |
tabImagesNode | an XML node with the tabs theme info |