#include <Video.h>
Inheritance diagram for Video::Redrawer:

Public Member Functions | |
| Redrawer () | |
| default ctor - sets viewport to whole actual window | |
| virtual | ~Redrawer () |
| Redrawer (uint ox, uint oy, uint sx, uint sy) | |
| void | doRedraw () |
| void | setViewport (uint ox, uint oy, uint sx, uint sy) |
| void | setFullViewport () |
| sets viewport to full current window | |
Protected Member Functions | |
| virtual void | draw ()=0 |
| actual draw - to be implemented in childs Shouldn't do clearing or glFinish the viewport is set to redrawer's range and X-form matrix is set to default 2D ortho (0,0,sizeX,sizeY) | |
|
|
default ctor - sets viewport to whole actual window
|
Here is the call graph for this function:

|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
actual draw - to be implemented in childs Shouldn't do clearing or glFinish the viewport is set to redrawer's range and X-form matrix is set to default 2D ortho (0,0,sizeX,sizeY)
Implemented in KohonenAnalyzer, KohonenDraw, and ExKohonenDraw. |
|
|
sets viewport to full current window
|
|
||||||||||||||||||||
|
|
1.3.5