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

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

#include <qgscharacterselectdialog.h>

Inheritance diagram for QgsCharacterSelectorDialog:
Inheritance graph
[legend]
Collaboration diagram for QgsCharacterSelectorDialog:
Collaboration graph
[legend]

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
 
CharacterWidget * mCharWidget
 

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

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

Definition at line 21 of file qgscharacterselectdialog.cpp.

References mCharWidget, and setCharacter().

QgsCharacterSelectorDialog::~QgsCharacterSelectorDialog ( )

Definition at line 30 of file qgscharacterselectdialog.cpp.

Member Function Documentation

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

Definition at line 34 of file qgscharacterselectdialog.cpp.

References mChar, and mCharWidget.

void QgsCharacterSelectorDialog::setCharacter ( const QChar &  chr)
privateslot

Definition at line 56 of file qgscharacterselectdialog.cpp.

References mChar.

Referenced by QgsCharacterSelectorDialog().

Member Data Documentation

QChar QgsCharacterSelectorDialog::mChar
protected

Definition at line 45 of file qgscharacterselectdialog.h.

Referenced by selectCharacter(), and setCharacter().

CharacterWidget* QgsCharacterSelectorDialog::mCharWidget
protected

Definition at line 46 of file qgscharacterselectdialog.h.

Referenced by QgsCharacterSelectorDialog(), and selectCharacter().


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