move theming of title text from ScreenOptions to OptionRow

This commit is contained in:
Chris Danford
2005-03-20 22:17:57 +00:00
parent fe5b7e214b
commit 724ccf0179
4 changed files with 63 additions and 76 deletions
+5 -4
View File
@@ -86,13 +86,12 @@ public:
void LoadExit();
void LoadOptionIcon( PlayerNumber pn, const CString &sText );
CString GetRowTitle() const;
void ImportOptions( PlayerNumber pn );
int ExportOptions( PlayerNumber pn );
void AfterImportOptions(
const CString &sTitle,
float fY
);
void AfterImportOptions( float fY );
void DetachHandler();
void PositionUnderlines( PlayerNumber pn );
@@ -201,6 +200,8 @@ protected:
ThemeMetric<bool> SHOW_UNDERLINES;
ThemeMetric<float> TWEEN_SECONDS;
ThemeMetric<bool> THEME_ITEMS;
ThemeMetric<bool> THEME_TITLES;
ThemeMetric<bool> SHOW_BPM_IN_SPEED_TITLE;
};
#endif