QtBase  v6.3.1
Public Member Functions | Public Attributes | Friends | List of all members
CustomType Struct Reference

[1] More...

Collaboration diagram for CustomType:
Collaboration graph
[legend]

Public Member Functions

 CustomType (int val, int otherVal)
 
 CustomType (const QByteArray &typeName)
 
QMetaType metaType () const
 
 CustomType (const QString &str=QString())
 
 operator QString () const
 
 CustomType (int l1=0, int l2=0, int l3=0)
 
 CustomType (const CustomType &other)
 
 ~CustomType ()
 
CustomTypeoperator= (const CustomType &)=default
 
int value ()
 
 CustomType ()=default
 
 CustomType (int val)
 
 CustomType (int val, int otherVal)
 
 CustomType (const CustomType &)=default
 
 CustomType (CustomType &&)=default
 
 ~CustomType ()=default
 
CustomTypeoperator= (const CustomType &)=default
 
CustomTypeoperator= (CustomType &&)=default
 
bool operator== (const CustomType &other) const
 

Public Attributes

int padding
 
QString str
 
int i1
 
int i2
 
int i3
 

Friends

bool operator!= (const CustomType &a, const CustomType &b)
 

Detailed Description

[1]

[2]

Definition at line 97 of file src_corelib_kernel_qproperty.cpp.

Constructor & Destructor Documentation

◆ CustomType() [1/10]

CustomType::CustomType ( int  val,
int  otherVal 
)
inline

Definition at line 100 of file src_corelib_kernel_qproperty.cpp.

◆ CustomType() [2/10]

CustomType::CustomType ( const QByteArray typeName)
inline

Definition at line 325 of file qdbuscpp2xml.cpp.

◆ CustomType() [3/10]

CustomType::CustomType ( const QString str = QString())
inline

Definition at line 40 of file tst_qmetaproperty.cpp.

◆ CustomType() [4/10]

CustomType::CustomType ( int  l1 = 0,
int  l2 = 0,
int  l3 = 0 
)
inline

Definition at line 1436 of file tst_qobject.cpp.

◆ CustomType() [5/10]

CustomType::CustomType ( const CustomType other)
inline

Definition at line 1438 of file tst_qobject.cpp.

◆ ~CustomType() [1/2]

CustomType::~CustomType ( )
inline

Definition at line 1440 of file tst_qobject.cpp.

◆ CustomType() [6/10]

CustomType::CustomType ( )
default

◆ CustomType() [7/10]

CustomType::CustomType ( int  val)
inline

Definition at line 1688 of file tst_qproperty.cpp.

◆ CustomType() [8/10]

CustomType::CustomType ( int  val,
int  otherVal 
)
inline

Definition at line 1689 of file tst_qproperty.cpp.

◆ CustomType() [9/10]

CustomType::CustomType ( const CustomType )
default

◆ CustomType() [10/10]

CustomType::CustomType ( CustomType &&  )
default

◆ ~CustomType() [2/2]

CustomType::~CustomType ( )
default

Member Function Documentation

◆ metaType()

QMetaType CustomType::metaType ( ) const
inline

Definition at line 330 of file qdbuscpp2xml.cpp.

◆ operator QString()

CustomType::operator QString ( ) const
inline

Definition at line 41 of file tst_qmetaproperty.cpp.

◆ operator=() [1/3]

CustomType& CustomType::operator= ( const CustomType )
default

◆ operator=() [2/3]

CustomType& CustomType::operator= ( const CustomType )
default

◆ operator=() [3/3]

CustomType& CustomType::operator= ( CustomType &&  )
default

◆ operator==()

bool CustomType::operator== ( const CustomType other) const
inline

Definition at line 1695 of file tst_qproperty.cpp.

Here is the call graph for this function:

◆ value()

int CustomType::value ( )
inline

Definition at line 1444 of file tst_qobject.cpp.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const CustomType a,
const CustomType b 
)
friend

Definition at line 42 of file tst_qmetaproperty.cpp.

Member Data Documentation

◆ i1

int CustomType::i1

Definition at line 1443 of file tst_qobject.cpp.

◆ i2

int CustomType::i2

Definition at line 1443 of file tst_qobject.cpp.

◆ i3

int CustomType::i3

Definition at line 1443 of file tst_qobject.cpp.

◆ padding

int CustomType::padding

Definition at line 38 of file tst_qmetaproperty.cpp.

◆ str

QString CustomType::str

Definition at line 39 of file tst_qmetaproperty.cpp.


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