![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtWidgets>
#include <QTimer>
#include <QKeyEvent>
#include <QTextEdit>
#include <QVBoxLayout>
Go to the source code of this file.
Classes | |
class | MainWindow |
[6] More... | |
class | MyObject |
[8] More... | |
class | KeyPressEater |
[15] More... | |
class | MyWindow |
[15] More... | |
class | MyWidget |
[24] More... | |
class | MyClassExample1::MyClass |
[35] More... | |
class | MyClassExample2::MyClass |
[38] More... | |
class | MyClass |
[5] More... |
Namespaces | |
namespace | MyClassExample1 |
[34] | |
namespace | MyClassExample2 |
Functions | |
QString | objectName () |
void | examples (int newPrecision) |
void | move_example (QObject *myObject) |
[6] | |
void | qpushbutton_examples (QWidget *parentWidget, QObject *monitoredObj, QObject *filterObj) |
[8] | |
int | receivers (const char *signal) |
void | get_the_value (QByteArray *data) |
void | valueChanged (const QByteArray &data) |
void | connect_examples () |
void | snippets_26_to_32 (QObject *myObject, QObject *myReceiver, const QMetaMethod &signal) |
[24] | |
void | on_button1_clicked () |
[34] | |
void | snippets_41_44 (QWidget *parentWidget) |
void | someFunction () |
[45] | |
void | someOtherFunction () |
void | doThings () |
[45] | |
void | doThings2 () |
void | blocker_and_invalid_timer_id_examples (QObject *someQObject) |
[52] |
Variables | |
QString | MyClassExample1::title |
[35] |
[52]
[53]
[53]
[54]
[54]
[invalid-timer-id]
[invalid-timer-id]
Definition at line 524 of file src_corelib_kernel_qobject.cpp.
void connect_examples | ( | ) |
void doThings | ( | ) |
[45]
Definition at line 494 of file src_corelib_kernel_qobject.cpp.
void doThings2 | ( | ) |
Definition at line 495 of file src_corelib_kernel_qobject.cpp.
void examples | ( | int | newPrecision | ) |
[1]
[1]
[2]
[2]
[3]
[3]
[4]
[4]
[5]
[5]
Definition at line 12 of file src_corelib_kernel_qobject.cpp.
void get_the_value | ( | QByteArray * | data | ) |
QString objectName | ( | ) |
Definition at line 10 of file src_corelib_kernel_qobject.cpp.
void on_button1_clicked | ( | ) |
[34]
[8]
[10]
[10]
[11]
[11]
[12]
[12]
[13]
[13]
[14]
[14]
Definition at line 143 of file src_corelib_kernel_qobject.cpp.
int receivers | ( | const char * | signal | ) |
Definition at line 228 of file src_corelib_kernel_qobject.cpp.
void snippets_26_to_32 | ( | QObject * | myObject, |
QObject * | myReceiver, | ||
const QMetaMethod & | signal ) |
[24]
[26]
[26]
[27]
[27]
[28]
[28]
[29]
[29]
[30]
[30]
[31]
[31]
[32]
[32]
Definition at line 294 of file src_corelib_kernel_qobject.cpp.
[41]
[41]
[42]
[42]
[43]
[43]
[44]
[44]
Definition at line 381 of file src_corelib_kernel_qobject.cpp.
void someFunction | ( | ) |
[45]
[0]
[45]
Processes the \overload command in documentation comments.
[11]
This function registers metadata when the \overload command is used in a documentation comment. It records the use of the command and stores any arguments to the command. Arguments are optional and can be passed with or without curly braces. This allows the user to use either of:
\badcode
[45]
[26]
Definition at line 111 of file src_corelib_kernel_qmetatype.cpp.
void someOtherFunction | ( | ) |
Definition at line 409 of file src_corelib_kernel_qobject.cpp.
void valueChanged | ( | const QByteArray & | data | ) |