Macros | |
#define | K_DECLARE_PRIVATE(Class) |
#define | PHONON_ABSTRACTBASE(classname) |
#define | PHONON_OBJECT(classname) |
#define | PHONON_HEIR(classname) |
#define K_DECLARE_PRIVATE | ( | Class | ) |
Definition at line 46 of file phonondefs.h.
#define PHONON_ABSTRACTBASE | ( | classname | ) |
Used in class declarations to provide the needed functions. This is used for abstract base classes.
classname | The Name of the class this macro is used for. |
Example:
Definition at line 74 of file phonondefs.h.
#define PHONON_OBJECT | ( | classname | ) |
Used in class declarations to provide the needed functions. This is used for classes that inherit QObject directly.
classname | The Name of the class this macro is used for. |
Example:
Definition at line 108 of file phonondefs.h.
#define PHONON_HEIR | ( | classname | ) |
Used in class declarations to provide the needed functions. This is used for classes that inherit another Phonon object.
classname | The Name of the class this macro is used for. |
Example:
Definition at line 139 of file phonondefs.h.