#include <dialog.h>
Public Member Functions | |
| tparagraph (void) | |
| tparagraph (pparagraph prv) | |
| void | join (void) |
| void | changesize (int newsize) |
| void | addchar (char c) |
| pparagraph | erasechar (int c) |
| void | checkcursor (void) |
| pparagraph | movecursor (int dx, int dy) |
| pparagraph | cut (void) |
| int | reflow (int all=1) |
| void | display (void) |
| void | checkscrollup (void) |
| void | checkscrolldown (void) |
| int | checkcursorpos (void) |
| void | addtext (const ASCString &txt) |
| ~tparagraph () | |
| void | setpos (int x1, int y1, int y2, int linepos, int linenum) |
| void | displaycursor (void) |
Public Attributes | |
| int | cursor |
| int | cursorstat |
| int | cursorx |
| int | normcursorx |
| int | cursory |
| int | searchcursorpos |
| int | size |
| int | allocated |
| char * | text |
| struct { | |
| int line1num | |
| } | ps |
| dynamic_array< char * > | linestart |
| dynamic_array< int > | linelength |
| int | linenum |
| pparagraph | next |
| pparagraph | prev |
Static Public Attributes | |
| static int | maxlinenum |
| static int | winy1 |
| static int | winy2 |
| static int | winx1 |
|
|
Definition at line 2252 of file dialog.cpp. References allocated, blocksize, cursor, cursorstat, linenum, next, prev, ps, searchcursorpos, size, and text. Referenced by cut(). |
|
|
Definition at line 2268 of file dialog.cpp. References allocated, blocksize, cursor, cursorstat, linenum, next, prev, ps, searchcursorpos, size, and text. |
|
|
Definition at line 2296 of file dialog.cpp. |
|
|
Definition at line 2369 of file dialog.cpp. References allocated, changesize(), checkcursor(), checkcursorpos(), cursor, display(), reflow(), size, and text. Referenced by tmessagedlg::run(). |
|
|
Definition at line 2346 of file dialog.cpp. References allocated, changesize(), size, and text. Referenced by cut(), tmessagedlg::extracttext(), tmessagedlg::inserttext(), and join(). |
|
|
Definition at line 2312 of file dialog.cpp. |
|
|
Definition at line 2356 of file dialog.cpp. References cursor, displaymessage(), size, and text. Referenced by addchar(), checkcursorpos(), cut(), and erasechar(). |
|
|
Definition at line 2422 of file dialog.cpp. References checkcursor(), checkscrolldown(), checkscrollup(), cursor, cursory, display(), maxlinenum, and ps. Referenced by addchar(), join(), movecursor(), and reflow(). |
|
|
Definition at line 2479 of file dialog.cpp. References activefontsettings, bar(), checkscrolldown(), dblue, display(), tfontsettings::height, tfontsettings::length, linenum, maxlinenum, next, ps, winx1, and winy1. Referenced by checkcursorpos(), checkscrolldown(), MultilineEdit::init(), join(), and reflow(). |
|
|
Definition at line 2468 of file dialog.cpp. References checkscrollup(), display(), linenum, prev, and ps. Referenced by checkcursorpos(), checkscrollup(), join(), and reflow(). |
|
|
Definition at line 2445 of file dialog.cpp. References addtext(), asc_free(), checkcursor(), cursor, display(), displaycursor(), next, reflow(), size, strdup(), text, and tparagraph(). Referenced by tmessagedlg::run(). |
|
|
Definition at line 2699 of file dialog.cpp. References activefontsettings, cursor, cursorstat, displaycursor(), tfontsettings::height, linelength, linenum, ps, showtext2(), winx1, winy1, and winy2. Referenced by addchar(), checkcursorpos(), checkscrolldown(), checkscrollup(), cut(), erasechar(), MultilineEdit::init(), join(), and reflow(). |
|
|
Definition at line 2668 of file dialog.cpp. References activefontsettings, blue, cursor, cursorstat, cursorx, cursory, tfontsettings::height, ps, winx1, winy1, winy2, and xorline(). Referenced by cut(), display(), movecursor(), and tmessagedlg::run(). |
|
|
Definition at line 2389 of file dialog.cpp. References checkcursor(), cursor, display(), join(), next, prev, reflow(), size, and text. Referenced by tmessagedlg::run(). |
|
|
Definition at line 2328 of file dialog.cpp. References addtext(), checkcursorpos(), checkscrolldown(), checkscrollup(), cursor, display(), next, reflow(), size, and text. Referenced by erasechar(). |
|
||||||||||||
|
Definition at line 2600 of file dialog.cpp. References checkcursorpos(), cursor, cursorstat, cursorx, cursory, displaycursor(), linenum, next, normcursorx, prev, reflow(), searchcursorpos, and size. Referenced by tmessagedlg::run(). |
|
|
Definition at line 2495 of file dialog.cpp. References activefontsettings, tfont::character, checkcursorpos(), checkscrolldown(), checkscrollup(), cursor, cursorx, cursory, display(), tfontsettings::font, tfont::kerning, tfontsettings::length, linelength, linenum, normcursorx, searchcursorpos, size, text, and tcharacter::width. Referenced by addchar(), cut(), erasechar(), MultilineEdit::init(), join(), and movecursor(). |
|
||||||||||||||||||||||||
|
Definition at line 2690 of file dialog.cpp. References maxlinenum, ps, winx1, winy1, and winy2. Referenced by MultilineEdit::init(). |
|
|
Definition at line 139 of file dialog.h. Referenced by addchar(), addtext(), changesize(), and tparagraph(). |
|
|
Definition at line 130 of file dialog.h. Referenced by addchar(), checkcursor(), checkcursorpos(), cut(), display(), displaycursor(), erasechar(), MultilineEdit::init(), join(), movecursor(), reflow(), and tparagraph(). |
|
|
Definition at line 131 of file dialog.h. Referenced by display(), displaycursor(), movecursor(), and tparagraph(). |
|
|
Definition at line 132 of file dialog.h. Referenced by displaycursor(), movecursor(), and reflow(). |
|
|
Definition at line 134 of file dialog.h. Referenced by checkcursorpos(), displaycursor(), movecursor(), and reflow(). |
|
|
|
|
|
|
|
|
Definition at line 152 of file dialog.h. Referenced by checkscrolldown(), checkscrollup(), display(), movecursor(), reflow(), and tparagraph(). |
|
|
|
|
|
Definition at line 2250 of file dialog.cpp. Referenced by checkcursorpos(), checkscrolldown(), and setpos(). |
|
|
Definition at line 154 of file dialog.h. Referenced by checkscrolldown(), cut(), erasechar(), tmessagedlg::extracttext(), MultilineEdit::init(), join(), movecursor(), tparagraph(), and tmessagedlg::~tmessagedlg(). |
|
|
Definition at line 133 of file dialog.h. Referenced by movecursor(), and reflow(). |
|
|
Definition at line 155 of file dialog.h. Referenced by checkscrollup(), erasechar(), movecursor(), tparagraph(), and ~tparagraph(). |
|
|
Referenced by checkcursorpos(), checkscrolldown(), checkscrollup(), display(), displaycursor(), setpos(), and tparagraph(). |
|
|
Definition at line 135 of file dialog.h. Referenced by movecursor(), reflow(), and tparagraph(). |
|
|
Definition at line 138 of file dialog.h. Referenced by addchar(), addtext(), changesize(), checkcursor(), cut(), erasechar(), join(), movecursor(), reflow(), and tparagraph(). |
|
|
Definition at line 140 of file dialog.h. Referenced by addchar(), addtext(), changesize(), checkcursor(), cut(), erasechar(), tmessagedlg::extracttext(), join(), reflow(), tparagraph(), and ~tparagraph(). |
|
|
Definition at line 2249 of file dialog.cpp. Referenced by checkscrolldown(), display(), displaycursor(), and setpos(). |
|
|
Definition at line 2247 of file dialog.cpp. Referenced by checkscrolldown(), display(), displaycursor(), and setpos(). |
|
|
Definition at line 2248 of file dialog.cpp. Referenced by display(), displaycursor(), and setpos(). |
1.4.2