|
Video Processing Framework
|
#include <Unit_MainProgramBasic.h>
Public Member Functions | |
| MyStream (char *ptr, int count) | |
| void | readLine () |
| void | setTextStyle (bool bold=false, bool italic=false, int color=0, int size=0) |
Public Attributes | |
| bool * | writeOutPtr |
| int | prevCount |
| int | lastSavedLine |
| bool | txt_bold |
| bool | txt_italic |
| int | txt_color |
| int | txt_size |
| std::string | additionalText |
| MyStream::MyStream | ( | char * | ptr, |
| int | count | ||
| ) |
| void MyStream::readLine | ( | ) |
| std::string MyStream::additionalText |
| bool MyStream::txt_bold |
| bool MyStream::txt_italic |
| bool* MyStream::writeOutPtr |