CScore Class Reference
#include <score.h>
List of all members.
Detailed Description
Definition at line 30 of file score.h.
Member Typedef Documentation
Constructor & Destructor Documentation
CScore::CScore |
( |
const std::string & |
Name, |
|
|
const uint |
Tempo | |
|
) |
| | [private] |
virtual CScore::~CScore |
( |
|
) |
[virtual] |
Member Function Documentation
static CSmartPtr<CScore> CScore::Create |
( |
const std::string & |
Name, |
|
|
const uint |
Tempo | |
|
) |
| | [inline, static] |
static std::string CScore::DefaultName |
( |
|
) |
[inline, static] |
Definition at line 53 of file score.h.
00054 {
00055 return "My music score";
00056 }
static uint CScore::DefaultTempo |
( |
|
) |
[inline, static] |
Definition at line 58 of file score.h.
00059 {
00060 return 500;
00061 }
const std::string& CScore::Name |
( |
|
) |
const |
const uint& CScore::Tempo |
( |
|
) |
const |
void CScore::Play |
( |
|
) |
const |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: