#include <fun_display.h>
Public Member Functions | |
FunDisplay () | |
Private Slots | |
void | makeDances (EditableEnumProperty *property) |
void | onMasterChanged () |
void | onMoodChanged () |
void | onSizeChanged () |
void | onTimerTick () |
Private Attributes | |
int | count_ |
Property * | dance_ |
Property * | master_ |
EnumProperty * | mood_ |
Property * | size_ |
Property * | slave_ |
Static Private Attributes | |
static FunDisplay * | previous_fun_ = NULL |
Definition at line 37 of file fun_display.h.
Definition at line 40 of file fun_display.cpp.
void FunDisplay::makeDances | ( | EditableEnumProperty * | property | ) | [private, slot] |
Definition at line 116 of file fun_display.cpp.
void FunDisplay::onMasterChanged | ( | ) | [private, slot] |
Definition at line 90 of file fun_display.cpp.
void FunDisplay::onMoodChanged | ( | ) | [private, slot] |
Definition at line 111 of file fun_display.cpp.
void FunDisplay::onSizeChanged | ( | ) | [private, slot] |
Definition at line 95 of file fun_display.cpp.
void FunDisplay::onTimerTick | ( | ) | [private, slot] |
Definition at line 76 of file fun_display.cpp.
int FunDisplay::count_ [private] |
Definition at line 56 of file fun_display.h.
Property* FunDisplay::dance_ [private] |
Definition at line 54 of file fun_display.h.
Property* FunDisplay::master_ [private] |
Definition at line 52 of file fun_display.h.
EnumProperty* FunDisplay::mood_ [private] |
Definition at line 55 of file fun_display.h.
FunDisplay * FunDisplay::previous_fun_ = NULL [static, private] |
Definition at line 58 of file fun_display.h.
Property* FunDisplay::size_ [private] |
Definition at line 51 of file fun_display.h.
Property* FunDisplay::slave_ [private] |
Definition at line 53 of file fun_display.h.