Window

Undocumented in source.

Constructors

this
this(int _xOrigin, int _yOrigin, int _width, int _height, Position p)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

Position
enum Position
Undocumented in source.

Functions

addCh
void addCh(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
addStr
void addStr(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
cursorPosition
int[2] cursorPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
cursorPositionX
int cursorPositionX()
Undocumented in source. Be warned that the author may not have intended to support it.
cursorPositionY
int cursorPositionY()
Undocumented in source. Be warned that the author may not have intended to support it.
fill
void fill(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
moveCursor
void moveCursor(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
moveWindow
void moveWindow(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
int opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
int opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Window o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(WINDOW* o)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
char opIndex(int x, int y)
Undocumented in source.
opIndex
string opIndex(int[2] length, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string[] opIndex(int x, int[2] length)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string[] opIndex(int[2] _width, int[2] _height)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(char value, int x, int y)
Undocumented in source.
opIndexAssign
void opIndexAssign(string value, int x, int y)
Undocumented in source.
opIndexAssign
void opIndexAssign(char value, int[2] length, int y)
Undocumented in source.
opIndexAssign
void opIndexAssign(char value, int x, int[2] length)
Undocumented in source.
opIndexAssign
void opIndexAssign(char value, int[2] _width, int[2] _height)
Undocumented in source.
opSlice
int[2] opSlice(int start, int end)
Undocumented in source.
readInputCh
char readInputCh()
Undocumented in source. Be warned that the author may not have intended to support it.
readInputCh
char readInputCh(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
readInputStr
string readInputStr()
Undocumented in source. Be warned that the author may not have intended to support it.
readInputStr
string readInputStr(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
resizeWindow
void resizeWindow(int _width, int _height)
Undocumented in source. Be warned that the author may not have intended to support it.
width
void width(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFormated
void writeFormated(string fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFormated
void writeFormated(int[2] coords, string fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
xCenter
int xCenter()
Undocumented in source. Be warned that the author may not have intended to support it.
xEnd
int xEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
xOrigin
void xOrigin(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
xyCenter
int[2] xyCenter()
Undocumented in source. Be warned that the author may not have intended to support it.
xyEnd
int[2] xyEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
yCenter
int yCenter()
Undocumented in source. Be warned that the author may not have intended to support it.
yEnd
int yEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
yOrigin
void yOrigin(int value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

window
WINDOW* window;
Undocumented in source.

Meta