Protected Member Functions | |
void | mousePressEvent (QMouseEvent *event) |
void | wheelEvent (QWheelEvent *event) |
Handles mouse wheel events, ignore them and send the up in the cell hierarchy. | |
void | keyPressEvent (QKeyEvent *event) |
Handles key event, check if command completion or eval, otherwise send them to the textbrowser. | |
void | insertFromMimeData (const QMimeData *source) |
If the mimedata that should be insertet contain text, create a new mimedata object that only contains text, otherwise text format is insertet also - don't want that for inputcells. |
|
If the mimedata that should be insertet contain text, create a new mimedata object that only contains text, otherwise text format is insertet also - don't want that for inputcells.
|
|
Handles key event, check if command completion or eval, otherwise send them to the textbrowser.
|
|
2005-12-15 AF, set inCommand to false when clicking on the cell, otherwise the commandcompletion class want be reseted when changing inputcells by clicking. |
|
Handles mouse wheel events, ignore them and send the up in the cell hierarchy.
|