#include <MONO.H>
|
| | MonoClass (void) |
| |
| | ~MonoClass (void) |
| |
| void | Sub_Window (int x=0, int y=0, int w=80, int h=25) |
| |
| void | Fill_Attrib (int x, int y, int w, int h, MonoAttribute attrib) |
| |
| void | Clear (void) |
| |
| void | Set_Cursor (int x, int y) |
| |
| void | Print (char const *text) |
| |
| void | Print (int text) |
| |
| void | Printf (char const *text,...) |
| |
| void | Printf (int text,...) |
| |
| void | Text_Print (char const *text, int x, int y, MonoAttribute attrib=NORMAL) |
| |
| void | Text_Print (int text, int x, int y, MonoAttribute attrib=NORMAL) |
| |
| void | View (void) |
| |
| void | Scroll (int lines=1) |
| |
| void | Pan (int cols=1) |
| |
| void | Set_Default_Attribute (MonoAttribute attrib) |
| |
| | MonoClass (MonoClass const &) |
| |
Definition at line 45 of file MONO.H.
◆ MonoAttribute
◆ MonoAttribute
| Enumerator |
|---|
| INVISIBLE | |
| UNDERLINE | |
| BLINKING | |
| NORMAL | |
| INVERSE | |
Definition at line 47 of file MONO.H.
◆ MonoClass() [1/2]
| MonoClass::MonoClass |
( |
void | | ) |
|
◆ ~MonoClass()
| MonoClass::~MonoClass |
( |
void | | ) |
|
◆ MonoClass() [2/2]
◆ Clear()
| void MonoClass::Clear |
( |
void | | ) |
|
◆ Disable()
| static void MonoClass::Disable |
( |
void | | ) |
|
|
inlinestatic |
◆ Enable()
| static void MonoClass::Enable |
( |
void | | ) |
|
|
inlinestatic |
◆ Fill_Attrib()
| void MonoClass::Fill_Attrib |
( |
int | x, |
|
|
int | y, |
|
|
int | w, |
|
|
int | h, |
|
|
MonoAttribute | attrib ) |
◆ Is_Enabled()
| static bool MonoClass::Is_Enabled |
( |
void | | ) |
|
|
inlinestatic |
◆ Pan()
| void MonoClass::Pan |
( |
int | cols = 1 | ) |
|
◆ Print() [1/2]
| void MonoClass::Print |
( |
char const * | text | ) |
|
◆ Print() [2/2]
| void MonoClass::Print |
( |
int | text | ) |
|
◆ Printf() [1/2]
| void MonoClass::Printf |
( |
char const * | text, |
|
|
| ... ) |
◆ Printf() [2/2]
| void MonoClass::Printf |
( |
int | text, |
|
|
| ... ) |
◆ Scroll()
| void MonoClass::Scroll |
( |
int | lines = 1 | ) |
|
◆ Set_Cursor()
| void MonoClass::Set_Cursor |
( |
int | x, |
|
|
int | y ) |
◆ Set_Default_Attribute()
◆ Sub_Window()
| void MonoClass::Sub_Window |
( |
int | x = 0, |
|
|
int | y = 0, |
|
|
int | w = 80, |
|
|
int | h = 25 ) |
◆ Text_Print() [1/2]
◆ Text_Print() [2/2]
◆ View()
| void MonoClass::View |
( |
void | | ) |
|
◆ Current
The documentation for this class was generated from the following files:
- Code/Libraries/Source/WWVegas/WWLib/MONO.H
- Code/Libraries/Source/WWVegas/WWLib/mono.cpp