![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Classes | |
| struct | buttons_t |
| struct | choices_t |
| struct | labels_t |
| struct | textboxes_t |
Public Slots | |
| void | sourceTypeChanged (const int source_index) |
| void | filterTypeChanged (const int filter_index) |
| void | runSpellQuerySlot () |
| void | browseForFile () |
Public Member Functions | |
| SC_SpellQueryTab (SC_MainWindow *parent) | |
| void | decodeSettings () |
| void | encodeSettings () |
| void | run_spell_query () |
| void | checkForSave () |
| void | createToolTips () |
Public Attributes | |
| struct SC_SpellQueryTab::choices_t | choice |
| struct SC_SpellQueryTab::labels_t | label |
| struct SC_SpellQueryTab::textboxes_t | textbox |
| struct SC_SpellQueryTab::buttons_t | button |
Protected Member Functions | |
| void | load_setting (QSettings &s, const QString &name, QComboBox *choice, const QString &default_value) |
| void | load_setting (QSettings &s, const QString &name, QLineEdit *textbox, const QString &default_value) |
| void | load_setting (QSettings &s, const QString &name, SC_TextEdit *textbox, const QString &default_value) |
Protected Attributes | |
| SC_MainWindow * | mainWindow |