Base image viewer.
More...
template<class T>
class smil::ImageViewer< T >
Base image viewer.
#include <DImageViewer.hpp>
|
| ImageViewer (Image< T > &im) |
|
virtual void | setImage (Image< T > &im) |
|
virtual Image< T > * | getImage () |
|
virtual void | disconnect () |
|
virtual void | show () |
|
virtual void | showLabel () |
|
virtual void | hide () |
|
virtual bool | isVisible () |
|
virtual void | setName (const char *_name) |
|
virtual void | update () |
|
virtual void | drawOverlay (const Image< T > &) |
|
virtual void | clearOverlay () |
|
virtual RES_T | getOverlay (Image< T > &) |
|
virtual void | setLookup (const map< UINT8, RGB > &) |
| Set the color table as a 8bits RGB map (keys between 0 and 255)
|
|
virtual void | resetLookup () |
|
|
virtual void | drawImage () |
|
virtual void | onSizeChanged (size_t, size_t, size_t) |
|
|
Image< T > * | image |
|
bool | labelImage |
|
The documentation for this class was generated from the following files: