|
QGIS API Documentation
2.4.0-Chugiak
|
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 |
| CharacterWidget * | mCharWidget |
Private Slots | |
| void | setCharacter (const QChar &chr) |
A dialog for selecting a single character from a single font.
Definition at line 30 of file qgscharacterselectdialog.h.
| 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.
|
slot |
Definition at line 34 of file qgscharacterselectdialog.cpp.
References mChar, and mCharWidget.
|
privateslot |
Definition at line 56 of file qgscharacterselectdialog.cpp.
References mChar.
Referenced by QgsCharacterSelectorDialog().
|
protected |
Definition at line 45 of file qgscharacterselectdialog.h.
Referenced by selectCharacter(), and setCharacter().
|
protected |
Definition at line 46 of file qgscharacterselectdialog.h.
Referenced by QgsCharacterSelectorDialog(), and selectCharacter().
1.8.7