kig
#include <coordinate_system.h>
Public Member Functions | |
PolarCoords () | |
~PolarCoords () | |
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 111 of file coordinate_system.h.
Constructor & Destructor Documentation
PolarCoords::PolarCoords | ( | ) |
Definition at line 347 of file coordinate_system.cpp.
PolarCoords::~PolarCoords | ( | ) |
Definition at line 351 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 368 of file coordinate_system.cpp.
|
virtual |
Like coordinateFormatNotice(), but with HTML tags useful to have a rich text...
Implements CoordinateSystem.
Definition at line 375 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 522 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 403 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 355 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 571 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 624 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 382 of file coordinate_system.cpp.
|
virtual |
Implements CoordinateSystem.
Definition at line 561 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.