Class CuteChinchilla
ClassList > CuteChinchilla
Inherits the following classes: QObject
Public Types
Public Slots
Type |
Name |
slot void |
setWeight (int weight) Please weigh your pet regularly and set the new weight here. |
Public Properties
Public Signals
Type |
Name |
signal void |
weightChanged (int newWeight) emitted when the weight of the Chinchilla changed. |
Public Functions
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