Dialog that presents a selection of latex symbols to user. More...
#include <klflatexsymbols.h>
Public Slots | |
void | slotShowCategory (int cat) |
void | retranslateUi (bool alsoBaseUi=true) |
Signals | |
void | insertSymbol (const KLFLatexSymbol &symb) |
Public Member Functions | |
KLFLatexSymbols (QWidget *parent, const KLFBackend::klfSettings &baseSettings) | |
~KLFLatexSymbols () | |
bool | event (QEvent *event) |
Protected Member Functions | |
void | closeEvent (QCloseEvent *ev) |
void | showEvent (QShowEvent *ev) |
Protected Attributes | |
QStackedWidget * | stkViews |
QList< KLFLatexSymbolsView * > | mViews |
Dialog that presents a selection of latex symbols to user.
Definition at line 161 of file klflatexsymbols.h.
KLFLatexSymbols::KLFLatexSymbols | ( | QWidget * | parent, |
const KLFBackend::klfSettings & | baseSettings | ||
) |
Definition at line 655 of file klflatexsymbols.cpp.
References QWidget::close(), QWidget::hide(), KLF_DEBUG_ASSIGN_REF_INSTANCE, KLF_DEBUG_TIME_BLOCK, KLF_FUNC_NAME, klfDbg, QFontInfo::pointSize(), QFont::pointSize(), KLFSearchBar::registerShortcuts(), QWidget::setAttribute(), KLFLatexSymbolsCache::setBackendSettings(), QFont::setPointSize(), KLFSearchBar::setSearchText(), KLFSearchBar::setShowHideButton(), KLFSearchBar::setShowOverlayMode(), slotShowCategory(), and KLFLatexSymbolsCache::theCache().
KLFLatexSymbols::~KLFLatexSymbols | ( | ) |
Definition at line 706 of file klflatexsymbols.cpp.
References KLFLatexSymbolsCache::saveTheCache().
void KLFLatexSymbols::closeEvent | ( | QCloseEvent * | ev | ) | [protected] |
Reimplemented from QWidget.
Definition at line 913 of file klflatexsymbols.cpp.
bool KLFLatexSymbols::event | ( | QEvent * | event | ) |
Reimplemented from QWidget.
Definition at line 924 of file klflatexsymbols.cpp.
References QEvent::accept(), QWidget::hide(), QKeyEvent::key(), and QEvent::type().
void KLFLatexSymbols::insertSymbol | ( | const KLFLatexSymbol & | symb | ) | [signal] |
void KLFLatexSymbols::retranslateUi | ( | bool | alsoBaseUi = true | ) | [slot] |
Definition at line 700 of file klflatexsymbols.cpp.
void KLFLatexSymbols::showEvent | ( | QShowEvent * | ev | ) | [protected] |
Reimplemented from QWidget.
Definition at line 918 of file klflatexsymbols.cpp.
void KLFLatexSymbols::slotShowCategory | ( | int | cat | ) | [slot] |
Definition at line 894 of file klflatexsymbols.cpp.
References QStackedWidget::currentWidget(), KLF_DEBUG_BLOCK, KLF_FUNC_NAME, klfDbg, KLFSearchBar::setSearchTarget(), and stkViews.
Referenced by KLFLatexSymbols().
QList<KLFLatexSymbolsView *> KLFLatexSymbols::mViews [protected] |
Definition at line 183 of file klflatexsymbols.h.
QStackedWidget* KLFLatexSymbols::stkViews [protected] |
Definition at line 181 of file klflatexsymbols.h.
Referenced by slotShowCategory().