Jafar
|
Definition at line 22 of file oimstream.hpp.
Public Member Functions | |
void | setBackgroundColor () |
void | setSeparatorColor () |
Protected Member Functions | |
void | endl_fun () |
void | enlargeImage (int width_factor, int height_factor) |
void | makeRoomFor (int pwidth, int pheight) |
void | updateCursorsFor (int pwidth, int pheight) |
virtual void | flush_fun ()=0 |
Protected Attributes | |
image::Image | image |
int | width |
int | height |
int | cursorx |
int | cursory |
Friends | |
oimstream & | operator<< (oimstream &os, const image::Image &im) |
oimstream & | operator<< (oimstream &os, const endl_ &end) |
oimstream & | operator<< (oimstream &os, const vsep_ &end) |
oimstream & | operator<< (oimstream &os, const hsep_ &end) |
oimstream & | operator<< (oimstream &os, const flush_ &end) |
oimstream & | operator<< (oimstream &os, const clear_ &end) |
Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |