![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui>#include <QtDebug>Go to the source code of this file.
Classes | |
| class | Coordinate |
Functions | |
| QDebug | operator<< (QDebug debug, const Coordinate &c) |
| [0] | |
| int | main (int argv, char **args) |
| [0] | |
| int main | ( | int | argv, |
| char ** | args ) |
[0]
[48]
[1]
[1]
Definition at line 26 of file qdebugsnippet.cpp.
References Coordinate::myX, and Coordinate::myY.
| QDebug operator<< | ( | QDebug | debug, |
| const Coordinate & | c ) |
[0]
Definition at line 17 of file qdebugsnippet.cpp.
References Coordinate::x(), and Coordinate::y().