|
|
GTTextWidget (QWidget* parent, int l=1000)
| GTTextWidget |
~GTTextWidget ()
| ~GTTextWidget |
void appendChar (char c, bool col)
| appendChar |
void appendString (char* text, bool signal=true, bool col=false)
| appendString |
void setFont (QFont f)
| setFont |
void contentsMouseMoveEvent (QMouseEvent* e)
| contentsMouseMoveEvent |
void setEditEnabled (bool ed)
| setEditEnabled |
void appendString (QString text, bool signal=true)
| appendString |
void setColors (QColor col1, QColor col2)
| setColors |
void setCallCheckEnabled (bool s)
| setCallCheckEnabled |
void clear ()
| clear |
void paintCell (QPainter* p, int row, int)
| paintCell |
[private]
void newLine ()
| newLine |
[private]
void resizeEvent (QResizeEvent* e)
| resizeEvent |
[private]
void clearAllMarks ()
| clearAllMarks |
[private]
void contentsMousePressEvent ( QMouseEvent *e)
| contentsMousePressEvent |
[private]
void contentsMouseReleaseEvent (QMouseEvent* e)
| contentsMouseReleaseEvent |
[private]
void focusInEvent ( QFocusEvent * )
| focusInEvent |
[private]
void focusOutEvent ( QFocusEvent * )
| focusOutEvent |
[private]
void keyPressEvent ( QKeyEvent *e )
| keyPressEvent |
[private]
void dragEnterEvent (QDragEnterEvent* event)
| dragEnterEvent |
[private]
void dropEvent (QDropEvent* event)
| dropEvent |
[private]
QString getMarkedText ()
| getMarkedText |
[private]
QScrollBar* vscroll | vscroll |
[private]
void doCallCheck ()
| doCallCheck |
[private]
QPtrList<GTTextLine> line | line |
[private]
unsigned int maxlines | maxlines |
[private]
QFont font | font |
[private]
bool currentcol | currentcol |
[private]
QColor textcolor[2] | textcolor[2] |
[private]
int firstline | firstline |
[private]
int lastline | lastline |
[private]
int markdirection | markdirection |
[private]
int lastmarkline | lastmarkline |
[private]
int mark_new | mark_new |
[private]
int marking | marking |
[private]
QTimer* scrolltimer | scrolltimer |
[private]
QTimer* blinktimer | blinktimer |
[private]
bool cursoron | cursoron |
[private]
bool edited | edited |
[private]
bool callCheckEnabled | callCheckEnabled |
[private]
void slotTimerOben ()
| slotTimerOben |
[private slots slot]
void slotTimerUnten ()
| slotTimerUnten |
[private slots slot]
void slotCursorBlink ()
| slotCursorBlink |
[private slots slot]
void slotKey (char k)
| slotKey |
[private slots slot]
void keyPressed (char k)
| keyPressed |
[signal]
void textAppended (char* text)
| textAppended |
[signal]
void newCallsign (QString callsign)
| newCallsign |
[signal]
void slotPageUp ()
| slotPageUp |
[slot]
void slotPageDown ()
| slotPageDown |
[slot]
Generated by: ernie on homer on Fri Aug 30 19:54:09 2002, using kdoc 2.0a53. |