Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

SongUtil.cpp File Reference

#include "global.h"
#include "SongUtil.h"
#include "song.h"
#include "Steps.h"
#include "GameState.h"
#include "Style.h"
#include "ProfileManager.h"
#include "PrefsManager.h"
#include "SongManager.h"
#include "XmlFile.h"

Functions

bool CompareSongPointersBySortValueAscending (const Song *pSong1, const Song *pSong2)
bool CompareSongPointersBySortValueDescending (const Song *pSong1, const Song *pSong2)
bool CompareSongPointersByTitle (const Song *pSong1, const Song *pSong2)
bool CompareSongPointersByBPM (const Song *pSong1, const Song *pSong2)
void AppendOctal (int n, int digits, CString &out)
bool CompDescending (const pair< Song *, CString > &a, const pair< Song *, CString > &b)
int CompareSongPointersByGroup (const Song *pSong1, const Song *pSong2)
int CompareSongPointersByGroupAndTitle (const Song *pSong1, const Song *pSong2)

Variables

map< const Song *, CString > song_sort_val

Function Documentation

void AppendOctal int  n,
int  digits,
CString &  out
 

bool CompareSongPointersByBPM const Song pSong1,
const Song pSong2
 

int CompareSongPointersByGroup const Song pSong1,
const Song pSong2
[static]
 

int CompareSongPointersByGroupAndTitle const Song pSong1,
const Song pSong2
 

bool CompareSongPointersBySortValueAscending const Song pSong1,
const Song pSong2
 

bool CompareSongPointersBySortValueDescending const Song pSong1,
const Song pSong2
 

bool CompareSongPointersByTitle const Song pSong1,
const Song pSong2
 

bool CompDescending const pair< Song *, CString > &  a,
const pair< Song *, CString > &  b
 


Variable Documentation

map<const Song*, CString> song_sort_val
 


Generated on Thu Jan 27 20:58:21 2005 for StepMania by doxygen 1.3.7