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_gui_kernel_qapplication::MyWidget Struct Reference
Collaboration diagram for src_gui_kernel_qapplication::MyWidget:

Public Member Functions

QSize sizeHint () const
MyWidget operator- (MyWidget &other)
int manhattanLength ()
QSize sizeHint () const
MyWidget operator- (MyWidget &other)
int manhattanLength ()

Public Attributes

int foo = 0

Detailed Description

Definition at line 9 of file src_gui_kernel_qapplication.cpp.

Member Function Documentation

◆ manhattanLength() [1/2]

int src_gui_kernel_qapplication::MyWidget::manhattanLength ( )
inline

Definition at line 19 of file src_gui_kernel_qapplication.cpp.

◆ manhattanLength() [2/2]

int src_gui_kernel_qapplication::MyWidget::manhattanLength ( )
inline

Definition at line 19 of file src_gui_kernel_qapplication.cpp.

◆ operator-() [1/2]

MyWidget src_gui_kernel_qapplication::MyWidget::operator- ( MyWidget & other)
inline

Definition at line 14 of file src_gui_kernel_qapplication.cpp.

◆ operator-() [2/2]

MyWidget src_gui_kernel_qapplication::MyWidget::operator- ( MyWidget & other)
inline

Definition at line 14 of file src_gui_kernel_qapplication.cpp.

◆ sizeHint() [1/2]

QSize src_gui_kernel_qapplication::MyWidget::sizeHint ( ) const

◆ sizeHint() [2/2]

QSize src_gui_kernel_qapplication::MyWidget::sizeHint ( ) const

Member Data Documentation

◆ foo

int MyWidget::foo = 0

Definition at line 13 of file src_gui_kernel_qapplication.cpp.


The documentation for this struct was generated from the following file: