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
src_corelib_kernel_qobject.cpp File Reference

(d9251a64367e15f234718d9b3ed88d2f7bcfd0c6)

#include <QtWidgets>
#include <QTimer>
#include <QKeyEvent>
#include <QTextEdit>
#include <QVBoxLayout>
Include dependency graph for src_corelib_kernel_qobject.cpp:

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]

Function Documentation

◆ blocker_and_invalid_timer_id_examples()

void blocker_and_invalid_timer_id_examples ( QObject * someQObject)

[52]

[53]

[53]

[54]

[54]

[invalid-timer-id]

[invalid-timer-id]

Definition at line 524 of file src_corelib_kernel_qobject.cpp.

◆ connect_examples()

void connect_examples ( )

[21]

[21]

[22]

[22]

[23]

[23]

Definition at line 235 of file src_corelib_kernel_qobject.cpp.

◆ doThings()

void doThings ( )

[45]

Definition at line 494 of file src_corelib_kernel_qobject.cpp.

◆ doThings2()

void doThings2 ( )

Definition at line 495 of file src_corelib_kernel_qobject.cpp.

◆ examples()

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.

◆ get_the_value()

void get_the_value ( QByteArray * data)

◆ move_example()

void move_example ( QObject * myObject)

[6]

[7]

[7]

Definition at line 104 of file src_corelib_kernel_qobject.cpp.

◆ objectName()

QString objectName ( )

Definition at line 10 of file src_corelib_kernel_qobject.cpp.

◆ on_button1_clicked()

void on_button1_clicked ( )

[34]

◆ qpushbutton_examples()

void qpushbutton_examples ( QWidget * parentWidget,
QObject * monitoredObj,
QObject * filterObj )

[8]

[10]

[10]

[11]

[11]

[12]

[12]

[13]

[13]

[14]

[14]

Definition at line 143 of file src_corelib_kernel_qobject.cpp.

◆ receivers()

int receivers ( const char * signal)

Definition at line 228 of file src_corelib_kernel_qobject.cpp.

◆ snippets_26_to_32()

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.

◆ snippets_41_44()

void snippets_41_44 ( QWidget * parentWidget)

[41]

[41]

[42]

[42]

[43]

[43]

[44]

[44]

Definition at line 381 of file src_corelib_kernel_qobject.cpp.

◆ someFunction()

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.

◆ someOtherFunction()

void someOtherFunction ( )

Definition at line 409 of file src_corelib_kernel_qobject.cpp.

◆ valueChanged()

void valueChanged ( const QByteArray & data)