Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 ()
 

Public Attributes

int foo = 0
 

Detailed Description

Definition at line 9 of file src_gui_kernel_qapplication.cpp.

Member Function Documentation

◆ manhattanLength()

int src_gui_kernel_qapplication::MyWidget::manhattanLength ( )
inline

Definition at line 19 of file src_gui_kernel_qapplication.cpp.

◆ operator-()

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

Definition at line 14 of file src_gui_kernel_qapplication.cpp.

References other().

+ Here is the call graph for this function:

◆ sizeHint()

QSize src_gui_kernel_qapplication::MyWidget::sizeHint ( ) const

Member Data Documentation

◆ foo

int src_gui_kernel_qapplication::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: