Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdebugsnippet.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui>
#include <QtDebug>
Include dependency graph for qdebugsnippet.cpp:

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]

Function Documentation

◆ main()

int main ( int argv,
char ** args )

[0]

[48]

[1]

[1]

Definition at line 26 of file qdebugsnippet.cpp.

References Coordinate::myX, and Coordinate::myY.

◆ operator<<()

QDebug operator<< ( QDebug debug,
const Coordinate & c )

[0]

Definition at line 17 of file qdebugsnippet.cpp.

References Coordinate::x(), and Coordinate::y().

Here is the call graph for this function: