QtBase  v6.3.1
Public Member Functions | List of all members
Number Struct Reference

[0] More...

#include <testhelper_functions.h>

Public Member Functions

 Number (double n)
 
void setNumber (double n)
 
double number () const
 
 Number ()
 
 Number (int n)
 
void multiplyBy2 ()
 
Number multipliedBy2 () const
 
bool isEven () const
 
int toInt () const
 
QString toString () const
 
Number squared () const
 
bool operator== (const Number &other) const
 
 Number ()
 
 Number (int n)
 
bool operator== (const Number &other) const
 

Detailed Description

[0]

Definition at line 52 of file src_corelib_thread_qmutexpool.cpp.

Constructor & Destructor Documentation

◆ Number() [1/5]

Number::Number ( double  n)
inline

Definition at line 54 of file src_corelib_thread_qmutexpool.cpp.

◆ Number() [2/5]

Number::Number ( )
inline

Definition at line 67 of file testhelper_functions.h.

Here is the caller graph for this function:

◆ Number() [3/5]

Number::Number ( int  n)
inline

Definition at line 71 of file testhelper_functions.h.

◆ Number() [4/5]

Number::Number ( )
inline

Definition at line 765 of file tst_qpropertyanimation.cpp.

◆ Number() [5/5]

Number::Number ( int  n)
inline

Definition at line 766 of file tst_qpropertyanimation.cpp.

Member Function Documentation

◆ isEven()

bool Number::isEven ( ) const
inline

Definition at line 85 of file testhelper_functions.h.

◆ multipliedBy2()

Number Number::multipliedBy2 ( ) const
inline

Definition at line 80 of file testhelper_functions.h.

◆ multiplyBy2()

void Number::multiplyBy2 ( )
inline

Definition at line 75 of file testhelper_functions.h.

◆ number()

double Number::number ( ) const
inline

Definition at line 57 of file src_corelib_thread_qmutexpool.cpp.

◆ operator==() [1/2]

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

Definition at line 105 of file testhelper_functions.h.

Here is the call graph for this function:

◆ operator==() [2/2]

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

Definition at line 769 of file tst_qpropertyanimation.cpp.

Here is the call graph for this function:

◆ setNumber()

void Number::setNumber ( double  n)
inline

Definition at line 56 of file src_corelib_thread_qmutexpool.cpp.

◆ squared()

Number Number::squared ( ) const
inline

Definition at line 100 of file testhelper_functions.h.

Here is the call graph for this function:

◆ toInt()

int Number::toInt ( ) const
inline

Definition at line 90 of file testhelper_functions.h.

◆ toString()

QString Number::toString ( ) const
inline

Definition at line 95 of file testhelper_functions.h.

Here is the call graph for this function:

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