|
Public Member Functions |
| const int | dimx () const |
| const int | dimy () const |
| const int | resizedimx () const |
| const int | resizedimy () const |
| CImgDisplay & | operator= (const CImgDisplay &disp) |
| const CImgDisplay & | wait (const unsigned int milliseconds) const |
| void | nodisplay_available () |
| template<typename PEL> | CImgDisplay (const CImgDisplay *pparent, const picture_of_< PEL > &img, const picture_of_< PEL > &imr, const picture_of_< PEL > &imb, const char *title=NULL, const unsigned int pnormalize=1, const unsigned int pattributes=3, const int x_at=-1, const int y_at=-1) |
| CImgDisplay & | resize (const int width, const int height, const bool redraw=true, const bool force=true) |
| | ~CImgDisplay () |
| template<typename PEL> void | render (const picture_of_< PEL > &img, const picture_of_< PEL > &imr, const picture_of_< PEL > &imb, const unsigned int ymin=0, const unsigned int ymax=~0) |
| template<typename PEL> CImgDisplay & | display (const picture_of_< PEL > &img, const picture_of_< PEL > &imr, const picture_of_< PEL > &imb, const unsigned int ymin=0, const unsigned int ymax=-1) |
| CImgDisplay & | wait () |
| CImgDisplay & | show () |
| CImgDisplay & | close () |
| void | moveto (const int x_at, const int y_at) |
| void | cleanup () |
| void | rename (const char *comment) |
Public Attributes |
| unsigned int | width |
| unsigned int | height |
| unsigned int | normalize |
| const unsigned int | attributes |
| volatile int | mousex |
| volatile int | mousey |
| volatile unsigned int | button |
| volatile unsigned int | key |
| volatile bool | closed |
| volatile unsigned int | resized |
| double | min |
| double | max |
| int | xat |
| int | yat |
| const CImgDisplay * | parent |