#include <qgsgrassshell.h>
Collaboration diagram for QgsGrassShellText:

Definition at line 224 of file qgsgrassshell.h.
Public Slots | |
| void | contentsMousePressEvent (QMouseEvent *) |
| void | resizeEvent (QResizeEvent *) |
| void | keyPressEvent (QKeyEvent *e) |
| void | keyReleaseEvent (QKeyEvent *e) |
Public Member Functions | |
| QgsGrassShellText (QgsGrassShell *, QWidget *parent=0, const char *name=0) | |
| ~QgsGrassShellText () | |
Private Attributes | |
| QgsGrassShell * | mShell |
| QgsGrassShellText::QgsGrassShellText | ( | QgsGrassShell * | , | |
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
Definition at line 922 of file qgsgrassshell.cpp.
| QgsGrassShellText::~QgsGrassShellText | ( | ) |
Definition at line 929 of file qgsgrassshell.cpp.
| void QgsGrassShellText::contentsMousePressEvent | ( | QMouseEvent * | ) | [slot] |
Definition at line 931 of file qgsgrassshell.cpp.
References QgsGrassShell::mousePressEvent(), mShell, and QgsDebugMsg.
| void QgsGrassShellText::resizeEvent | ( | QResizeEvent * | ) | [slot] |
Definition at line 950 of file qgsgrassshell.cpp.
References mShell, QgsDebugMsg, and QgsGrassShell::resizeTerminal().
| void QgsGrassShellText::keyPressEvent | ( | QKeyEvent * | e | ) | [slot] |
Definition at line 938 of file qgsgrassshell.cpp.
References QgsGrassShell::keyPressEvent(), mShell, and QgsDebugMsg.
| void QgsGrassShellText::keyReleaseEvent | ( | QKeyEvent * | e | ) | [slot] |
Definition at line 944 of file qgsgrassshell.cpp.
References QgsGrassShell::keyReleaseEvent(), mShell, and QgsDebugMsg.
QgsGrassShell* QgsGrassShellText::mShell [private] |
Definition at line 237 of file qgsgrassshell.h.
Referenced by contentsMousePressEvent(), keyPressEvent(), keyReleaseEvent(), and resizeEvent().
1.5.1