#include <PropertiesPanel.h>
Public Slots | |
| void | updateCounters () |
Public Member Functions | |
| PropertiesPanel (const Preferences &prefs, QWidget *parent) | |
| ~PropertiesPanel () | |
| void | setVocabulary (Vocabulary *vocab) |
| void | setFolder (Folder *folder) |
| void | updateFonts () |
| void | setDigraphEnabled (bool isEnabled) |
| void | retranslateUi () |
Definition at line 22 of file PropertiesPanel.h.
| PropertiesPanel::PropertiesPanel | ( | const Preferences & | prefs, | |
| QWidget * | parent | |||
| ) |
Definition at line 3 of file PropertiesPanel.cpp.
| PropertiesPanel::~PropertiesPanel | ( | ) |
Definition at line 143 of file PropertiesPanel.cpp.
| void PropertiesPanel::setVocabulary | ( | Vocabulary * | vocab | ) |
Definition at line 9 of file PropertiesPanel.cpp.
| void PropertiesPanel::setFolder | ( | Folder * | folder | ) |
Definition at line 24 of file PropertiesPanel.cpp.
| void PropertiesPanel::updateFonts | ( | ) |
Definition at line 176 of file PropertiesPanel.cpp.
| void PropertiesPanel::setDigraphEnabled | ( | bool | isEnabled | ) |
Definition at line 193 of file PropertiesPanel.cpp.
| void PropertiesPanel::retranslateUi | ( | ) |
Definition at line 198 of file PropertiesPanel.cpp.
| void PropertiesPanel::updateCounters | ( | ) | [slot] |
Definition at line 39 of file PropertiesPanel.cpp.
1.5.6