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

PaneDisplay.cpp File Reference

#include "global.h"
#include "PaneDisplay.h"
#include "ThemeManager.h"
#include "GameState.h"
#include "song.h"
#include "Steps.h"
#include "RageLog.h"
#include "ProfileManager.h"
#include "SongManager.h"
#include "Course.h"
#include "Style.h"
#include "Command.h"

Classes

struct  Content_t

Defines

#define SHIFT_X(p)   THEME->GetMetricF(m_sName, ssprintf("ShiftP%iX", p+1))
#define SHIFT_Y(p)   THEME->GetMetricF(m_sName, ssprintf("ShiftP%iY", p+1))
#define NUM_ITEM_COLORS(s)   THEME->GetMetricI(m_sName, ssprintf("%sNumLevels",s))
#define ITEM_COLOR(s, n)   THEME->GetMetric (m_sName, ssprintf("%sLevel%i",s,n+1))

Enumerations

enum  { NEED_NOTES = 1, NEED_COURSE = 2, NEED_PROFILE = 4 }

Functions

ProfileSlot PlayerMemCard (PlayerNumber pn)

Variables

const Content_t g_Contents [NUM_PANE_CONTENTS]
const PaneModes PaneMode [NUM_PANES]

Define Documentation

#define ITEM_COLOR s,
 )     THEME->GetMetric (m_sName, ssprintf("%sLevel%i",s,n+1))
 

#define NUM_ITEM_COLORS  )     THEME->GetMetricI(m_sName, ssprintf("%sNumLevels",s))
 

#define SHIFT_X  )     THEME->GetMetricF(m_sName, ssprintf("ShiftP%iX", p+1))
 

#define SHIFT_Y  )     THEME->GetMetricF(m_sName, ssprintf("ShiftP%iY", p+1))
 


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
NEED_NOTES 
NEED_COURSE 
NEED_PROFILE 


Function Documentation

ProfileSlot PlayerMemCard PlayerNumber  pn  )  [static]
 


Variable Documentation

const Content_t g_Contents[NUM_PANE_CONTENTS] [static]
 

const PaneModes PaneMode[NUM_PANES] [static]
 

Initial value:


Generated on Thu Jan 27 20:57:46 2005 for StepMania by doxygen 1.3.7