SpeedCrunch
0.11
|
#include <resultdisplay.h>
Public Slots | |
void | clear () |
void | decreaseFontPointSize () |
void | increaseFontPointSize () |
void | rehighlight () |
void | refresh () |
void | scrollLines (int) |
void | scrollLineUp () |
void | scrollLineDown () |
void | scrollPageUp () |
void | scrollPageDown () |
void | scrollToBottom () |
void | scrollToTop () |
Signals | |
void | shiftWheelDown () |
void | shiftWheelUp () |
void | shiftControlWheelDown () |
void | shiftControlWheelUp () |
void | expressionSelected (const QString &) |
Public Member Functions | |
ResultDisplay (QWidget *parent=0) | |
void | append (const QString &expr, const HNumber &value) |
void | appendHistory (const QStringList &expressions, const QStringList &results) |
int | count () const |
bool | isEmpty () const |
Protected Member Functions | |
virtual void | mouseDoubleClickEvent (QMouseEvent *) |
virtual void | wheelEvent (QWheelEvent *) |
virtual void | timerEvent (QTimerEvent *) |
void | fullContentScrollEvent () |
float | linesPerPage () |
void | pageScrollEvent () |
void | scrollToDirection (int) |
void | stopActiveScrollingAnimation () |
void | updateScrollBarStyleSheet () |
ResultDisplay::ResultDisplay | ( | QWidget * | parent = 0 | ) | [explicit] |
void ResultDisplay::append | ( | const QString & | expr, |
const HNumber & | value | ||
) |
void ResultDisplay::appendHistory | ( | const QStringList & | expressions, |
const QStringList & | results | ||
) |
void ResultDisplay::clear | ( | ) | [slot] |
int ResultDisplay::count | ( | ) | const |
void ResultDisplay::decreaseFontPointSize | ( | ) | [slot] |
void ResultDisplay::expressionSelected | ( | const QString & | _t1 | ) | [signal] |
void ResultDisplay::fullContentScrollEvent | ( | ) | [protected] |
void ResultDisplay::increaseFontPointSize | ( | ) | [slot] |
bool ResultDisplay::isEmpty | ( | ) | const [inline] |
float ResultDisplay::linesPerPage | ( | ) | [inline, protected] |
void ResultDisplay::mouseDoubleClickEvent | ( | QMouseEvent * | ) | [protected, virtual] |
void ResultDisplay::pageScrollEvent | ( | ) | [protected] |
void ResultDisplay::refresh | ( | ) | [slot] |
void ResultDisplay::rehighlight | ( | ) | [slot] |
void ResultDisplay::scrollLineDown | ( | ) | [slot] |
void ResultDisplay::scrollLines | ( | int | numberOfLines | ) | [slot] |
void ResultDisplay::scrollLineUp | ( | ) | [slot] |
void ResultDisplay::scrollPageDown | ( | ) | [slot] |
void ResultDisplay::scrollPageUp | ( | ) | [slot] |
void ResultDisplay::scrollToBottom | ( | ) | [slot] |
void ResultDisplay::scrollToDirection | ( | int | direction | ) | [protected] |
void ResultDisplay::scrollToTop | ( | ) | [slot] |
void ResultDisplay::shiftControlWheelDown | ( | ) | [signal] |
void ResultDisplay::shiftControlWheelUp | ( | ) | [signal] |
void ResultDisplay::shiftWheelDown | ( | ) | [signal] |
void ResultDisplay::shiftWheelUp | ( | ) | [signal] |
void ResultDisplay::stopActiveScrollingAnimation | ( | ) | [protected] |
void ResultDisplay::timerEvent | ( | QTimerEvent * | event | ) | [protected, virtual] |
void ResultDisplay::updateScrollBarStyleSheet | ( | ) | [protected] |
void ResultDisplay::wheelEvent | ( | QWheelEvent * | event | ) | [protected, virtual] |