QGIS API Documentation  master-59fd5e0
QgsCharacterSelectorDialog Class Reference

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

#include <qgscharacterselectdialog.h>

+ Collaboration diagram for QgsCharacterSelectorDialog:

List of all members.

Public Slots

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

Public Member Functions

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

Protected Attributes

QChar mChar
CharacterWidgetmCharWidget

Private Slots

void setCharacter (const QChar &chr)

Detailed Description

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

Definition at line 30 of file qgscharacterselectdialog.h.


Constructor & Destructor Documentation

Definition at line 21 of file qgscharacterselectdialog.cpp.

References mCharWidget, and setCharacter().


Member Function Documentation

const QChar & QgsCharacterSelectorDialog::selectCharacter ( bool *  gotChar,
const QFont &  font,
const QString &  style 
) [slot]
void QgsCharacterSelectorDialog::setCharacter ( const QChar &  chr) [private, slot]

Definition at line 56 of file qgscharacterselectdialog.cpp.

References mChar.

Referenced by QgsCharacterSelectorDialog().


Member Data Documentation

Definition at line 45 of file qgscharacterselectdialog.h.

Referenced by selectCharacter(), and setCharacter().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines