Skip to content

Class CuteChinchilla

ClassList > CuteChinchilla

Inherits the following classes: QObject

Public Types

Type Name
enum Species

Public Slots

Type Name
slot void setWeight (int weight)
Please weigh your pet regularly and set the new weight here.

Public Properties

Type Name
property int weight

Public Signals

Type Name
signal void weightChanged (int newWeight)
emitted when the weight of the Chinchilla changed.

Public Functions

Type Name
CuteChinchilla ()
int weight () const

Public Types Documentation

enum Species

enum CuteChinchilla::Species {
    ChinchillaChinchilla,
    ChinchillaLanigera
};

Public Properties Documentation

property weight [1/2]

int CuteChinchilla::weight;

Public Slots Documentation

slot setWeight

void CuteChinchilla::setWeight;

Public Signals Documentation

signal weightChanged

void CuteChinchilla::weightChanged;

Public Functions Documentation

function CuteChinchilla

inline CuteChinchilla::CuteChinchilla () 

function weight [2/2]

inline int CuteChinchilla::weight () const


The documentation for this class was generated from the following file demo-projects/animal/chinchilla.h