QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Protected Attributes | List of all members
QgsCharacterSelectorDialog Class Reference

A dialog for selecting a single character from a single font. More...

#include <qgscharacterselectdialog.h>

Public Slots

const QChar & selectCharacter (bool *gotChar, const QFont &font, const QString &style)

Public Member Functions

 QgsCharacterSelectorDialog (QWidget *parent=0, Qt::WindowFlags fl=QgisGui::ModalDialogFlags)
 ~QgsCharacterSelectorDialog ()

Protected Attributes

QChar mChar
CharacterWidgetmCharWidget

Detailed Description

A dialog for selecting a single character from a single font.

Constructor & Destructor Documentation

QgsCharacterSelectorDialog::QgsCharacterSelectorDialog ( QWidget *  parent = 0,
Qt::WindowFlags  fl = QgisGui::ModalDialogFlags 
)
QgsCharacterSelectorDialog::~QgsCharacterSelectorDialog ( )

Member Function Documentation

const QChar & QgsCharacterSelectorDialog::selectCharacter ( bool *  gotChar,
const QFont &  font,
const QString &  style 
)
slot

Member Data Documentation

QChar QgsCharacterSelectorDialog::mChar
protected
CharacterWidget* QgsCharacterSelectorDialog::mCharWidget
protected

The documentation for this class was generated from the following files: