Main Page | Namespace List | Class List | Directories | File List | Namespace Members | Class Members | File Members

hack4u::MainFrame Class Reference

#include <MainFrame.hh>

List of all members.


Detailed Description

The main frame of the application.

Definition at line 61 of file MainFrame.hh.

Public Member Functions

 MainFrame ()
 Constructor for the MainFrame.
void CreateControls ()
 Sets up the controls for this Frame.

Private Member Functions

void setFeluccaOptions (int trammel)
 Changes the options for the Felucca moon control depending upon the phase of Trammel.
void loadStats (SaveSlot &slot, int character)
 Loads the stats of a particular character into the character tab.
void loadGame (int game)
 Loads the game values into the frame controls.
void load (wxString &filename)
 Loads an SRAM file.
void fileOpen (wxCommandEvent &event)
 Callback when open is selected from the file menu.
bool isValidParty () const
 Checks if the current party formation is valid.
bool hasValidEquipment (int character) const
 Checks if a character has valid equipment.
bool save (wxString &filename)
 Saves the SRAM to disk.
void fileSave (wxCommandEvent &event)
 Callback when save is selected from the file menu.
void fileSaveAs (wxCommandEvent &event)
 Callback when save as is selected from the file menu.
bool isOpen ()
 Checks if an SRAM file is currently open.
void setOpen (bool open)
 Sets whether an SRAM file is open or not.
bool close ()
 Closes the current SRAM file.
void fileClose (wxCommandEvent &event)
 Callback when close is selected from the file menu.
void fileExit (wxCommandEvent &event)
 Callback when exit is selected from the file menu.
void windowClosing (wxCloseEvent &event)
 Callback when the window is closing.
void gameChange (wxCommandEvent &event)
 Callback when one of the game menu items are selected.
void helpAbout (wxCommandEvent &event)
 Callback when about is selected from the help menu.
void herosNameChange (wxCommandEvent &event)
 Callback when the hero's name is changed.
void memberClassChange (wxCommandEvent &event)
 Callback when one of the member's classes is changed.
void virtueChange (wxScrollEvent &event)
 Callback when one of the virtue values is changed.
void magicChange (wxCommandEvent &event)
 Callback when one of the magics is changed.
void phaseChange (wxCommandEvent &event)
 Callback when one of the moon phases is changed.
void goldChange (wxCommandEvent &event)
 Callback when the gold amount is changed.
void herbChange (wxScrollEvent &event)
 Callback when one of the herbs is changed.
void runeChange (wxCommandEvent &event)
 Callback when one of the runes is changed.
void stoneChange (wxCommandEvent &event)
 Callback when one of the stones is changed.
void toolQuantityChange (wxScrollEvent &event)
 Callback when one of the quantity tools is changed.
void toolHaveChange (wxCommandEvent &event)
 Callback when one of the have/have not tools is changed.
void characterChange (wxCommandEvent &event)
 Callback when one of the characters is selected.
void statChange (wxCommandEvent &event)
 Callback when one of the character stats is changed.
void setEquipment (int slot)
 Sets the equipment value for a particular slot.
void equipmentChange (wxCommandEvent &event)
 Callback when a characters equipment is changed.
void equippedChange (wxCommandEvent &event)
 Callback when a characters equipped equipment is changed.

Private Attributes

SaveSlotsaveslot [3]
int currentSlot
bool open
char * sram
wxString sramFile
wxNotebook * notebook
wxMenuItem * games [3]
wxMenuItem * fileSaveItem
wxMenuItem * fileSaveAsItem
wxMenuItem * fileCloseItem
wxTextCtrl * herosNameText
wxChoice * memberClass [4]
wxSlider * honestySlider
wxSlider * compassionSlider
wxSlider * valorSlider
wxSlider * justiceSlider
wxSlider * sacrificeSlider
wxSlider * honorSlider
wxSlider * spiritualitySlider
wxSlider * humilitySlider
wxCheckBox * lightSpellCheck
wxCheckBox * missileSpellCheck
wxCheckBox * awakenSpellCheck
wxCheckBox * cureSpellCheck
wxCheckBox * windSpellCheck
wxCheckBox * healSpellCheck
wxCheckBox * fireSpellCheck
wxCheckBox * exitSpellCheck
wxCheckBox * dispelSpellCheck
wxCheckBox * viewSpellCheck
wxCheckBox * protectSpellCheck
wxCheckBox * iceSpellCheck
wxCheckBox * blinkSpellCheck
wxCheckBox * energySpellCheck
wxCheckBox * quickSpellCheck
wxCheckBox * sleepSpellCheck
wxCheckBox * reflectSpellCheck
wxCheckBox * negateSpellCheck
wxCheckBox * destroySpellCheck
wxCheckBox * jinxSpellCheck
wxCheckBox * squishSpellCheck
wxCheckBox * gateSpellCheck
wxCheckBox * tremorSpellCheck
wxCheckBox * lifeSpellCheck
wxCheckBox * defeatSpellCheck
wxChoice * trammelChoice
wxChoice * feluccaChoice
wxTextCtrl * goldText
wxSlider * ashSlider
wxSlider * ginsengSlider
wxSlider * garlicSlider
wxSlider * silkwebSlider
wxSlider * mossSlider
wxSlider * pearlSlider
wxSlider * fungusSlider
wxSlider * manrootSlider
wxCheckBox * honestyRuneCheck
wxCheckBox * compassionRuneCheck
wxCheckBox * valorRuneCheck
wxCheckBox * justiceRuneCheck
wxCheckBox * sacrificeRuneCheck
wxCheckBox * honorRuneCheck
wxCheckBox * spiritualityRuneCheck
wxCheckBox * humilityRuneCheck
wxCheckBox * blueStoneCheck
wxCheckBox * yellowStoneCheck
wxCheckBox * redStoneCheck
wxCheckBox * greenStoneCheck
wxCheckBox * orangeStoneCheck
wxCheckBox * purpleStoneCheck
wxCheckBox * whiteStoneCheck
wxCheckBox * blackStoneCheck
wxSlider * torchSlider
wxSlider * gemSlider
wxSlider * oilSlider
wxCheckBox * keyCheck
wxCheckBox * sextantCheck
wxCheckBox * scaleCheck
wxCheckBox * fluteCheck
wxCheckBox * candleCheck
wxCheckBox * bookCheck
wxCheckBox * bellCheck
wxCheckBox * hornCheck
wxCheckBox * skullCheck
wxCheckBox * truthKeyCheck
wxCheckBox * courageKeyCheck
wxCheckBox * loveKeyCheck
wxCheckBox * wheelCheck
wxChoice * characterChoice
wxTextCtrl * levelText
wxTextCtrl * experienceText
wxTextCtrl * currentHPText
wxTextCtrl * currentMPText
wxTextCtrl * maxHPText
wxTextCtrl * maxMPText
wxTextCtrl * strengthText
wxTextCtrl * intelligenceText
wxTextCtrl * dexterityText
wxChoice * itemChoice [6]
wxCheckBox * itemEquippedCheck [6]

Static Private Attributes

static const wxString CITY_NAMES []
 Array of the names of the eight cities of virtue.
static const wxString CHARACTER_NAMES []
 Array of the character class names.
static const char * ICON []
 XPM icon used for the Frame icon.

Friends

class FileDropTarget


Constructor & Destructor Documentation

MainFrame::fileSave MainFrame::fileClose MainFrame::gameChange MainFrame::gameChange MainFrame::herosNameChange MainFrame::memberClassChange MainFrame::memberClassChange MainFrame::virtueChange MainFrame::virtueChange MainFrame::virtueChange MainFrame::virtueChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::magicChange MainFrame::phaseChange MainFrame::goldChange MainFrame::herbChange MainFrame::herbChange MainFrame::herbChange MainFrame::herbChange MainFrame::runeChange MainFrame::runeChange MainFrame::runeChange MainFrame::runeChange MainFrame::stoneChange MainFrame::stoneChange MainFrame::stoneChange MainFrame::stoneChange MainFrame::toolQuantityChange MainFrame::toolHaveChange MainFrame::toolHaveChange MainFrame::toolHaveChange MainFrame::toolHaveChange MainFrame::toolHaveChange MainFrame::toolHaveChange MainFrame::toolHaveChange MainFrame::statChange MainFrame::statChange MainFrame::statChange MainFrame::statChange MainFrame::statChange MainFrame::equipmentChange MainFrame::equipmentChange MainFrame::equipmentChange MainFrame::equippedChange MainFrame::equippedChange MainFrame::equippedChange MainFrame::MainFrame  ) 
 

Constructor for the MainFrame.

Definition at line 214 of file MainFrame.cc.


Member Function Documentation

void MainFrame::characterChange wxCommandEvent &  event  )  [private]
 

Callback when one of the characters is selected.

Parameters:
event The associated command event.

Definition at line 1233 of file MainFrame.cc.

bool MainFrame::close  )  [private]
 

Closes the current SRAM file.

Returns:
true if closed; false otherwise.

Definition at line 871 of file MainFrame.cc.

void MainFrame::CreateControls  ) 
 

Sets up the controls for this Frame.

Definition at line 224 of file MainFrame.cc.

void MainFrame::equipmentChange wxCommandEvent &  event  )  [private]
 

Callback when a characters equipment is changed.

Parameters:
event The associated command event.

Definition at line 1284 of file MainFrame.cc.

void MainFrame::equippedChange wxCommandEvent &  event  )  [private]
 

Callback when a characters equipped equipment is changed.

Parameters:
event The associated command event.

Definition at line 1301 of file MainFrame.cc.

void MainFrame::fileClose wxCommandEvent &  event  )  [private]
 

Callback when close is selected from the file menu.

Parameters:
event The associated command event.

Definition at line 901 of file MainFrame.cc.

void MainFrame::fileExit wxCommandEvent &  event  )  [private]
 

Callback when exit is selected from the file menu.

Parameters:
event The associated command event.

Definition at line 905 of file MainFrame.cc.

void MainFrame::fileOpen wxCommandEvent &  event  )  [private]
 

Callback when open is selected from the file menu.

Parameters:
event The associated command event.

Definition at line 680 of file MainFrame.cc.

void MainFrame::fileSave wxCommandEvent &  event  )  [private]
 

Callback when save is selected from the file menu.

Parameters:
event The associated command event.

Definition at line 837 of file MainFrame.cc.

void MainFrame::fileSaveAs wxCommandEvent &  event  )  [private]
 

Callback when save as is selected from the file menu.

Parameters:
event The associated command event.

Definition at line 841 of file MainFrame.cc.

void MainFrame::gameChange wxCommandEvent &  event  )  [private]
 

Callback when one of the game menu items are selected.

Parameters:
event The associated command event.

Definition at line 928 of file MainFrame.cc.

void MainFrame::goldChange wxCommandEvent &  event  )  [private]
 

Callback when the gold amount is changed.

Parameters:
event The associated command event.

Definition at line 1090 of file MainFrame.cc.

bool MainFrame::hasValidEquipment int  character  )  const [private]
 

Checks if a character has valid equipment.

Parameters:
character The character. Valid values are in the Characters enumeration.
Returns:
true if valid; false otherwise.

Definition at line 722 of file MainFrame.cc.

void MainFrame::helpAbout wxCommandEvent &  event  )  [private]
 

Callback when about is selected from the help menu.

Parameters:
event The associated command event.

Definition at line 942 of file MainFrame.cc.

void MainFrame::herbChange wxScrollEvent &  event  )  [private]
 

Callback when one of the herbs is changed.

Parameters:
event The associated scroll event.

Definition at line 1098 of file MainFrame.cc.

void MainFrame::herosNameChange wxCommandEvent &  event  )  [private]
 

Callback when the hero's name is changed.

Parameters:
event The associated command event.

Definition at line 952 of file MainFrame.cc.

bool hack4u::MainFrame::isOpen  )  [inline, private]
 

Checks if an SRAM file is currently open.

Returns:
true if open; false otherwise.

Definition at line 162 of file MainFrame.hh.

bool MainFrame::isValidParty  )  const [private]
 

Checks if the current party formation is valid.

Returns:
true if valid; false otherwise.

Definition at line 693 of file MainFrame.cc.

void MainFrame::load wxString &  filename  )  [private]
 

Loads an SRAM file.

Parameters:
filename The SRAM file.

Definition at line 609 of file MainFrame.cc.

void MainFrame::loadGame int  game  )  [private]
 

Loads the game values into the frame controls.

Parameters:
game The game number to load (0, 1, or 2).

Definition at line 503 of file MainFrame.cc.

void MainFrame::loadStats SaveSlot slot,
int  character
[private]
 

Loads the stats of a particular character into the character tab.

Parameters:
slot The current save slot.
character The character. Valid values are in the Characters enumeration.

Definition at line 460 of file MainFrame.cc.

void MainFrame::magicChange wxCommandEvent &  event  )  [private]
 

Callback when one of the magics is changed.

Parameters:
event The associated command event.

Definition at line 1009 of file MainFrame.cc.

void MainFrame::memberClassChange wxCommandEvent &  event  )  [private]
 

Callback when one of the member's classes is changed.

Parameters:
event The associated command event.

Definition at line 961 of file MainFrame.cc.

void MainFrame::phaseChange wxCommandEvent &  event  )  [private]
 

Callback when one of the moon phases is changed.

Parameters:
event The associated command event.

Definition at line 1070 of file MainFrame.cc.

void MainFrame::runeChange wxCommandEvent &  event  )  [private]
 

Callback when one of the runes is changed.

Parameters:
event The associated command event.

Definition at line 1125 of file MainFrame.cc.

bool MainFrame::save wxString &  filename  )  [private]
 

Saves the SRAM to disk.

Parameters:
filename The filename to save the SRAM to.
Returns:
true if saved; false otherwise.

Definition at line 760 of file MainFrame.cc.

void MainFrame::setEquipment int  slot  )  [private]
 

Sets the equipment value for a particular slot.

Parameters:
slot The slot to set (0-5).

Definition at line 1270 of file MainFrame.cc.

void MainFrame::setFeluccaOptions int  trammel  )  [private]
 

Changes the options for the Felucca moon control depending upon the phase of Trammel.

Parameters:
trammel The phase of trammel.

Definition at line 411 of file MainFrame.cc.

void MainFrame::setOpen bool  open  )  [private]
 

Sets whether an SRAM file is open or not.

Parameters:
open true if open; false otherwise.

Definition at line 854 of file MainFrame.cc.

void MainFrame::statChange wxCommandEvent &  event  )  [private]
 

Callback when one of the character stats is changed.

Parameters:
event The associated command event.

Definition at line 1241 of file MainFrame.cc.

void MainFrame::stoneChange wxCommandEvent &  event  )  [private]
 

Callback when one of the stones is changed.

Parameters:
event The associated command event.

Definition at line 1152 of file MainFrame.cc.

void MainFrame::toolHaveChange wxCommandEvent &  event  )  [private]
 

Callback when one of the have/have not tools is changed.

Parameters:
event The associated command event.

Definition at line 1196 of file MainFrame.cc.

void MainFrame::toolQuantityChange wxScrollEvent &  event  )  [private]
 

Callback when one of the quantity tools is changed.

Parameters:
event The associated scroll event.

Definition at line 1179 of file MainFrame.cc.

void MainFrame::virtueChange wxScrollEvent &  event  )  [private]
 

Callback when one of the virtue values is changed.

Parameters:
event The associated scroll event.

Definition at line 982 of file MainFrame.cc.

void MainFrame::windowClosing wxCloseEvent &  event  )  [private]
 

Callback when the window is closing.

Parameters:
event The associated close event.

Definition at line 915 of file MainFrame.cc.


Friends And Related Function Documentation

friend class FileDropTarget [friend]
 

Definition at line 74 of file MainFrame.hh.


Member Data Documentation

wxSlider* hack4u::MainFrame::ashSlider [private]
 

Definition at line 382 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::awakenSpellCheck [private]
 

Definition at line 353 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::bellCheck [private]
 

Definition at line 419 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::blackStoneCheck [private]
 

Definition at line 407 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::blinkSpellCheck [private]
 

Definition at line 363 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::blueStoneCheck [private]
 

Definition at line 400 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::bookCheck [private]
 

Definition at line 418 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::candleCheck [private]
 

Definition at line 417 of file MainFrame.hh.

const wxString MainFrame::CHARACTER_NAMES [static, private]
 

Initial value:

 {
    wxT("Mage"), wxT("Bard"), wxT("Fighter"), wxT("Druid"),
    wxT("Tinker"), wxT("Paladin"), wxT("Ranger"), wxT("Shepherd")
}
Array of the character class names.

Definition at line 450 of file MainFrame.hh.

wxChoice* hack4u::MainFrame::characterChoice [private]
 

Definition at line 427 of file MainFrame.hh.

const wxString MainFrame::CITY_NAMES [static, private]
 

Initial value:

 {
    wxT("Moonglow"), wxT("Britain"), wxT("Jhelom"), wxT("Yew"),
    wxT("Minoc"), wxT("Trinsic"), wxT("Skara Brae"), wxT("Magincia")
}
Array of the names of the eight cities of virtue.

Definition at line 445 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::compassionRuneCheck [private]
 

Definition at line 392 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::compassionSlider [private]
 

Definition at line 343 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::courageKeyCheck [private]
 

Definition at line 423 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::cureSpellCheck [private]
 

Definition at line 354 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::currentHPText [private]
 

Definition at line 431 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::currentMPText [private]
 

Definition at line 432 of file MainFrame.hh.

int hack4u::MainFrame::currentSlot [private]
 

Definition at line 326 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::defeatSpellCheck [private]
 

Definition at line 375 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::destroySpellCheck [private]
 

Definition at line 369 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::dexterityText [private]
 

Definition at line 437 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::dispelSpellCheck [private]
 

Definition at line 359 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::energySpellCheck [private]
 

Definition at line 364 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::exitSpellCheck [private]
 

Definition at line 358 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::experienceText [private]
 

Definition at line 430 of file MainFrame.hh.

wxChoice* hack4u::MainFrame::feluccaChoice [private]
 

Definition at line 378 of file MainFrame.hh.

wxMenuItem* hack4u::MainFrame::fileCloseItem [private]
 

Definition at line 337 of file MainFrame.hh.

wxMenuItem* hack4u::MainFrame::fileSaveAsItem [private]
 

Definition at line 336 of file MainFrame.hh.

wxMenuItem* hack4u::MainFrame::fileSaveItem [private]
 

Definition at line 335 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::fireSpellCheck [private]
 

Definition at line 357 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::fluteCheck [private]
 

Definition at line 416 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::fungusSlider [private]
 

Definition at line 388 of file MainFrame.hh.

wxMenuItem* hack4u::MainFrame::games[3] [private]
 

Definition at line 334 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::garlicSlider [private]
 

Definition at line 384 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::gateSpellCheck [private]
 

Definition at line 372 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::gemSlider [private]
 

Definition at line 410 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::ginsengSlider [private]
 

Definition at line 383 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::goldText [private]
 

Definition at line 380 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::greenStoneCheck [private]
 

Definition at line 403 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::healSpellCheck [private]
 

Definition at line 356 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::herosNameText [private]
 

Definition at line 339 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::honestyRuneCheck [private]
 

Definition at line 391 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::honestySlider [private]
 

Definition at line 342 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::honorRuneCheck [private]
 

Definition at line 396 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::honorSlider [private]
 

Definition at line 347 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::hornCheck [private]
 

Definition at line 420 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::humilityRuneCheck [private]
 

Definition at line 398 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::humilitySlider [private]
 

Definition at line 349 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::iceSpellCheck [private]
 

Definition at line 362 of file MainFrame.hh.

const char * MainFrame::ICON [static, private]
 

Initial value:

 {
    "16 16 5 1",
    "   c None",
    "!  c #BCBCBC",
    "#  c #747474",
    "$  c #FCFCFC",
    "%  c black",
    "!!!!!#$$$$$$!!!!",
    "!!!!#!$$$$$$$!!!",
    "!!!#!!######$$!!",
    "!!!%!##%%%%##$!!",
    "!!!%###!!!%##$!!",
    "!!!%%##!!!%##%!!",
    "!!!!%%##!%##%!!!",
    "#%$$$$%####$$$$$",
    "!%!$$$$$##$$$$$$",
    "!%#############$",
    "!%%%%%%%##%%%%%$",
    "!!!!!!%%##!!!!!!",
    "!!%%%%%%##!!!!!!",
    "%%%%%%%%##!!!!!!",
    "!%%%%%%%%%!!!!!!",
    "!!!!!!!!!!!!!!!!"
}
XPM icon used for the Frame icon.

Definition at line 455 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::intelligenceText [private]
 

Definition at line 436 of file MainFrame.hh.

wxChoice* hack4u::MainFrame::itemChoice[6] [private]
 

Definition at line 439 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::itemEquippedCheck[6] [private]
 

Definition at line 440 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::jinxSpellCheck [private]
 

Definition at line 370 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::justiceRuneCheck [private]
 

Definition at line 394 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::justiceSlider [private]
 

Definition at line 345 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::keyCheck [private]
 

Definition at line 413 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::levelText [private]
 

Definition at line 429 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::lifeSpellCheck [private]
 

Definition at line 374 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::lightSpellCheck [private]
 

Definition at line 351 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::loveKeyCheck [private]
 

Definition at line 424 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::manrootSlider [private]
 

Definition at line 389 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::maxHPText [private]
 

Definition at line 433 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::maxMPText [private]
 

Definition at line 434 of file MainFrame.hh.

wxChoice* hack4u::MainFrame::memberClass[4] [private]
 

Definition at line 340 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::missileSpellCheck [private]
 

Definition at line 352 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::mossSlider [private]
 

Definition at line 386 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::negateSpellCheck [private]
 

Definition at line 368 of file MainFrame.hh.

wxNotebook* hack4u::MainFrame::notebook [private]
 

Definition at line 332 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::oilSlider [private]
 

Definition at line 411 of file MainFrame.hh.

bool hack4u::MainFrame::open [private]
 

Definition at line 327 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::orangeStoneCheck [private]
 

Definition at line 404 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::pearlSlider [private]
 

Definition at line 387 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::protectSpellCheck [private]
 

Definition at line 361 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::purpleStoneCheck [private]
 

Definition at line 405 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::quickSpellCheck [private]
 

Definition at line 365 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::redStoneCheck [private]
 

Definition at line 402 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::reflectSpellCheck [private]
 

Definition at line 367 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::sacrificeRuneCheck [private]
 

Definition at line 395 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::sacrificeSlider [private]
 

Definition at line 346 of file MainFrame.hh.

SaveSlot* hack4u::MainFrame::saveslot[3] [private]
 

Definition at line 325 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::scaleCheck [private]
 

Definition at line 415 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::sextantCheck [private]
 

Definition at line 414 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::silkwebSlider [private]
 

Definition at line 385 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::skullCheck [private]
 

Definition at line 421 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::sleepSpellCheck [private]
 

Definition at line 366 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::spiritualityRuneCheck [private]
 

Definition at line 397 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::spiritualitySlider [private]
 

Definition at line 348 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::squishSpellCheck [private]
 

Definition at line 371 of file MainFrame.hh.

char* hack4u::MainFrame::sram [private]
 

Definition at line 329 of file MainFrame.hh.

wxString hack4u::MainFrame::sramFile [private]
 

Definition at line 330 of file MainFrame.hh.

wxTextCtrl* hack4u::MainFrame::strengthText [private]
 

Definition at line 435 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::torchSlider [private]
 

Definition at line 409 of file MainFrame.hh.

wxChoice* hack4u::MainFrame::trammelChoice [private]
 

Definition at line 377 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::tremorSpellCheck [private]
 

Definition at line 373 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::truthKeyCheck [private]
 

Definition at line 422 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::valorRuneCheck [private]
 

Definition at line 393 of file MainFrame.hh.

wxSlider* hack4u::MainFrame::valorSlider [private]
 

Definition at line 344 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::viewSpellCheck [private]
 

Definition at line 360 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::wheelCheck [private]
 

Definition at line 425 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::whiteStoneCheck [private]
 

Definition at line 406 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::windSpellCheck [private]
 

Definition at line 355 of file MainFrame.hh.

wxCheckBox* hack4u::MainFrame::yellowStoneCheck [private]
 

Definition at line 401 of file MainFrame.hh.


Generated on Wed Aug 3 20:38:53 2005 for hack4u by  doxygen 1.4.4