|
QGIS API Documentation
master-59fd5e0
|
A dialog for selecting a single character from a single font. More...
#include <qgscharacterselectdialog.h>
Collaboration diagram for QgsCharacterSelectorDialog: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().
Definition at line 30 of file qgscharacterselectdialog.cpp.
| const QChar & QgsCharacterSelectorDialog::selectCharacter | ( | bool * | gotChar, |
| const QFont & | font, | ||
| const QString & | style | ||
| ) | [slot] |
Definition at line 34 of file qgscharacterselectdialog.cpp.
References mChar, mCharWidget, CharacterWidget::updateFont(), CharacterWidget::updateSize(), and CharacterWidget::updateStyle().
| void QgsCharacterSelectorDialog::setCharacter | ( | const QChar & | chr | ) | [private, slot] |
Definition at line 56 of file qgscharacterselectdialog.cpp.
References mChar.
Referenced by QgsCharacterSelectorDialog().
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().