![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QCoreApplication>
#include <QDebug>
#include <QVariant>
Go to the source code of this file.
Classes | |
class | Message |
[custom type definition] More... |
Functions | |
Q_DECLARE_METATYPE (Message) | |
[custom type definition] | |
QDebug | operator<< (QDebug dbg, const Message &message) |
[custom type meta-type declaration] | |
int | main (int argc, char *argv[]) |
[getter functions] |
int main | ( | int | argc, |
char * | argv[] ) |
[getter functions]
[ctor_close]
[printing a custom type]
[printing a custom type] [storing a custom value]
[storing a custom value]
[retrieving a custom value]
[retrieving a custom value]
Definition at line 68 of file customtypeexample.cpp.
References Q_DECLARE_METATYPE().
[custom type meta-type declaration]
[custom type streaming operator declaration]
[custom type streaming operator]
Definition at line 40 of file customtypeexample.cpp.