kig
#include <coordinate_system.h>
Public Member Functions | |
EuclideanCoords () | |
~EuclideanCoords () | |
QString | coordinateFormatNotice () const |
QString | coordinateFormatNoticeMarkup () const |
QValidator * | coordinateValidator () const |
void | drawGrid (KigPainter &p, bool showgrid=true, bool showaxes=true) const |
QString | fromScreen (const Coordinate &pt, const KigDocument &w) const |
int | id () const |
Coordinate | snapToGrid (const Coordinate &c, const KigWidget &w) const |
Coordinate | toScreen (const QString &pt, bool &ok) const |
const char * | type () const |
Public Member Functions inherited from CoordinateSystem | |
CoordinateSystem () | |
virtual | ~CoordinateSystem () |
Detailed Description
Definition at line 91 of file coordinate_system.h.
Constructor & Destructor Documentation
EuclideanCoords::EuclideanCoords | ( | ) |
Definition at line 146 of file coordinate_system.cpp.
EuclideanCoords::~EuclideanCoords | ( | ) |
Definition at line 335 of file coordinate_system.cpp.
Member Function Documentation
|
virtual |
This returns a notice to say in which format coordinates should be entered.
This should be something like: i18n( "Enter coordinates in the following form: \"(x,y)", where x is the x coordinate, and y is the y coordinate." );
Implements CoordinateSystem.
Definition at line 323 of file coordinate_system.cpp.
|
virtual |
Like coordinateFormatNotice(), but with HTML tags useful to have a rich text...
Implements CoordinateSystem.
Definition at line 329 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 517 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 211 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 150 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 566 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 590 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 162 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 556 of file coordinate_system.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.