#include <cmstyle.h>
Graphe d'héritage de CMStyle:
Fonctions membres publiques | |
virtual bool | init (ContextStyle *context, bool install=true) |
virtual const AlphaTable * | alphaTable () const |
the table for special alphabets. | |
virtual Artwork * | createArtwork (SymbolType type=EmptyBracket) const |
Fonctions membres publiques statiques | |
static QStringList | missingFonts (bool install=true) |
Attributs publics statiques | |
static bool | m_installed |
Fonctions membres privées statiques | |
static QStringList | missingFontsInternal () |
static void | installFonts () |
Attributs privés | |
CMAlphaTable | m_alphaTable |
Définition à la ligne 40 du fichier cmstyle.h.
bool CMStyle::init | ( | ContextStyle * | context, | |
bool | install = true | |||
) | [virtual] |
lazy init support. Needs to be run before anything else.
install | if true fonts may be installed if needed |
Réimplémentée à partir de FontStyle.
Définition à la ligne 41 du fichier cmstyle.cc.
Références cmbx10Map, cmex10Map, cmmi10Map, cmr10Map, cmsy10Map, installFonts(), m_installed, msam10Map, msbm10Map, et FontStyle::symbolTable().
Voici le graphe d'appel pour cette fonction :
const AlphaTable * CMStyle::alphaTable | ( | ) | const [virtual] |
the table for special alphabets.
Définition à la ligne 63 du fichier cmstyle.cc.
Références m_alphaTable.
Artwork * CMStyle::createArtwork | ( | SymbolType | type = EmptyBracket |
) | const [virtual] |
QStringList CMStyle::missingFonts | ( | bool | install = true |
) | [static] |
Réimplémentée à partir de FontStyle.
Définition à la ligne 74 du fichier cmstyle.cc.
Références installFonts(), m_installed, et missingFontsInternal().
Référencé par ConfigurePage::apply(), et ConfigurePage::slotDefault().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
QStringList CMStyle::missingFontsInternal | ( | ) | [static, private] |
Réimplémentée à partir de FontStyle.
Définition à la ligne 83 du fichier cmstyle.cc.
Références FontStyle::testFont().
Référencé par installFonts(), et missingFonts().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void CMStyle::installFonts | ( | ) | [static, private] |
Réimplémentée à partir de FontStyle.
Définition à la ligne 98 du fichier cmstyle.cc.
Références KoProperty::List, m_installed, et missingFontsInternal().
Référencé par init(), et missingFonts().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
KFORMULA_NAMESPACE_BEGIN bool CMStyle::m_installed [static] |
Réimplémentée à partir de FontStyle.
Définition à la ligne 56 du fichier cmstyle.h.
Référencé par ConfigurePage::apply(), init(), installFonts(), et missingFonts().
CMAlphaTable CMStyle::m_alphaTable [private] |