Cutelee 6.1.0
Public Types | Public Member Functions | Properties | List of all members
OtherClass Class Reference
Inheritance diagram for OtherClass:
Inheritance graph
[legend]

Public Types

enum  Animals { Lions , Tigers , Bears }
 

Public Member Functions

 OtherClass (Animals animals, QObject *parent=nullptr)
 
 OtherClass (QObject *parent={})
 
Animals animals () const
 
QString method () const
 

Properties

Animals animals
 
QString method
 

Detailed Description

For use with tests.

Definition at line 47 of file testbuiltins.cpp.

Member Enumeration Documentation

◆ Animals

enum OtherClass::Animals

Definition at line 53 of file testbuiltins.cpp.

Constructor & Destructor Documentation

◆ OtherClass() [1/2]

OtherClass::OtherClass ( QObject *  parent = {})
inline

Definition at line 56 of file testbuiltins.cpp.

◆ OtherClass() [2/2]

OtherClass::OtherClass ( Animals  animals,
QObject *  parent = nullptr 
)
inline

Definition at line 57 of file testbuiltins.cpp.

Member Function Documentation

◆ animals()

Animals OtherClass::animals ( ) const
inline

Definition at line 59 of file testbuiltins.cpp.

◆ method()

QString OtherClass::method ( ) const
inline

Definition at line 61 of file testbuiltins.cpp.

Property Documentation

◆ animals

Animals OtherClass::animals
read

Definition at line 51 of file testbuiltins.cpp.

◆ method

QString OtherClass::method
read

Definition at line 50 of file testbuiltins.cpp.