Qt:Документация 4.3.2/qfontengineplugin
Материал из Wiki.crossplatform.ru
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
[править] QFontEnginePlugin Class Reference
[модуль QtGui ]
The QFontEnginePlugin class is the base class for font engine factory plugins in Qtopia Core. Далее...
#include <QFontEnginePlugin>
This class is under development and is subject to change.
Inherits QObject.
Класс был добавлен в Qt 4.3.
[править] Открытые функции
- QFontEnginePlugin ( const QString & foundry, QObject * parent = 0 )
- ~QFontEnginePlugin ()
- virtual QList<QFontEngineInfo> availableFontEngines () const = 0
- virtual QAbstractFontEngine * create ( const QFontEngineInfo & info ) = 0
- virtual QStringList keys () const
- 29 открытых функций, унаследованных от QObject
[править] Дополнительные унаследованные члены
- 1 свойство, унаследованное от QObject
- 1 открытый слот, унаследованный от QObject
- 1 сигнал, унаследованный от QObject
- 5 статических открытых членов, унаследованных от QObject
- 7 защищенных функций, унаследованных от QObject
[править] Подробное описание
The QFontEnginePlugin class is the base class for font engine factory plugins in Qtopia Core.
QFontEnginePlugin is provided by font engine plugins to create instances of subclasses of QAbstractFontEngine.
The following functions need to be implemented: create() and availableFontEngines().
See also QAbstractFontEngine and QFontEngineInfo.
[править] Описание функций-членов
[править] QFontEnginePlugin::QFontEnginePlugin ( const QString & foundry, QObject * parent = 0 )
Creates a font engine plugin that creates font engines with the specified foundry and parent.
[править] QFontEnginePlugin::~QFontEnginePlugin ()
Destroys this font engine plugin.
[править] QList< QFontEngineInfo> QFontEnginePlugin::availableFontEngines () const [pure virtual]
Implemented in subclasses to return a list of QFontEngineInfo objects that represents all font engines the plugin can create.
[править] QAbstractFontEngine * QFontEnginePlugin::create ( const QFontEngineInfo & info ) [pure virtual]
Implemented in subclasses to create a new font engine that provides a font that matches info.
[править] QStringList QFontEnginePlugin::keys () const [virtual]
Returns a list of foundries the font engine plugin provides. The default implementation returns the foundry specified with the constructor.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|