QGIS API Documentation
2.0.1-Dufour
|
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::WFlags 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::WFlags | 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().