#include <ErrTxtWin.h>
Definition at line 29 of file ErrTxtWin.h.
Public Slots | |
void | changeText (const char *txt) |
void | changeText (const QString &s) |
void | launchError (const QString &s) |
void | maybeError (const QString &s) |
void | setSelection (int start, int length) |
set selection, sigh should have just been a multiline! | |
void | markSelection (int pos) |
Signals | |
void | textChanged (const QString &s) |
Public Member Functions | |
ErrTxtWin (const char *txt, QWidget *parent, const char *name=0, WFlags wf=0) | |
virtual | ~ErrTxtWin () |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *key) |
keys | |
Protected Attributes | |
QMultiLineEdit * | _mle |
|
Definition at line 26 of file ErrTxtWin.cpp. References _mle, name, and textChanged(). |
|
Definition at line 37 of file ErrTxtWin.cpp. |
|
Definition at line 47 of file ErrTxtWin.cpp. References s, and textChanged(). |
|
Definition at line 42 of file ErrTxtWin.cpp. References textChanged(). Referenced by launchError(), markSelection(), and maybeError(). |
|
keys
Definition at line 98 of file ErrTxtWin.cpp. |
|
Definition at line 53 of file ErrTxtWin.cpp. References changeText(), and s. Referenced by PShaderTxt::loadShaderFromFile(), PShaderTxt::loadShaderFromText(), PShaderTxt::saveShader(), and PShaderTxt::saveShaderAs(). |
|
Definition at line 85 of file ErrTxtWin.cpp. References _mle, and changeText(). Referenced by PShaderTxt::loadShader(), PShaderTxt::loadShaderFromFile(), and PShaderTxt::loadShaderFromText(). |
|
Definition at line 63 of file ErrTxtWin.cpp. References changeText(), and s. Referenced by PShaderTxt::loadShader(). |
|
set selection, sigh should have just been a multiline!
Definition at line 80 of file ErrTxtWin.cpp. |
|
Referenced by changeText(), and ErrTxtWin(). |
|
Definition at line 49 of file ErrTxtWin.h. Referenced by ErrTxtWin(), markSelection(), and setSelection(). |