|
| | ArrayItem () |
| | Constructor. More...
|
| |
| | ArrayItem (unsigned color, int colX=0, int colY=0, int colErr=0, bool errorBars=false, Symbol symbol=OpenCircle, DecimalCharacter decimalChar=Point, const KUrl &url=KUrl(), double fx=1, double fy=1, QGraphicsItem *parent=0, int n=0, int rowStart=0, FillStyle fillStyle=NoBrush, double xOffset=0, double yOffset=0, bool visible=true, bool internal=false, double relSize=1) |
| | Constructor. More...
|
| |
| | ArrayItem (const ArrayItem &a) |
| | Copy constructor. More...
|
| |
| | ArrayItem (const KConfigGroup *plo, const KUrl &urlPlo, unsigned color=0, int colX=0, int colY=0, int colErr=0, bool errorBars=false, Symbol symbol=OpenCircle, QGraphicsItem *parent=0) |
| | Constructor. More...
|
| |
| virtual | ~ArrayItem () |
| | Destructor. More...
|
| |
| void | adjustCols (int colX, int colY, int colErr) |
| | Sets and limits the column indices. More...
|
| |
| void | adjustCols () |
| | Limits the column indices. More...
|
| |
| virtual QRectF | boundingRect () const |
| | Calculates bounding rectangle. More...
|
| |
| int | colErr () const |
| | Returns y error column index. More...
|
| |
| int | colX () const |
| | Returns x column index. More...
|
| |
| int | colY () const |
| | Returns y column index. More...
|
| |
| int | count () const |
| | Returns number of data points to be plotted. More...
|
| |
| double ** | data () const |
| | Returns pointer to internal array. More...
|
| |
| DecimalCharacter | decimalCharacter () const |
| | Returns decimal symbol of floating point numbers. More...
|
| |
| bool | errorBars () const |
| | Returns true for plotting error bars. More...
|
| |
| void | exponent (int &expX, int &expY, double &fx, double &fy) const |
| | Calculates normalization factors. More...
|
| |
| bool | internal () const |
| | Returns true for internal stored array data. More...
|
| |
| void | limits (double &xMin, double &xMax, double &yMin, double &yMax) const |
| | Calculates minimum and maximum values. More...
|
| |
| int | numCols () const |
| | Returns number of columns. More...
|
| |
| int | numRows () const |
| | Returns number of rows. More...
|
| |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
| | Paints item. More...
|
| |
| virtual int | readFile () |
| | Reads double values from the URL. More...
|
| |
| int | readFile (QString *text) |
| | Reads double values from a string. More...
|
| |
| int | rowStart () const |
| | Returns start row index. More...
|
| |
| void | setColErr (int colErr) |
| | Sets error column index. More...
|
| |
| void | setColX (int colX) |
| | Sets x column index. More...
|
| |
| void | setColY (int colY) |
| | Sets y column index. More...
|
| |
| void | setCount (int n) |
| | Sets number of data points. More...
|
| |
| void | setDashOffset () |
| | Sets offset for dashed lines. More...
|
| |
| void | setData (double **data) |
| | Sets array pointer. More...
|
| |
| void | setDecimalCharacter (DecimalCharacter decimalChar) |
| | Sets decimal character. More...
|
| |
| void | setErrorBars (bool errorBars) |
| | Sets error bars plotting. More...
|
| |
| void | setInternal (bool internal) |
| | Sets storage mode. More...
|
| |
| void | setNumCols (int nCols) |
| | Sets number of columns. More...
|
| |
| void | setNumRows (int nRows) |
| | Sets number of rows. More...
|
| |
| void | setRange (int rowStart, int n) |
| | Sets and limits the start row index and the number of points to be plotted. More...
|
| |
| void | setRowStart (int rowStart) |
| | Sets start row index. More...
|
| |
| void | setUrl (const KUrl &url) |
| | Sets URL. More...
|
| |
| virtual QPainterPath | shape () const |
| | Returns the shape of the plot item. More...
|
| |
| virtual int | type () const |
| | Returns specific QGraphicsItem type number. More...
|
| |
| const KUrl & | url () const |
| | Returns URL of data file. More...
|
| |
| void | writePlo (KConfigGroup *plo, const KUrl &urlPlo, bool absolute) const |
| | Writes into plot file. More...
|
| |
| | ScaledItem () |
| | Constructor. More...
|
| |
| | ScaledItem (const ScaledItem &a) |
| | Copy constructor. More...
|
| |
| | ScaledItem (const KConfigGroup *plo, Symbol symbol, unsigned color, QGraphicsItem *parent) |
| | Constructor. More...
|
| |
| | ScaledItem (FillStyle fillStyle, Symbol symbol, unsigned color, double fx, double fy, double xOffset, double yOffset, double relSize, QGraphicsItem *parent) |
| | Constructor. More...
|
| |
| virtual | ~ScaledItem () |
| | Destructor. More...
|
| |
| unsigned | color () const |
| | Returns color. More...
|
| |
| FillStyle | fillStyle () const |
| | Returns fill style. More...
|
| |
| bool | isNormalized (double fx, double fy) const |
| | Checks if both normalization factors are equal to given values. More...
|
| |
| void | normalize (double fx, double fy) |
| | Sets normalization factors. More...
|
| |
| double | normX () const |
| | Returns normalization factor for x values. More...
|
| |
| double | normY () const |
| | Returns normalization factor for y values. More...
|
| |
| QPixmap | pixmap () const |
| | Returns decoration pixmap for item list. More...
|
| |
| void | readPlo (const KConfigGroup *plo, Symbol symbol, unsigned color) |
| | Initializes corresponding to plot file. More...
|
| |
| void | setColor (unsigned color) |
| | Sets color. More...
|
| |
| void | setFillStyle (FillStyle style) |
| | Sets fill style. More...
|
| |
| void | setNormX (double fx) |
| | Sets normalization factor for x values. More...
|
| |
| void | setNormY (double fy) |
| | Sets normalization factor for y values. More...
|
| |
| void | setProperties (const QTransform &m) |
| | Sets properties according to transformation matrix. More...
|
| |
| void | setSize () |
| | Sets size according to transformation matrix. More...
|
| |
| void | setSymbol (Symbol symbol) |
| | Sets symbol type. More...
|
| |
| void | setXOffset (double xOffset) |
| | Sets offset for x values. More...
|
| |
| void | setYOffset (double yOffset) |
| | Sets offset for y values. More...
|
| |
| Symbol | symbol () const |
| | Returns symbol type. More...
|
| |
| void | update () |
| | Applies changes and forces redrawing. More...
|
| |
| void | updateGeometry () |
| | Updates geometry. More...
|
| |
| void | writePlo (KConfigGroup *plo, bool visible) const |
| | Writes into plot file. More...
|
| |
| double | xOffset () const |
| | Returns offset for x values. More...
|
| |
| double | yOffset () const |
| | Returns offset for y values. More...
|
| |
| | KplItem (double relSize=1) |
| | Constructor. More...
|
| |
| | KplItem (const KplItem &a) |
| | Copy constructor. More...
|
| |
| | KplItem (const KConfigGroup *plo) |
| | Constructor. More...
|
| |
| virtual | ~KplItem () |
| | Destructor. More...
|
| |
| void | readPlo (const KConfigGroup *plo) |
| | Initializes corresponding to plot file. More...
|
| |
| double | relSize () const |
| | Returns relative size of item. More...
|
| |
| void | setRelSize (double relSize) |
| | Sets relative size of item. More...
|
| |
| void | writePlo (KConfigGroup *plo, bool visible=true) const |
| | Writes into plot file. More...
|
| |
|
| QGraphicsItem (QGraphicsItem *parent) |
| |
|
QGraphicsScene * | scene () const |
| |
|
QGraphicsItem * | parentItem () const |
| |
|
QGraphicsItem * | topLevelItem () const |
| |
|
QGraphicsObject * | parentObject () const |
| |
|
QGraphicsWidget * | parentWidget () const |
| |
|
QGraphicsWidget * | topLevelWidget () const |
| |
|
QGraphicsWidget * | window () const |
| |
|
QGraphicsItem * | panel () const |
| |
|
void | setParentItem (QGraphicsItem *newParent) |
| |
|
QList< QGraphicsItem * > | children () const |
| |
|
QList< QGraphicsItem * > | childItems () const |
| |
|
bool | isWidget () const |
| |
|
bool | isWindow () const |
| |
|
bool | isPanel () const |
| |
|
QGraphicsObject * | toGraphicsObject () |
| |
|
const QGraphicsObject * | toGraphicsObject () const |
| |
|
QGraphicsItemGroup * | group () const |
| |
|
void | setGroup (QGraphicsItemGroup *group) |
| |
|
GraphicsItemFlags | flags () const |
| |
|
void | setFlag (GraphicsItemFlag flag, bool enabled) |
| |
|
void | setFlags (QFlags< QGraphicsItem::GraphicsItemFlag > flags) |
| |
|
CacheMode | cacheMode () const |
| |
|
void | setCacheMode (CacheMode mode, const QSize &logicalCacheSize) |
| |
|
PanelModality | panelModality () const |
| |
|
void | setPanelModality (PanelModality panelModality) |
| |
|
bool | isBlockedByModalPanel (QGraphicsItem **blockingPanel) const |
| |
|
QString | toolTip () const |
| |
|
void | setToolTip (const QString &toolTip) |
| |
|
QCursor | cursor () const |
| |
|
void | setCursor (const QCursor &cursor) |
| |
|
bool | hasCursor () const |
| |
|
void | unsetCursor () |
| |
|
bool | isVisible () const |
| |
|
bool | isVisibleTo (const QGraphicsItem *parent) const |
| |
|
void | setVisible (bool visible) |
| |
|
void | hide () |
| |
|
void | show () |
| |
|
bool | isEnabled () const |
| |
|
void | setEnabled (bool enabled) |
| |
|
bool | isSelected () const |
| |
|
void | setSelected (bool selected) |
| |
|
bool | acceptDrops () const |
| |
|
void | setAcceptDrops (bool on) |
| |
|
qreal | opacity () const |
| |
|
qreal | effectiveOpacity () const |
| |
|
void | setOpacity (qreal opacity) |
| |
|
QGraphicsEffect * | graphicsEffect () const |
| |
|
void | setGraphicsEffect (QGraphicsEffect *effect) |
| |
|
Qt::MouseButtons | acceptedMouseButtons () const |
| |
|
void | setAcceptedMouseButtons (QFlags< Qt::MouseButton > buttons) |
| |
|
bool | acceptsHoverEvents () const |
| |
|
void | setAcceptsHoverEvents (bool enabled) |
| |
|
bool | acceptHoverEvents () const |
| |
|
void | setAcceptHoverEvents (bool enabled) |
| |
|
bool | acceptTouchEvents () const |
| |
|
void | setAcceptTouchEvents (bool enabled) |
| |
|
bool | filtersChildEvents () const |
| |
|
void | setFiltersChildEvents (bool enabled) |
| |
|
bool | handlesChildEvents () const |
| |
|
void | setHandlesChildEvents (bool enabled) |
| |
|
bool | isActive () const |
| |
|
void | setActive (bool active) |
| |
|
bool | hasFocus () const |
| |
|
void | setFocus (Qt::FocusReason focusReason) |
| |
|
void | clearFocus () |
| |
|
QGraphicsItem * | focusProxy () const |
| |
|
void | setFocusProxy (QGraphicsItem *item) |
| |
|
QGraphicsItem * | focusItem () const |
| |
|
void | grabMouse () |
| |
|
void | ungrabMouse () |
| |
|
void | grabKeyboard () |
| |
|
void | ungrabKeyboard () |
| |
|
QPointF | pos () const |
| |
|
qreal | x () const |
| |
|
void | setX (qreal x) |
| |
|
qreal | y () const |
| |
|
void | setY (qreal y) |
| |
|
QPointF | scenePos () const |
| |
|
void | setPos (const QPointF &pos) |
| |
|
void | setPos (qreal x, qreal y) |
| |
|
void | moveBy (qreal dx, qreal dy) |
| |
|
void | ensureVisible (const QRectF &rect, int xmargin, int ymargin) |
| |
|
void | ensureVisible (qreal x, qreal y, qreal w, qreal h, int xmargin, int ymargin) |
| |
|
QMatrix | matrix () const |
| |
|
QMatrix | sceneMatrix () const |
| |
|
void | setMatrix (const QMatrix &matrix, bool combine) |
| |
|
void | resetMatrix () |
| |
|
QTransform | transform () const |
| |
|
QTransform | sceneTransform () const |
| |
|
QTransform | deviceTransform (const QTransform &viewportTransform) const |
| |
|
QTransform | itemTransform (const QGraphicsItem *other, bool *ok) const |
| |
|
void | setTransform (const QTransform &matrix, bool combine) |
| |
|
void | resetTransform () |
| |
|
void | rotate (qreal angle) |
| |
|
void | scale (qreal sx, qreal sy) |
| |
|
void | shear (qreal sh, qreal sv) |
| |
|
void | translate (qreal dx, qreal dy) |
| |
|
void | setRotation (qreal angle) |
| |
|
qreal | rotation () const |
| |
|
void | setScale (qreal factor) |
| |
|
qreal | scale () const |
| |
|
QList< QGraphicsTransform * > | transformations () const |
| |
|
void | setTransformations (const QList< QGraphicsTransform * > &transformations) |
| |
|
QPointF | transformOriginPoint () const |
| |
|
void | setTransformOriginPoint (const QPointF &origin) |
| |
|
void | setTransformOriginPoint (qreal x, qreal y) |
| |
|
virtual void | advance (int phase) |
| |
|
qreal | zValue () const |
| |
|
void | setZValue (qreal z) |
| |
|
void | stackBefore (const QGraphicsItem *sibling) |
| |
|
virtual QRectF | boundingRect () const =0 |
| |
|
QRectF | childrenBoundingRect () const |
| |
|
QRectF | sceneBoundingRect () const |
| |
|
bool | isClipped () const |
| |
|
QPainterPath | clipPath () const |
| |
|
virtual bool | contains (const QPointF &point) const |
| |
|
virtual bool | collidesWithItem (const QGraphicsItem *other, Qt::ItemSelectionMode mode) const |
| |
|
virtual bool | collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode) const |
| |
|
QList< QGraphicsItem * > | collidingItems (Qt::ItemSelectionMode mode) const |
| |
|
bool | isObscured () const |
| |
|
bool | isObscured (const QRectF &rect) const |
| |
|
bool | isObscured (qreal x, qreal y, qreal w, qreal h) const |
| |
|
virtual bool | isObscuredBy (const QGraphicsItem *item) const |
| |
|
virtual QPainterPath | opaqueArea () const |
| |
|
QRegion | boundingRegion (const QTransform &itemToDeviceTransform) const |
| |
|
qreal | boundingRegionGranularity () const |
| |
|
void | setBoundingRegionGranularity (qreal granularity) |
| |
|
virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)=0 |
| |
|
void | update (const QRectF &rect) |
| |
|
void | update (qreal x, qreal y, qreal width, qreal height) |
| |
|
void | scroll (qreal dx, qreal dy, const QRectF &rect) |
| |
|
QPointF | mapToItem (const QGraphicsItem *item, const QPointF &point) const |
| |
|
QPointF | mapToParent (const QPointF &point) const |
| |
|
QPointF | mapToScene (const QPointF &point) const |
| |
|
QPolygonF | mapToItem (const QGraphicsItem *item, const QRectF &rect) const |
| |
|
QPolygonF | mapToParent (const QRectF &rect) const |
| |
|
QPolygonF | mapToScene (const QRectF &rect) const |
| |
|
QRectF | mapRectToItem (const QGraphicsItem *item, const QRectF &rect) const |
| |
|
QRectF | mapRectToParent (const QRectF &rect) const |
| |
|
QRectF | mapRectToScene (const QRectF &rect) const |
| |
|
QPolygonF | mapToItem (const QGraphicsItem *item, const QPolygonF &polygon) const |
| |
|
QPolygonF | mapToParent (const QPolygonF &polygon) const |
| |
|
QPolygonF | mapToScene (const QPolygonF &polygon) const |
| |
|
QPainterPath | mapToItem (const QGraphicsItem *item, const QPainterPath &path) const |
| |
|
QPainterPath | mapToParent (const QPainterPath &path) const |
| |
|
QPainterPath | mapToScene (const QPainterPath &path) const |
| |
|
QPointF | mapFromItem (const QGraphicsItem *item, const QPointF &point) const |
| |
|
QPointF | mapFromParent (const QPointF &point) const |
| |
|
QPointF | mapFromScene (const QPointF &point) const |
| |
|
QPolygonF | mapFromItem (const QGraphicsItem *item, const QRectF &rect) const |
| |
|
QPolygonF | mapFromParent (const QRectF &rect) const |
| |
|
QPolygonF | mapFromScene (const QRectF &rect) const |
| |
|
QRectF | mapRectFromItem (const QGraphicsItem *item, const QRectF &rect) const |
| |
|
QRectF | mapRectFromParent (const QRectF &rect) const |
| |
|
QRectF | mapRectFromScene (const QRectF &rect) const |
| |
|
QPolygonF | mapFromItem (const QGraphicsItem *item, const QPolygonF &polygon) const |
| |
|
QPolygonF | mapFromParent (const QPolygonF &polygon) const |
| |
|
QPolygonF | mapFromScene (const QPolygonF &polygon) const |
| |
|
QPainterPath | mapFromItem (const QGraphicsItem *item, const QPainterPath &path) const |
| |
|
QPainterPath | mapFromParent (const QPainterPath &path) const |
| |
|
QPainterPath | mapFromScene (const QPainterPath &path) const |
| |
|
QPointF | mapToItem (const QGraphicsItem *item, qreal x, qreal y) const |
| |
|
QPointF | mapToParent (qreal x, qreal y) const |
| |
|
QPointF | mapToScene (qreal x, qreal y) const |
| |
|
QPolygonF | mapToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const |
| |
|
QPolygonF | mapToParent (qreal x, qreal y, qreal w, qreal h) const |
| |
|
QPolygonF | mapToScene (qreal x, qreal y, qreal w, qreal h) const |
| |
|
QRectF | mapRectToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const |
| |
|
QRectF | mapRectToParent (qreal x, qreal y, qreal w, qreal h) const |
| |
|
QRectF | mapRectToScene (qreal x, qreal y, qreal w, qreal h) const |
| |
|
QPointF | mapFromItem (const QGraphicsItem *item, qreal x, qreal y) const |
| |
|
QPointF | mapFromParent (qreal x, qreal y) const |
| |
|
QPointF | mapFromScene (qreal x, qreal y) const |
| |
|
QPolygonF | mapFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const |
| |
|
QPolygonF | mapFromParent (qreal x, qreal y, qreal w, qreal h) const |
| |
|
QPolygonF | mapFromScene (qreal x, qreal y, qreal w, qreal h) const |
| |
|
QRectF | mapRectFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const |
| |
|
QRectF | mapRectFromParent (qreal x, qreal y, qreal w, qreal h) const |
| |
|
QRectF | mapRectFromScene (qreal x, qreal y, qreal w, qreal h) const |
| |
|
bool | isAncestorOf (const QGraphicsItem *child) const |
| |
|
QGraphicsItem * | commonAncestorItem (const QGraphicsItem *other) const |
| |
|
bool | isUnderMouse () const |
| |
|
QVariant | data (int key) const |
| |
|
void | setData (int key, const QVariant &value) |
| |
|
Qt::InputMethodHints | inputMethodHints () const |
| |
|
void | setInputMethodHints (QFlags< Qt::InputMethodHint > hints) |
| |
|
void | installSceneEventFilter (QGraphicsItem *filterItem) |
| |
|
void | removeSceneEventFilter (QGraphicsItem *filterItem) |
| |
|
| static double ** | copyArray (double **data, int nCols, int nRows) |
| | Copies array storage. More...
|
| |
| static void | freeArray (double ***data) |
| | Deallocates array storage. More...
|
| |
| static int | readFile (const KUrl &url, int &nCols, double ***data, DecimalCharacter decimalChar=Point) |
| | Reads double values from a file into an array. More...
|
| |
| static int | readFile (QIODevice *device, int &nCols, double ***data, DecimalCharacter decimalChar=Point) |
| | Reads double values from an I/O device into an array. More...
|
| |
| static int | readFile (QString *text, int &nCols, double ***data, DecimalCharacter decimalChar=Point) |
| | Reads double values from a string into an array. More...
|
| |
| static int | readLines (QTextStream &t, int nCols, double ***data, DecimalCharacter decimalChar=Point) |
| | Reads double values from a text stream into an array. More...
|
| |
| static void | translate (QString &line, DecimalCharacter decimalChar) |
| | Translates exponent and decimal symbols. More...
|
| |
| static void | exponent (double a, int &iExp, double &f) |
| | Calculates normalization factor. More...
|
| |
| static bool | limits (double &xMin, double &xMax, const double *values, int n) |
| | Calculates minimum and maximum values of an array. More...
|
| |
| static KUrl | absoluteUrl (const QString &path, const KUrl &urlPlo) |
| | Constructs absolute file URL. More...
|
| |
| static QBrush | createBrush (unsigned color, FillStyle fillStyle=NoBrush) |
| | Creates brush. More...
|
| |
| static QPen | createPen (double width, unsigned color, PenType penType, Symbol symbol) |
| | Creates pen. More...
|
| |
| static void | paintSymbol (QPainter *painter, const QRectF &rect, Symbol symbol=OpenCircle) |
| | Paints symbol. More...
|
| |
| static QPixmap | pixmap (Symbol symbol) |
| | Returns black decoration pixmap of plot symbol for use in dialog GUI. More...
|
| |
| static QPixmap | pixmap (QPen pen, Symbol symbol=SolidLine) |
| | Returns decoration pixmap of plot symbol for use in item lists. More...
|
| |
| static QString | path (const KUrl &urlPlo, const KUrl &url, bool absolute=false) |
| | Constructs absolute or (if possible) relative file path. More...
|
| |
| static unsigned | rgb (const QString &color) |
| | Converts rgb string to QRgb. More...
|
| |
| static unsigned | rgbQt1 (unsigned rgb) |
| | Converts QRgb to Qt1 QRgb. More...
|
| |
| static QString | tempFileName (const QString &suffix=".tmp") |
| | Generates unique temporary file name. More...
|
| |