|
void | capd::krak::OpenGraphics (int hrs, int vrs, int bgcol, int fgcol, int ltx, int lty) |
|
void | capd::krak::CloseGraphics (void) |
|
void | capd::krak::SetBgCol (int col) |
|
void | capd::krak::SetFgCol (int col) |
|
void | capd::krak::MWLineTo (int i, int j) |
|
void | capd::krak::MoveTo (int i, int j) |
|
void | capd::krak::PlotDot (int i, int j) |
|
void | capd::krak::Crcl (int i, int j, int r) |
|
void | capd::krak::DrawStrng (const char *txt) |
|
void | capd::krak::FillRct (capd::krak::Rct *r, int pattNr, int colNr) |
|
void | capd::krak::GetMouse (capd::krak::Pxl *pxl) |
|
int | capd::krak::Button (void) |
|
double | capd::krak::Clock (void) |
|
long | capd::krak::tickClock (void) |
|
double | capd::krak::RClock (void) |
|
double | capd::krak::tck2sec (long) |
|
void | capd::krak::Beep (int freq, int time) |
|
char * | capd::krak::datetime (void) |
|
int | capd::krak::GetKey (void) |
|
| capd::krak::Frame::Frame (void) |
|
| capd::krak::Frame::Frame (int lti, int ltj, int rbi, int rbj, int bgc=WHITE, int fgc=BLACK, int im=fontWdth/2, int jm=fontHght/2) |
|
void | capd::krak::Frame::setWorldCoord (double swx, double swy, double nex, double ney) |
|
void | capd::krak::Frame::Clear (void) |
|
void | capd::krak::Frame::Clear (int color) |
|
void | capd::krak::Frame::Bound (int color=BLACK) |
|
void | capd::krak::Frame::SetBgColor (int c) |
|
void | capd::krak::Frame::SetFgColor (int c) |
|
void | capd::krak::Frame::jump (int i, int j) |
|
void | capd::krak::Frame::draw (int i, int j, int color=FRAME_FG) |
|
void | capd::krak::Frame::drawText (const char *c, int i, int j, int color=FRAME_FG) |
|
void | capd::krak::Frame::dot (int i, int j, int color=FRAME_FG) |
|
void | capd::krak::Frame::circle (int i, int j, int r, int color=FRAME_FG) |
|
void | capd::krak::Frame::line (int i1, int j1, int i2, int j2, int color=FRAME_FG) |
|
void | capd::krak::Frame::box (int lti, int ltj, int rbi, int rbj, int color=FRAME_FG) |
|
void | capd::krak::Frame::boxFill (int lti, int ltj, int rbi, int rbj, int col, int pattern=SOLID_P) |
|
void | capd::krak::Frame::jump (double x, double y) |
|
void | capd::krak::Frame::draw (double x, double y, int color=FRAME_FG) |
|
void | capd::krak::Frame::drawText (const char *c, double x, double y, int color=FRAME_FG) |
|
void | capd::krak::Frame::dot (double x, double y, int color=FRAME_FG) |
|
void | capd::krak::Frame::circle (double x, double y, int r, int color=FRAME_FG) |
|
void | capd::krak::Frame::line (double x1, double y1, double x2, double y2, int color=FRAME_FG) |
|
void | capd::krak::Frame::box (double swx, double swy, double nex, double ney, int color=FRAME_FG) |
|
void | capd::krak::Frame::boxFill (double swx, double swy, double nex, double ney, int col, int pattern=SOLID_P) |
|
void | capd::krak::Frame::Xcrss (double x, double y, int size=1, int color=FRAME_FG) |
|
int | capd::krak::Frame::precision (int p) |
|
Frame & | capd::krak::Frame::operator<< (char c) |
|
Frame & | capd::krak::Frame::operator<< (int n) |
|
Frame & | capd::krak::Frame::operator<< (long n) |
|
Frame & | capd::krak::Frame::operator<< (double r) |
|
Frame & | capd::krak::Frame::operator<< (const char *text) |
|
Frame & | capd::krak::Frame::operator<< (const capd::krak::FgColor &c) |
|
Frame & | capd::krak::Frame::operator<< (const capd::krak::BgColor &c) |
|
Frame & | capd::krak::Frame::operator<< (capd::krak::Tab tab) |
|
Frame & | capd::krak::Frame::operator>> (const capd::krak::At &at) |
|
Frame & | capd::krak::Frame::operator>> (const capd::krak::FgColor &c) |
|
Frame & | capd::krak::Frame::operator>> (const capd::krak::BgColor &c) |
|
Frame & | capd::krak::Frame::operator>> (int &n) |
|
Frame & | capd::krak::Frame::operator>> (long &n) |
|
Frame & | capd::krak::Frame::operator>> (double &r) |
|
capd::krak::Frame & | capd::krak::operator<< (capd::krak::Frame &f, const capd::krak::At &at) |
| Moves the current position to the cell refered by at , like: More...
|
|
int | capd::krak::button (void) |
|
void | capd::krak::delay (double t) |
|
void | capd::krak::closeGraphics (void) |
|
void | capd::krak::openGraphics (int hrs, int vrs, int bgcol, int fgcol, int ltx=100, int lty=100) |
|
void | capd::krak::clear (int color=WHITE) |
|
void | capd::krak::jump (int i, int j) |
|
void | capd::krak::draw (int i, int j, int color=FRAME_FG) |
|
void | capd::krak::drawText (const char *c, int i, int j, int color=FRAME_FG) |
|
void | capd::krak::dot (int i, int j, int color=FRAME_FG) |
|
void | capd::krak::circ (int pixelRow, int pixelColumn, int r, int color=FRAME_FG) |
|
void | capd::krak::circFill (int pixelRow, int pixelColumn, int r, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::box (int lti, int ltj, int rbi, int rbj, int color=FRAME_FG) |
|
void | capd::krak::boxFill (int lti, int ltj, int rbi, int rbj, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::polygon (int coords[], int nPoints, int color=FRAME_FG) |
|
void | capd::krak::polygonFill (int coords[], int nPoints, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::arc (int leftTopPixelRow, int leftTopPixelColumn, int rightBottomPixelRow, int rightBottomPixelColumn, int begPixelRow, int begPixelColumn, int endPixelRow, int endPixelColumn, int color=FRAME_FG) |
|
void | capd::krak::arcFill (int leftTopPixelRow, int leftTopPixelColumn, int rightBottomPixelRow, int rightBottomPixelColumn, int begPixelRow, int begPixelColumn, int endPixelRow, int endPixelColumn, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::ellipse (int leftTopPixelRow, int leftTopPixelColumn, int rightBottomPixelRow, int rightBottomPixelColumn, int color=FRAME_FG) |
|
void | capd::krak::ellipseFill (int leftTopPixelRow, int leftTopPixelColumn, int rightBottomPixelRow, int rightBottomPixelColumn, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::keyAndMouse (int &key, int &row, int &col) |
|
void | capd::krak::mouse (int &row, int &col) |
|
void | capd::krak::setWorldCoord (double leftBottomX, double leftBottomY, double rightTopX, double rightTopY) |
|
void | capd::krak::jump (double x, double y) |
|
void | capd::krak::draw (double x, double y, int color=FRAME_FG) |
|
void | capd::krak::drawText (const char *c, double x, double y, int color=FRAME_FG) |
|
void | capd::krak::dot (double x, double y, int color=FRAME_FG) |
|
void | capd::krak::circ (double x, double y, double r, int color=FRAME_FG) |
|
void | capd::krak::circFill (double x, double y, double r, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::box (double leftBottomX, double leftBottomY, double rightTopX, double rightTopY, int color=FRAME_FG) |
|
void | capd::krak::boxFill (double leftBottomX, double leftBottomY, double rightTopX, double rightTopY, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::polygon (double coords[], int nPoints, int color=FRAME_FG) |
|
void | capd::krak::polygonFill (double coords[], int nPoints, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::arc (double leftBottomX, double leftBottomY, double rightTopX, double rightTopY, double begX, double begY, double endX, double endY, int color=FRAME_FG) |
|
void | capd::krak::arcFill (double leftBottomX, double leftBottomY, double rightTopX, double rightTopY, double begX, double begY, double endX, double endY, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::ellipse (double swx, double swy, double nex, double ney, int color=FRAME_FG) |
|
void | capd::krak::ellipseFill (double swx, double swy, double nex, double ney, int color=FRAME_FG, int pattern=SOLID_P) |
|
void | capd::krak::keyAndMouse (int &key, double &x, double &y) |
|
void | capd::krak::mouse (double x, double y) |
|
void | capd::krak::waitButton (void) |
|
void | capd::krak::setTextSize (int size) |
|
int | capd::krak::getTextSize (void) |
|
void | capd::krak::setBackgroundColor (int color) |
|
void | capd::krak::setForegroundColor (int color) |
|
void | ShowCursor (void) |
|
void | InitMouse () |
|
void | HideCursor () |
|
void | GetPos (int *i, int *j) |
|
int | GetButtons () |
|
void | SetFgCol (int col) |
|
void | set_col () begin SC(WHITE |
|
void | SC (BLACK, 0.0, 0.0, 0.0) |
|
| SC (RED, 1.0, 0.0, 0.0) |
|
| SC (GREEN, 0.0, 1.0, 0.0) |
|
| SC (BLUE, 0.0, 0.0, 1.0) |
|
| SC (YELLOW, 1.0, 1.0, 0.0) |
|
| SC (MAGENTA, 1.0, 0.0, 1.0) |
|
| SC (CYAN, 0.0, 1.0, 1.0) |
|
| SC (ORANGE, 1.0, 0.7, 0.0) |
|
| SC (VIOLET, 0.6, 0.0, 0.6) |
|
| SC (PINE, 0.0, 0.5, 0.0) |
|
| SC (BROWN, 0.6, 0.0, 0.0) |
|
| SC (OLIVE, 0.6, 0.6, 0.0) |
|
| SC (DARKBLUE, 0.0, 0.0, 0.6) |
|
| SC (ORANGERED, 1.0, 0.5, 0.5) |
|
| SC (BLUEGREEN, 0.5, 1.0, 0.8) |
|
int | mainEntry (int argc, char *argv[]) __attribute__((weak)) |
|
void | EmptyMQueue (void) |
|
int PASCAL | WinMain (HINSTANCE hI, HINSTANCE hPI, LPSTR lpszCmd, int nCS) |
|
long FAR PASCAL _export | WndProc (HWND hwnd, WORD message, WORD wParam, LONG lParam) |
|
void | set_pat () |
|
void | free_pat () |
|
void | opengfxwndw (int wn, int hsr, int vsr, int bgcolor, int fgcolor, int argc, char **argv) |
|
void | handleExpose (void(*expose)()) |
|
void | handleResize (void(*resize)()) |
|
void | eventloop (void(*expose)(), void(*resize)(), void(*buttonpress)()) |
|
void | handleEvents (void) |
|
void | OpenGraphics (INT hres, INT vres, INT bg_col, INT fg_col, INT ltx, INT lty) |
|
void | CloseGraphics (void) |
|
void | SetBgCol (INT col) |
|
void | PlotDot (INT i, INT j) |
|
void | MoveTo (INT i, INT j) |
|
void | LineTo (INT i, INT j) |
|
void | Crcl (INT i, INT j, INT r) |
|
void | FillRct (RCT *r, INT pattern, INT color) |
|
void | DrawStrng (const char *txt) |
|
int | Button (void) |
|
void | GetMouse (PXL *pt) |
|
DREAL | Clock (void) |
|
DREAL | RClock (void) |
|
void | Beep (INT freq, INT t) |
|
char * | datetime (void) |
|
int | GetKey (void) |
|
void | capd::krak::hlink::empty (void) |
|
link * | capd::krak::hlink::getfirst (void) |
|
link * | capd::krak::hlink::getlast (void) |
|
link * | capd::krak::hlink::first (void) |
|
link * | capd::krak::hlink::last (void) |
|
void | capd::krak::hlink::putfirst (link &a_link) |
|
void | capd::krak::hlink::putrand (link &a_link) |
|
void | capd::krak::hlink::putlast (link &a_link) |
|
void | capd::krak::hlink::show (capd::krak::Frame &frm) |
|
int | capd::krak::hlink::len (void) |
|
void | capd::krak::hlink::cut (int pos, hlink &head2) |
|
void | capd::krak::hlink::merge (hlink *head2) |
|
void | capd::krak::hlink::sort (int l) |
|
| capd::krak::Coord3D::Coord3D (capd::krak::Frame *_frm=NULL) |
| Creates a new Coord3D object. More...
|
|
capd::krak::Frame * | capd::krak::Coord3D::setFrame (capd::krak::Frame *f) |
| Sets the frame of the object to _frm . More...
|
|
double | capd::krak::Coord3D::setScale (double s) |
| Sets the scale of the system to scale . More...
|
|
int | capd::krak::Coord3D::setFgColor (int fc) |
| Sets the foreground color of the attached frame to color . More...
|
|
int | capd::krak::Coord3D::fgColor () |
| Returns the foreground color of the attached frame. More...
|
|
int | capd::krak::Coord3D::setBgColor (int bc) |
| Sets the background color of the attached frame to color . More...
|
|
int | capd::krak::Coord3D::bgColor () |
| Returns the background color of the attached frame. More...
|
|
virtual void | capd::krak::Coord3D::clear () |
| Clears the attached frame. More...
|
|
void | capd::krak::Coord3D::setCenter (int i, int j) |
| Sets the center (i.e. More...
|
|
virtual void | capd::krak::Coord3D::jump (const Point3D &pt) |
| Jumps to the point pt . More...
|
|
virtual void | capd::krak::Coord3D::jump (double x, double y, double z) |
| Jumps to the point (_x, _y , _z ) . More...
|
|
virtual void | capd::krak::Coord3D::dot (double x, double y, double z, int color=FRAME_FG) |
| Draws a dot at the position (x, y , z) . More...
|
|
virtual void | capd::krak::Coord3D::lineTo (double x, double y, double z, int color=FRAME_FG) |
| Draws a line from the current position the position (x), y , z . More...
|
|
virtual void | capd::krak::Coord3D::line (double x1, double y1, double z1, double x2, double y2, double z2, int color=FRAME_FG) |
| Draws a line from the point (x1, y1 , z1 ) to (x2 , y2 , z2 ) . More...
|
|
virtual void | capd::krak::Coord3D::box (double x1, double y1, double z1, double x2, double y2, double z2, int color=FRAME_FG) |
| Draws a box with a corner in (x1, y1 , z1 ) and and in (x2, y2 , z2). More...
|
|
virtual void | capd::krak::Coord3D::Xcrss (double x, double y, double z, int size=1, int color=FRAME_FG) |
| Draw a cross with in the point (x), y , z and and in (x2), y2 , z2 . More...
|
|
| capd::krak::IsomCoord3D::IsomCoord3D (capd::krak::Frame *frm=NULL, int orient=0) |
| Creates a IsomCoord3D object. More...
|
|
virtual void | capd::krak::IsomCoord3D::map (double x, double y, double z, int *i, int *j) |
| Maps the 3D coordinates of the point (x), y , z to the frame pixel coordinates. More...
|
|
virtual int | capd::krak::IsomCoord3D::orientation () |
| Returns the orientation of the system. More...
|
|
virtual int | capd::krak::IsomCoord3D::setOrientation (int i) |
| Sets the orientation of the system. More...
|
|
virtual void | capd::krak::IsomCoord3D::drawAxis () |
| Draws the axis of the system. More...
|
|
void | capd::krak::Frame::initFrm (int arglti, int argltj, int argrbi, int argrbj, int bgc=WHITE, int fgc=BLACK, int im=fontHght/2, int jm=fontWdth/2) |
|
void | capd::krak::Frame::Locate (Frame &prntFrm, int lti, int ltj, int rbi, int rbj) |
| Moves the left top corner to (arglti , argltj ) and the left botton corner to (argrbi , argrbj ) where the coordinates are given in percentage. More...
|
|
void | capd::krak::Frame::Locate (Frame &prntFrm, capd::krak::At <, capd::krak::At &rb) |
| Moves the left top corner to lt and the left botton corner to rb where the coordinates are given in text cells. More...
|
|
| capd::krak::Frame::Frame (Frame &prntFrm, int lti, int ltj, int rbi, int rbj, int bgc=WHITE, int fgc=BLACK, int im=fontHght/2, int jm=fontWdth/2) |
| Generates a new frame as a subframe of prntFrm with left top corner (lti ,ltj ),right bottom corner at (rbi ,rbj ), where the coordinates are given in percentage of the horizontal and vertical size of the parent frame. More...
|
|
| capd::krak::Frame::Frame (const Frame &prntFrm, const capd::krak::At <, const capd::krak::At &rb, int bgc=WHITE, int fgc=BLACK, int im=fontWdth/2, int jm=fontHght/2) |
| Generates a new frame as a subframe of prntFrm with left top corner lt , right bottom corner at rb , where the coordinates are given in columns and rows of the parent frame. More...
|
|
| capd::krak::Frame::Frame (Frame &prntFrm, int lti, int ltj, int rbi, int rbj, double swx, double swy, double nex, double ney, int bgc=WHITE, int fgc=BLACK, int im=fontHght/2, int jm=fontWdth/2) |
| Generates a new frame as a subframe of prntFrm and sets the world coordinates and colors. More...
|
|
Frame & | capd::krak::Frame::operator<< (const capd::krak::colstring &a_colstring) |
| Print a color text on the frame. More...
|
|
Frame & | capd::krak::Frame::operator<< (const capd::krak::frstring &a_string) |
| Outputs the string a_string on the frame. More...
|
|
Frame & | capd::krak::Frame::operator>> (capd::krak::frstring &a_string) |
| Reads a string from the keyboard. More...
|
|
int | capd::krak::Frame::Edit (At at, int no_col, capd::krak::frstring &s) |
| A more sophisticated version of getText. More...
|
|
| capd::krak::frstring::frstring (const char *init_string) |
|
| capd::krak::frstring::frstring (void) |
|
| capd::krak::frstring::frstring (const frstring &from) |
|
frstring & | capd::krak::frstring::operator= (double a_double) |
|
int | capd::krak::frstring::operator+ (frstring &second_string) |
|
int | capd::krak::frstring::operator+ (int an_int) |
|
frstring & | capd::krak::frstring::operator= (const frstring &second_string) |
|
frstring & | capd::krak::frstring::operator= (const char *c) |
|
int | capd::krak::frstring::operator== (const frstring &second_string) |
|
int | capd::krak::frstring::operator<= (frstring &second_string) |
|
int | capd::krak::frstring::operator>= (frstring &second_string) |
|
int | capd::krak::frstring::operator< (frstring &second_string) |
|
int | capd::krak::frstring::operator> (frstring &second_string) |
|
frstring | capd::krak::frstring::operator[] (int last) |
|
frstring | capd::krak::frstring::operator() (int first) const |
|
frstring | capd::krak::frstring::operator() (int first, int last) const |
|
void | capd::krak::frstring::insert (int pos, char c) |
|
void | capd::krak::frstring::remove (int pos) |
|
void | capd::krak::frstring::split (int ncol) |
|
virtual void | capd::krak::frstring::resize (int len) |
|
virtual void | capd::krak::frstring::put (std::ostream &out) |
|
frstring | capd::krak::frstring::getFirstItem (void) |
|
frstring | capd::krak::frstring::extractFirstItem (void) |
|
frstring | capd::krak::frstring::operator++ (void) |
|
frstring | capd::krak::frstring::operator++ (int) |
|
frstring | capd::krak::frstring::operator-- (void) |
|
frstring | capd::krak::frstring::rmqm (void) |
|
| capd::krak::flexstring::flexstring (const char *init_string) |
|
| capd::krak::flexstring::flexstring (void) |
|
| capd::krak::flexstring::flexstring (const frstring &from) |
|
virtual | capd::krak::flexstring::~flexstring (void) |
|
virtual void | capd::krak::flexstring::resize (int len) |
|
flexstring & | capd::krak::flexstring::operator= (double d) |
|
flexstring & | capd::krak::flexstring::operator= (frstring &second_string) |
|
| capd::krak::colstring::colstring (void) |
|
| capd::krak::colstring::colstring (int bgc, int fgc, const char *init_string) |
|
| capd::krak::colstring::colstring (int bgc, int fgc, const frstring &from) |
|
record * | capd::krak::record::framecopy (void) |
|
record * | capd::krak::record::novalcopy (void) |
|
capd::krak::var & | capd::krak::record::operator[] (capd::krak::frstring &s) |
|
void | capd::krak::record::update (void) |
|
| capd::krak::job::job (void) |
|
static job * | capd::krak::job::userSelectedJob (capd::krak::UserMove &um) |
|
job * | capd::krak::job::selectJob (capd::krak::UserMove &um) |
|
int | capd::krak::job::exists (job *jobPt) |
|
int | capd::krak::job::exists (int type) |
|
static void | capd::krak::job::mainLoop (void) |
|
virtual void | capd::krak::job::launch (job *prnt=rootJob) |
|
virtual void | capd::krak::job::terminate (void) |
|
virtual void | capd::krak::job::repaint (void) |
|
int | capd::krak::confirm (capd::krak::Frame &jobfrm, const char *prompt, const char *yes, const char *no) |
|
virtual Stat | capd::krak::basic_job::process (capd::krak::UserMove &um) |
|
virtual void | capd::krak::basic_job::own_repaint (void) |
|
virtual void | capd::krak::sel_job::launch (job *prnt=rootJob) |
|
virtual void | capd::krak::sel_job::own_repaint (void) |
|
virtual int | capd::krak::sel_job::MakeSelection (capd::krak::UserMove &um) |
|
void | capd::krak::sel_job::testUpDown (capd::krak::UserMove &um) |
|
virtual capd::krak::Stat | capd::krak::sel_job::process (capd::krak::UserMove &um) |
|
virtual capd::krak::Stat | capd::krak::view_job::process (capd::krak::UserMove &um) |
|
virtual void | capd::krak::view_job::own_repaint (void) |
|
void | capd::krak::view_job::open (int read=0) |
|
virtual capd::krak::Stat | capd::krak::menu_job::process (capd::krak::UserMove &um) |
|
virtual void | capd::krak::del_ins_job::own_repaint (void) |
|
virtual capd::krak::Stat | capd::krak::del_ins_job::process (capd::krak::UserMove &um) |
|
virtual void | capd::krak::ed_rec_job::own_repaint (void) |
|
virtual capd::krak::Stat | capd::krak::ed_rec_job::process (capd::krak::UserMove &um) |
|
unsigned long | capd::krak::EstimFreeMem (void) |
|
void | capd::krak::DrawTxtg (Frame *frm, const char *buf) |
|
void | capd::krak::DrawTxtc (Frame *frm, const char *buf) |
|
void | capd::krak::Rctngl_at (Frame *frm, int lti, int ltj, int rbi, int rbj) |
|
void | capd::krak::gprintf (Frame *frm, const char *fmt,...) |
|
void | capd::krak::gprintf_at (Frame *frm, int row, int col, const char *fmt,...) |
|
void | capd::krak::vgprintf_at (capd::krak::Frame *frm, int row, int col, const char *fmt, std::va_list args) |
|
void | capd::krak::gcprintf (const char *fmt,...) |
|
void | capd::krak::gcprintf_at (int row, int col, const char *fmt,...) |
|
void | capd::krak::waitMouseBt (void) |
|
void | capd::krak::waitBt (void) |
|
void | capd::krak::errorExit (const char *,...) |
|
void | capd::krak::warning (const char *fmt,...) |
|
void | capd::krak::moveTo (double x, double y) |
|
void | capd::krak::lineTo (double x, double y) |
|
void | capd::krak::plotDot (double x, double y) |
|
void | capd::krak::Segment (int i0, int j0, int i1, int j1) |
|
void | capd::krak::Rctngl (int lti, int ltj, int rbi, int rbj) |
|
void | capd::krak::DrawRct (RCT *r) |
|
void | capd::krak::Square (int i, int j, int size) |
|
void | capd::krak::Cross (int i, int j, int size) |
|
void | capd::krak::Diamond (int i, int j, int size) |
|
void | capd::krak::Xcross (int i, int j, int size) |
|
void | capd::krak::MarkPt3D (Frame *frm, double u, double v, double rb_col) |
|
int | capd::krak::linear (int x, int x0, int y0, int x1, int y1) |
|
void | capd::krak::SetRct (RCT *r, int lti, int ltj, int rbi, int rbj) |
|
void | capd::krak::drawFrm (Frame *frmPtr) |
|
void | capd::krak::scaleFrm (Frame *frmPtr) |
|
void | capd::krak::clrFrm (Frame *frmPtr) |
|
void | capd::krak::selFrm (Frame *frmPtr) |
|
void | capd::krak::dscrFrm (Frame *frm, double swx, double swy, double nex, double ney) |
|
void | capd::krak::initFrm (Frame *frmPtr, int arglti, int argltj, int argrbi, int argrbj, int bgc=WHITE, int fgc=BLACK, int im=fontHght/2, int jm=fontWdth/2) |
|
Frame * | capd::krak::openRelFrm (Frame *prntFrm, int lti, int ltj, int rbi, int rbj) |
|
Frame * | capd::krak::openTRelFrm (Frame *prntFrm, int, int, int, int) |
|
Frame * | capd::krak::opdsRelFrm (Frame *prntFrm, int lti, int ltj, int rbi, int rbj, double swx, double swy, double nex, double ney) |
|
void | capd::krak::clseFrm (Frame *frm) |
|
void | capd::krak::Clear (Frame *frm, int color) |
|
void | capd::krak::redrawCtrlFrm (void) |
|
void | capd::krak::openCtrlFrm (int lti, int ltj, int rbi, int rbj) |
|
int | capd::krak::sc_i (double x) |
|
int | capd::krak::sc_j (double y) |
|
double | capd::krak::x_sc (int i) |
|
double | capd::krak::y_sc (int j) |
|
int | capd::krak::MouseInFrm (Frame *f) |
|
int | capd::krak::in_cFrm (double x, double y) |
|
int | capd::krak::inscr (int i, int j) |
|
int | capd::krak::inchar (void) |
|
void | capd::krak::getline (Frame *frm, int row, int col, char *txt) |
|
void | capd::krak::testExit (void) |
|
void | capd::krak::testPause (void) |
|
double | capd::krak::time_meter (void) |
|
long | capd::krak::tick_meter (void) |
|
void | capd::krak::bp (void) |
|
void | capd::krak::stop (void) |
|
void | capd::krak::struct_copy (void *from, void *to, int size) |
|
void | capd::krak::openDbgFrm (int lti, int ltj, int rbi, int rbj) |
|
void | capd::krak::vv (int i, double r) |
|
void | capd::krak::ww (int i, double r) |
|
void | capd::krak::qq (int b) |
|
void | capd::krak::pp (void) |
|
void | capd::krak::default_restore_window (void) |
|
| capd::krak::UserMove::UserMove (void) |
|