libkpl  6.0
A Library for Graphical Presentation of Data Sets and Functions
FrameItem Class Reference

Frame item class. More...

#include <frameitem.h>

Inheritance diagram for FrameItem:

Public Types

enum  GridMode {
  FrameOnly , Axes , AxesWithLabels , Grid ,
  GridWithLabels
}
 Grid mode. More...
 
enum  { Type = UserType + Frame }
 Specific QGraphicsItem type number for function type() More...
 
- Public Types inherited from KplItem
enum  FillStyle {
  NoBrush , SolidPattern , HorPattern , VerPattern ,
  CrossPattern , BDiagPattern , FDiagPattern , DiagCrossPattern
}
 Fill styles. More...
 
enum  ItemType {
  Frame = 1 , Array , Function , ParFunction ,
  Spline , Array3D , Function3D , Legend ,
  Text , Line , Arrow , Arc ,
  Rectangle , Ellipse , Image , ScaleBar
}
 Item types. More...
 
enum  PenType { FramePen , GridPen , DataPen }
 Pen types. More...
 
enum  Symbol {
  Invisible = -17 , FilledOctagon , FilledHourglass , FilledTriangle ,
  FilledSquare , FilledDiamond , FilledCircle , Umbrella ,
  Ypsilon , Plus , Cross , OpenOctagon ,
  OpenHourglass , OpenTriangle , OpenSquare , OpenDiamond ,
  Dot , OpenCircle , SolidLine , DashLine1 ,
  DashLine2 , DotLine1 , DashLine3 , DashDotLine ,
  DashLine4 , DashLine5 , DotLine2
}
 Symbol types. More...
 

Public Member Functions

 FrameItem (double x0=4, double y0=3, double width=15, double height=10, unsigned colorFrame=0, unsigned colorGrid=0, bool logX=false, bool logY=false, GridMode gridMode=AxesWithLabels, double xMax=15, double yMax=10, const QString &textX=QString(), const QString &textY=QString(), const QString &header=QString(), double relSize=1, int numDigX=-1, int numDigY=-1, int minTicX=5, int minTicY=2, int expX=0, int expY=0, double xMin=0, double yMin=0, double xTic=5, double yTic=2, bool collapsed=false, bool visible=true, double xOffset=0, double yOffset=0, bool xBottom=true, bool xTop=false, bool yLeft=true, bool yRight=false)
 Constructor.
 
 FrameItem (const FrameItem &a)
 Copy constructor.
 
 FrameItem (const KConfigGroup *plo, double x0=4, double y0=3, double width=15, double height=10, unsigned colorFrame=0, unsigned colorGrid=0, GridMode gridMode=AxesWithLabels)
 Constructor.
 
virtual ~FrameItem ()
 Destructor.
 
void autoScale (double xmi, double xma, double fx, double ymi, double yma, double fy)
 Calculates and sets the scaling parameters.
 
void autoScale (bool autoNorm=true)
 Calculates and sets the scaling parameters.
 
virtual QRectF boundingRect () const override
 Calculates bounding rectangle.
 
bool calcAutoScale (bool autoNorm, const QList< QGraphicsItem * > &items, double &fx, double &fy)
 Calculates scaling parameters for a frame item and all its child items.
 
QRectF clipRect () const
 Returns clipping rectangle.
 
unsigned colorFrame () const
 Returns color for frame and labels.
 
unsigned colorGrid () const
 Returns color for grids and tics.
 
int expX () const
 Returns logarithm of normalization factor for x axis.
 
int expY () const
 Returns logarithm of normalization factor for y axis.
 
GridMode gridMode () const
 Returns grid mode.
 
QString header () const
 Returns heading text.
 
double height () const
 Returns height in cm.
 
bool collapsed () const
 Returns collapse state for list view.
 
bool logX () const
 Returns true for logarithmic x axis.
 
bool logY () const
 Returns true for logarithmic y axis.
 
QPointF mapFromUser (const QPointF &p) const
 Maps from user to pixel coordinates.
 
QPointF mapToUser (const QPointF &p) const
 Maps from pixel to user coordinates.
 
QRectF mapToUser (const QRectF &rect) const
 Maps from pixel to user coordinates.
 
int minTicX () const
 Returns number of intervals between major tics of x axis.
 
int minTicY () const
 Returns number of intervals between major tics of y axis.
 
double normX () const
 Returns normalization factor for x values.
 
double normY () const
 Returns normalization factor for y values.
 
int numDigX () const
 Returns number of digits for x axis.
 
int numDigY () const
 Returns number of digits for y axis.
 
virtual void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) override
 Paints item.
 
QPointF rectPos () const
 Returns position in cm units.
 
void setColorFrame (unsigned color)
 Sets color for frame and labels.
 
void setColorGrid (unsigned color)
 Sets color for grids and tics.
 
void setExpX (int expX)
 Sets exponent of x normalization factor.
 
void setExpY (int expY)
 Sets exponent of y normalization factor.
 
void setGridMode (GridMode gridMode)
 Sets grid mode.
 
void setHeight (double height)
 Sets height.
 
void setLogX (bool logX)
 Sets logarithmic mode of x axis.
 
void setLogY (bool logY)
 Sets logarithmic mode of y axis.
 
void setMinTicX (int minTicX)
 Sets number of intervals between major tics of x axis.
 
void setMinTicY (int minTicY)
 Sets number of intervals between major tics of y axis.
 
void setNumDigX (int numDigX)
 Sets number of digits for x axis.
 
void setNumDigY (int numDigY)
 Sets number of digits for y axis.
 
void setProperties (const QTransform &m)
 Sets properties according to transformation matrix.
 
void setHeader (const QString &text)
 Sets heading text.
 
void setTextX (const QString &text)
 Sets x axis text.
 
void setTextY (const QString &text)
 Sets y axis text.
 
void setWidth (double width)
 Sets width.
 
void setX0 (double x0)
 Sets left page margin.
 
void setXBottom (bool xBottom)
 Sets bottom side label mode.
 
void setXMax (double xMax)
 Sets upper x data limit.
 
void setXMin (double xMin)
 Sets lower x data limit.
 
void setXOffset (double xOffset)
 Sets x offset.
 
void setXTic (double xTic)
 Sets x tick distance.
 
void setXTop (bool xTop)
 Sets top side label mode.
 
void setY0 (double y0)
 Sets bottom page margin.
 
void setYLeft (bool yLeft)
 Sets left side label mode.
 
void setYMax (double yMax)
 Sets upper y data limit.
 
void setYMin (double yMin)
 Sets lower y data limit.
 
void setYOffset (double yOffset)
 Sets y offset.
 
void setYRight (bool yRight)
 Sets right side label mode.
 
void setYTic (double yTic)
 Sets y tick distance.
 
QPointF steps () const
 Returns user units steps for one pixel steps.
 
QString textX () const
 Returns x axis text.
 
QString textY () const
 Returns y axis text.
 
virtual int type () const override
 Returns specific QGraphicsItem type number.
 
void toggleCollapsed ()
 Toggles collapse state.
 
void update ()
 Applies changes and forces redrawing.
 
void updatePos (QPointF p)
 Sets position.
 
bool valid (double x, double y) const
 Checks coordinates for validity.
 
double width () const
 Returns width in cm.
 
void writePlo (KConfigGroup *plo) const
 Writes into plot file.
 
double x0 () const
 Returns left page margin in cm.
 
bool xBottom () const
 Returns true for x axis labels on bottom side.
 
double xMax () const
 Returns x value of right data window margin in user units.
 
double xMin () const
 Returns x value of left data window margin in user units.
 
double xOffset () const
 Returns offset for first major x tick.
 
double xTic () const
 Returns distance between major tics of x axis.
 
bool xTop () const
 Returns true for x axis labels on top side.
 
double y0 () const
 
bool yLeft () const
 Returns true for y axis labels on left side.
 
bool yRight () const
 Returns true for y axis labels on right side.
 
double yMax () const
 Returns y value of upper data window margin in user units.
 
double yMin () const
 Returns y value of lower data window margin in user units.
 
double yOffset () const
 Returns offset for first major y tick.
 
double yTic () const
 Returns distance between major tics of y axis.
 
- Public Member Functions inherited from KplItem
 KplItem (double relSize=1)
 Constructor.
 
 KplItem (const KplItem &a)
 Copy constructor.
 
 KplItem (const KConfigGroup *plo)
 Constructor.
 
virtual ~KplItem ()
 Destructor.
 
void readPlo (const KConfigGroup *plo)
 Initializes corresponding to plot file.
 
double relSize () const
 Returns relative size of item.
 
void setRelSize (double relSize)
 Sets relative size of item.
 
void writePlo (KConfigGroup *plo, bool visible=true) const
 Writes into plot file.
 

Static Public Member Functions

static void autoScale (double &xMin, double &xMax, double &tick, int &minTic, int &numDig, double xmi, double xma, double f, double c, bool log)
 Calculates scaling parameters.
 
static bool valid (double v, bool log=false)
 Checks a double value for validity.
 
- Static Public Member Functions inherited from KplItem
static QUrl absoluteUrl (const QString &path, const QUrl &urlPlo)
 Constructs absolute file URL.
 
static QBrush createBrush (unsigned color, FillStyle fillStyle=NoBrush)
 Creates brush.
 
static QPen createPen (double width, unsigned color, PenType penType, Symbol symbol)
 Creates pen.
 
static void paintSymbol (QPainter *painter, const QRectF &rect, Symbol symbol=OpenCircle)
 Paints symbol.
 
static QPixmap pixmap (Symbol symbol)
 Returns black decoration pixmap of plot symbol for use in dialog GUI.
 
static QPixmap pixmap (QPen pen, Symbol symbol=SolidLine)
 Returns decoration pixmap of plot symbol for use in item lists.
 
static QString path (const QUrl &urlPlo, const QUrl &url, bool absolute=false)
 Constructs absolute or (if possible) relative file path.
 
static void resetDashOffset ()
 Resets offset for dashed lines.
 
static unsigned rgb (const QString &color)
 Converts rgb string to QRgb.
 
static unsigned rgbQt1 (unsigned rgb)
 Converts QRgb to Qt1 QRgb.
 

Protected Member Functions

void drawText (QPainter *painter, const QString &text, double x, double y, TextItem::Alignment alignment, double dir=0) const
 Plots text.
 
double incLog (double &x, double f) const
 Increment logarithm for next major axis tick.
 
virtual void mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override
 Updates position.
 
int number (double v, int numDig, QString &label) const
 Prepares number label.
 
void paintCond (QPainter *painter) const
 Paints or calculates bounding area.
 
void setProperties ()
 Sets properties according to transformation matrix.
 
double tick (double tic, bool log) const
 Calculates actual distance between major tics.
 
- Protected Member Functions inherited from KplItem
QPen & changePenWidth (QPen &pen, double width) const
 Changes pen width.
 
QPen createPen (QGraphicsItem *item, unsigned color=0, PenType penType=DataPen, Symbol symbol=SolidLine) const
 Creates pen for plot item.
 
double penWidth (const QGraphicsItem *item, PenType penType=DataPen) const
 Calculates pen width for plot item.
 

Protected Attributes

bool m_logX
 
bool m_logY
 
bool m_xBottom
 
bool m_xTop
 
bool m_yLeft
 
bool m_yRight
 
bool m_collapsed
 
int m_numDigX
 
int m_numDigY
 
int m_minTicX
 
int m_minTicY
 
int m_expX
 
int m_expY
 
GridMode m_gridMode
 
unsigned m_colorFrame
 
unsigned m_colorGrid
 
double m_x0
 
double m_y0
 
double m_width
 
double m_height
 
double m_xMin
 
double m_xMax
 
double m_yMin
 
double m_yMax
 
double m_xTic
 
double m_yTic
 
double m_xOffset
 
double m_yOffset
 
double m_normX
 
double m_normY
 
double xminl
 
double xmaxl
 
double yminl
 
double ymaxl
 
QString m_textX
 
QString m_textY
 
QString m_header
 
QRectF bRect
 
QRectF cRect
 
QTransform md
 
QTransform m_inv
 
QTransform m_matrix
 
- Protected Attributes inherited from KplItem
double m_relSize
 

Additional Inherited Members

- Static Protected Member Functions inherited from KplItem
static double parentWidth (const QGraphicsItem *item)
 Returns width of item's parent frame or width of scene if the item has no parent item.
 
static double penWidthFactor (PenType penType)
 Returns factor to calculate pen width from frame width.
 
- Static Protected Attributes inherited from KplItem
static double m_dashOffset
 

Detailed Description

Frame item class.

Class for frame items with tics, grid, labels.

Author
Werner Stille

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Specific QGraphicsItem type number for function type()

Enumerator
Type 

Specific QGraphicsItem type number of FrameItem for function type().

◆ GridMode

Grid mode.

Determines how the frame should be plotted.

Enumerator
FrameOnly 

Only rectangular frame.

Axes 

Axes with tics and without labels.

AxesWithLabels 

Axes with tics and labels.

Grid 

Grid without labels.

GridWithLabels 

Grid with labels.

Constructor & Destructor Documentation

◆ FrameItem() [1/3]

FrameItem::FrameItem ( double x0 = 4,
double y0 = 3,
double width = 15,
double height = 10,
unsigned colorFrame = 0,
unsigned colorGrid = 0,
bool logX = false,
bool logY = false,
GridMode gridMode = AxesWithLabels,
double xMax = 15,
double yMax = 10,
const QString & textX = QString(),
const QString & textY = QString(),
const QString & header = QString(),
double relSize = 1,
int numDigX = -1,
int numDigY = -1,
int minTicX = 5,
int minTicY = 2,
int expX = 0,
int expY = 0,
double xMin = 0,
double yMin = 0,
double xTic = 5,
double yTic = 2,
bool collapsed = false,
bool visible = true,
double xOffset = 0,
double yOffset = 0,
bool xBottom = true,
bool xTop = false,
bool yLeft = true,
bool yRight = false )

Constructor.

Initializes corresponding to arguments.

Parameters
x0left page margin in cm.
y0bottom page margin in cm.
widthwidth in cm.
heightheight in cm.
colorFramecolor for frame and labels.
colorGridcolor for grids and tics.
logXtrue for logarithmic x axis.
logYtrue for logarithmic y axis.
gridModegrid mode.
xMaxx value of right data window margin in user units.
yMaxy value of top window data margin in user units.
textXx axis text.
textYy axis text.
headerheading text.
relSizerelative size of text, markers and lines.
numDigXnumber of digits for x axis.
numDigYnumber of digits for y axis.
minTicXnumber of intervals between major tics of x axis.
minTicYnumber of intervals between major tics of y axis.
expXlogarithm of normalization factor for x axis.
expYlogarithm of normalization factor for y axis.
xMinx value of left data window margin in user units.
yMiny value of bottom data window margin in user units.
xTicdistance between major tics of x axis.
yTicdistance between major tics of y axis.
collapsedtrue for collapsed in list view.
visibletrue for visible item.
xOffsetoffset for first major x tick.
yOffsetoffset for first major y tick.
xBottomtrue for x axis labels on bottom side.
xToptrue for x axis labels on top side.
yLefttrue for y axis labels on left side.
yRighttrue for y axis labels on right side.

◆ FrameItem() [2/3]

FrameItem::FrameItem ( const FrameItem & a)

Copy constructor.

Parameters
asource item.

◆ FrameItem() [3/3]

FrameItem::FrameItem ( const KConfigGroup * plo,
double x0 = 4,
double y0 = 3,
double width = 15,
double height = 10,
unsigned colorFrame = 0,
unsigned colorGrid = 0,
GridMode gridMode = AxesWithLabels )

Constructor.

Initializes corresponding to plot file.

Parameters
plopointer to KConfigGroup object containing item data.
x0default value for left page margin in cm.
y0default value for bottom page margin in cm.
widthdefault value for width in cm.
heightdefault value for height in cm.
colorFramedefault value for color for frame and labels.
colorGriddefault value for color for grids and tics.
gridModegrid mode.

Member Function Documentation

◆ autoScale() [1/3]

void FrameItem::autoScale ( bool autoNorm = true)

Calculates and sets the scaling parameters.

Parameters
autoNormtrue for automatic normalization.

◆ autoScale() [2/3]

static void FrameItem::autoScale ( double & xMin,
double & xMax,
double & tick,
int & minTic,
int & numDig,
double xmi,
double xma,
double f,
double c,
bool log )
static

Calculates scaling parameters.

Parameters
xMinpointer to double for rounded minimum value.
xMaxpointer to double for rounded maximum value.
tickpointer to double for major tick distance.
minTicpointer to int for intervals between major tics.
numDigpointer to int for number of places after decimal point for lettering.
xmiminimum value.
xmamaximum value.
fnormalization factor.
cscaling constant, desired value for tick / (xma - xmi).
logtrue for logarithmic axis.

◆ autoScale() [3/3]

void FrameItem::autoScale ( double xmi,
double xma,
double fx,
double ymi,
double yma,
double fy )

Calculates and sets the scaling parameters.

Parameters
xmiminimum x value.
xmamaximum x value.
fxx normalization factor.
ymiminimum y value.
ymamaximum y value.
fyy normalization factor.

◆ boundingRect()

virtual QRectF FrameItem::boundingRect ( ) const
overridevirtual

Calculates bounding rectangle.

Reimplemented in ThreeDItem.

◆ calcAutoScale()

bool FrameItem::calcAutoScale ( bool autoNorm,
const QList< QGraphicsItem * > & items,
double & fx,
double & fy )

Calculates scaling parameters for a frame item and all its child items.

Parameters
autoNormtrue for automatic normalization.
itemslist of child items.
fxnormalization factor for x axis.
fynormalization factor for y axis.
Returns
true when scaling was successful.

◆ drawText()

void FrameItem::drawText ( QPainter * painter,
const QString & text,
double x,
double y,
TextItem::Alignment alignment,
double dir = 0 ) const
protected

Plots text.

Parameters
painterpointer to QPainter object.
texttext.
xx position in pixel units.
yy position in pixel units.
alignmenthorizontal alignment.
dirtext direction in degree.

◆ incLog()

double FrameItem::incLog ( double & x,
double f ) const
protected

Increment logarithm for next major axis tick.

Parameters
xlogarithm of tick value.
ffactor to get second tick in a decade.
Returns
mantissa of x.

◆ mapFromUser()

QPointF FrameItem::mapFromUser ( const QPointF & p) const

Maps from user to pixel coordinates.

Parameters
puser coordinates.
Returns
pixel coordinates.

◆ mapToUser() [1/2]

QPointF FrameItem::mapToUser ( const QPointF & p) const

Maps from pixel to user coordinates.

Parameters
ppixel coordinates.
Returns
user coordinates.

◆ mapToUser() [2/2]

QRectF FrameItem::mapToUser ( const QRectF & rect) const

Maps from pixel to user coordinates.

Parameters
rectrectangle given in pixel coordinates.
Returns
rectangle given in user coordinates.

◆ number()

int FrameItem::number ( double v,
int numDig,
QString & label ) const
protected

Prepares number label.

Parameters
vvalue in user units.
numDignumber of digits after decimal point (-1: no display of decimal point).
labellabel (output).
Returns
length of label string.

◆ paint()

virtual void FrameItem::paint ( QPainter * painter,
const QStyleOptionGraphicsItem * option,
QWidget * widget = nullptr )
overridevirtual

Paints item.

Reimplemented in Array3DItem, Fun3DItem, and ThreeDItem.

◆ paintCond()

void FrameItem::paintCond ( QPainter * painter) const
protected

Paints or calculates bounding area.

Parameters
painterQPainter object, 0 for calculating bounding area.

◆ setColorFrame()

void FrameItem::setColorFrame ( unsigned color)
inline

Sets color for frame and labels.

Parameters
colorcolor.

◆ setColorGrid()

void FrameItem::setColorGrid ( unsigned color)
inline

Sets color for grids and tics.

Parameters
colorcolor.

◆ setExpX()

void FrameItem::setExpX ( int expX)
inline

Sets exponent of x normalization factor.

Parameters
expXexponent.

◆ setExpY()

void FrameItem::setExpY ( int expY)
inline

Sets exponent of y normalization factor.

Parameters
expYexponent.

◆ setGridMode()

void FrameItem::setGridMode ( GridMode gridMode)
inline

Sets grid mode.

Parameters
gridModegrid mode.

◆ setHeader()

void FrameItem::setHeader ( const QString & text)
inline

Sets heading text.

Parameters
textheading text.

◆ setHeight()

void FrameItem::setHeight ( double height)
inline

Sets height.

Parameters
heightheight in cm.

◆ setLogX()

void FrameItem::setLogX ( bool logX)
inline

Sets logarithmic mode of x axis.

Parameters
logXtrue for logarithmic x axis.

◆ setLogY()

void FrameItem::setLogY ( bool logY)
inline

Sets logarithmic mode of y axis.

Parameters
logYtrue for logarithmic y axis.

◆ setMinTicX()

void FrameItem::setMinTicX ( int minTicX)
inline

Sets number of intervals between major tics of x axis.

Parameters
minTicXnumber of intervals.

◆ setMinTicY()

void FrameItem::setMinTicY ( int minTicY)
inline

Sets number of intervals between major tics of y axis.

Parameters
minTicYnumber of intervals.

◆ setNumDigX()

void FrameItem::setNumDigX ( int numDigX)
inline

Sets number of digits for x axis.

Parameters
numDigXnumber of digits.

◆ setNumDigY()

void FrameItem::setNumDigY ( int numDigY)
inline

Sets number of digits for y axis.

Parameters
numDigYnumber of digits.

◆ setProperties()

void FrameItem::setProperties ( const QTransform & m)

Sets properties according to transformation matrix.

Parameters
mtransformation matrix.

◆ setTextX()

void FrameItem::setTextX ( const QString & text)
inline

Sets x axis text.

Parameters
textaxis text.

◆ setTextY()

void FrameItem::setTextY ( const QString & text)
inline

Sets y axis text.

Parameters
textaxis text.

◆ setWidth()

void FrameItem::setWidth ( double width)
inline

Sets width.

Parameters
widthwidth in cm.

◆ setX0()

void FrameItem::setX0 ( double x0)
inline

Sets left page margin.

Parameters
x0page margin in cm.

◆ setXBottom()

void FrameItem::setXBottom ( bool xBottom)
inline

Sets bottom side label mode.

Parameters
xBottomtrue for x axis labels on bottom side.

◆ setXMax()

void FrameItem::setXMax ( double xMax)
inline

Sets upper x data limit.

Parameters
xMaxx value of right data window margin in user units.

◆ setXMin()

void FrameItem::setXMin ( double xMin)
inline

Sets lower x data limit.

Parameters
xMinx value of left data window margin in user units.

◆ setXOffset()

void FrameItem::setXOffset ( double xOffset)
inline

Sets x offset.

Parameters
xOffsetoffset for first major x tick.

◆ setXTic()

void FrameItem::setXTic ( double xTic)
inline

Sets x tick distance.

Parameters
xTicdistance between major tics of x axis.

◆ setXTop()

void FrameItem::setXTop ( bool xTop)
inline

Sets top side label mode.

Parameters
xToptrue for x axis labels on top side.

◆ setY0()

void FrameItem::setY0 ( double y0)
inline

Sets bottom page margin.

Parameters
y0page margin in cm.

◆ setYLeft()

void FrameItem::setYLeft ( bool yLeft)
inline

Sets left side label mode.

Parameters
yLefttrue for x axis labels on left side.

◆ setYMax()

void FrameItem::setYMax ( double yMax)
inline

Sets upper y data limit.

Parameters
yMaxy value of upper data window margin in user units.

◆ setYMin()

void FrameItem::setYMin ( double yMin)
inline

Sets lower y data limit.

Parameters
yMiny value of lower data window margin in user units.

◆ setYOffset()

void FrameItem::setYOffset ( double yOffset)
inline

Sets y offset.

Parameters
yOffsetoffset for first major y tick.

◆ setYRight()

void FrameItem::setYRight ( bool yRight)
inline

Sets right side label mode.

Parameters
yRighttrue for x axis labels on right side.

◆ setYTic()

void FrameItem::setYTic ( double yTic)
inline

Sets y tick distance.

Parameters
yTicdistance between major tics of y axis.

◆ tick()

double FrameItem::tick ( double tic,
bool log ) const
protected

Calculates actual distance between major tics.

Parameters
tictick distance in user units.
logtrue for logarithmic axis.
Returns
optimized value in case of logarithmic axis.

◆ type()

virtual int FrameItem::type ( ) const
inlineoverridevirtual

Returns specific QGraphicsItem type number.

Reimplemented in Array3DItem, and Fun3DItem.

◆ updatePos()

void FrameItem::updatePos ( QPointF p)

Sets position.

Parameters
pposition of bottom left corner in cm.

◆ valid() [1/2]

static bool FrameItem::valid ( double v,
bool log = false )
inlinestatic

Checks a double value for validity.

Parameters
vdouble value.
logtrue for use as argument of log function.
Returns
true for valid.

◆ valid() [2/2]

bool FrameItem::valid ( double x,
double y ) const

Checks coordinates for validity.

Parameters
xx value.
yy value.
Returns
true for valid.

◆ writePlo()

void FrameItem::writePlo ( KConfigGroup * plo) const

Writes into plot file.

Parameters
ploKConfigGroup object.

The documentation for this class was generated from the following file: