Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Styles.h File Reference


Detailed Description

Defines the mcTextSettings, mcStyle, mcStyleArray classes.

Author:
Francesco Montorsi
Date:
12-10-2004
See Styles.cpp for more info.

Definition in file Styles.h.

#include "mc/MathTypes.h"
#include "mc/MathHelpers.h"
#include <wx/dc.h>

Include dependency graph for Styles.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define mcSTYLE_TEXTSETTINGS_NUM   6
 The number of entries in the #m_pTextSettings array.
#define mcSTYLE_SPECIAL_SETTINGS   mcSTYLE_TEXTSETTINGS_NUM-1
 The index of the entry in the #m_pTextSettings array reserved for special uses (like drawing of greek & math symbols).


Define Documentation

#define mcSTYLE_SPECIAL_SETTINGS   mcSTYLE_TEXTSETTINGS_NUM-1
 

The index of the entry in the #m_pTextSettings array reserved for special uses (like drawing of greek & math symbols).

Definition at line 145 of file Styles.h.

Referenced by mcStyle::GetIndexFor(), mcStyle::GetSpecialTextSettings(), mcStyle::SetSpecialFont(), and mcStyle::SetSpecialTextSettings().

#define mcSTYLE_TEXTSETTINGS_NUM   6
 

The number of entries in the #m_pTextSettings array.

See also the #GetIndexFor() function.

Definition at line 141 of file Styles.h.

Referenced by mcStyle::DeepCopy(), mcStyle::Ok(), mcStyle::ScaleSize(), mcStyle::Set(), mcStyle::SetColours(), and mcStyle::SetFonts().



Documentation generated with Doxygen on Sun Feb 6 17:12:10 2005
Visit MathStudio home page for more info

[ Top ]