|
Pol
Rev 533
|
#include <musicrgn.h>
Inheritance diagram for MusicRegion:
Collaboration diagram for MusicRegion:Public Member Functions | |
| MusicRegion (ConfigElem &elem) | |
| unsigned short | getmidi () const |
Private Types | |
| typedef Region | base |
Private Attributes | |
| std::vector< unsigned short > | midilist_ |
Definition at line 20 of file musicrgn.h.
typedef Region MusicRegion::base [private] |
Definition at line 22 of file musicrgn.h.
| MusicRegion::MusicRegion | ( | ConfigElem & | elem | ) |
Definition at line 18 of file musicrgn.cpp.
References midilist_, and ConfigElem::remove_prop().
Here is the call graph for this function:| unsigned short MusicRegion::getmidi | ( | ) | const |
Definition at line 28 of file musicrgn.cpp.
References midilist_, and random_int().
Referenced by Character::check_music_region_change().
Here is the call graph for this function:
Here is the caller graph for this function:std::vector<unsigned short> MusicRegion::midilist_ [private] |
Definition at line 28 of file musicrgn.h.
Referenced by getmidi(), and MusicRegion().