29 #ifndef SYMBOLDIALOG_H 30 #define SYMBOLDIALOG_H 106 #endif // exportDialog_H void focusInEvent(QFocusEvent *event)
Event handler: When the dialog gets the focus the first button is set to react on [return]...
Definition: SymbolDialog.cpp:689
Definition: SymbolDialog.h:51
CharSet
Character set.
Definition: SymbolDialog.h:49
QGridLayout * gridLayout
Definition: SymbolDialog.h:87
Definition: SymbolDialog.h:55
Definition: SymbolDialog.h:56
void initLatexArrowSymbols()
Show default LaTeX arrow symbols.
Definition: SymbolDialog.cpp:577
virtual void languageChange()
Change language (reset title)
Definition: SymbolDialog.cpp:683
Tools window to select special text characters.
Definition: SymbolDialog.h:43
Definition: SymbolDialog.h:54
void addLetter(const QString &)
Emitted when a letter is to be added.
void addCurrentChar()
Find and emit char from current button ([return] pressed)
Definition: SymbolDialog.cpp:665
Definition: SymbolDialog.h:50
Definition: SymbolDialog.h:53
void initArrowSymbols()
Show arrow symbols.
Definition: SymbolDialog.cpp:535
void initLowerGreekChars()
Show lowercase Greek characters.
Definition: SymbolDialog.cpp:89
SymbolDialog(CharSet charSet, QWidget *parent=0, Qt::WFlags fl=0)
Constructor.
Definition: SymbolDialog.cpp:40
QPushButton * closeButton
Definition: SymbolDialog.h:84
void initNumberSymbols()
Show number symbols.
Definition: SymbolDialog.cpp:145
QButtonGroup * buttons
Definition: SymbolDialog.h:83
void initMathSymbols()
Show mathematical symbols.
Definition: SymbolDialog.cpp:167
void initLatexMathSymbols()
Show default LaTeX math symbols.
Definition: SymbolDialog.cpp:361
QVBoxLayout * mainLayout
Definition: SymbolDialog.h:86
void getChar(int btnIndex)
Find and emit char from pressed button.
Definition: SymbolDialog.cpp:675
Definition: SymbolDialog.h:52
int numButtons
Definition: SymbolDialog.h:85
void initUpperGreekChars()
Show uppercase Greek characters.
Definition: SymbolDialog.cpp:102