#include <CustomMatchPreferences.h>
Inherits UserPreferences.
Additional Inherited Members | |
Protected Attributes inherited from UserPreferences | |
| AsciiString | m_filename |
Definition at line 44 of file CustomMatchPreferences.h.
| CustomMatchPreferences::CustomMatchPreferences | ( | ) |
Definition at line 432 of file UserPreferences.cpp.
|
virtual |
Definition at line 440 of file UserPreferences.cpp.
| Bool CustomMatchPreferences::allowsObservers | ( | void | ) |
Definition at line 601 of file UserPreferences.cpp.
| Int CustomMatchPreferences::getChatSizeSlider | ( | void | ) |
Definition at line 495 of file UserPreferences.cpp.
| Bool CustomMatchPreferences::getDisallowAsianText | ( | void | ) |
Definition at line 620 of file UserPreferences.cpp.
| Bool CustomMatchPreferences::getDisallowNonAsianText | ( | void | ) |
Definition at line 647 of file UserPreferences.cpp.
| Bool CustomMatchPreferences::getFactionsLimited | ( | void | ) | const |
Definition at line 742 of file UserPreferences.cpp.
| AsciiString CustomMatchPreferences::getLastLadderAddr | ( | void | ) |
Definition at line 452 of file UserPreferences.cpp.
| UnsignedShort CustomMatchPreferences::getLastLadderPort | ( | void | ) |
Definition at line 462 of file UserPreferences.cpp.
| Int CustomMatchPreferences::getPreferredColor | ( | void | ) |
Definition at line 472 of file UserPreferences.cpp.
| Int CustomMatchPreferences::getPreferredFaction | ( | void | ) |
Definition at line 518 of file UserPreferences.cpp.
| AsciiString CustomMatchPreferences::getPreferredMap | ( | void | ) |
Definition at line 666 of file UserPreferences.cpp.
| Money CustomMatchPreferences::getStartingCash | ( | void | ) | const |
Definition at line 715 of file UserPreferences.cpp.
| Bool CustomMatchPreferences::getSuperweaponRestricted | ( | void | ) | const |
Definition at line 698 of file UserPreferences.cpp.
| Bool CustomMatchPreferences::getUseStats | ( | void | ) | const |
Definition at line 761 of file UserPreferences.cpp.
| void CustomMatchPreferences::setAllowsObserver | ( | Bool | val | ) |
Definition at line 613 of file UserPreferences.cpp.
| void CustomMatchPreferences::setChatSizeSlider | ( | Int | val | ) |
Definition at line 511 of file UserPreferences.cpp.
| void CustomMatchPreferences::setDisallowAsianText | ( | Bool | val | ) |
Definition at line 639 of file UserPreferences.cpp.
| void CustomMatchPreferences::setDisallowNonAsianText | ( | Bool | val | ) |
Definition at line 659 of file UserPreferences.cpp.
| void CustomMatchPreferences::setFactionsLimited | ( | Bool | factionsLimited | ) |
Definition at line 753 of file UserPreferences.cpp.
| void CustomMatchPreferences::setLastLadder | ( | const AsciiString & | addr, |
| UnsignedShort | port ) |
Definition at line 444 of file UserPreferences.cpp.
| void CustomMatchPreferences::setPreferredColor | ( | Int | val | ) |
Definition at line 488 of file UserPreferences.cpp.
| void CustomMatchPreferences::setPreferredFaction | ( | Int | val | ) |
Definition at line 555 of file UserPreferences.cpp.
| void CustomMatchPreferences::setPreferredMap | ( | AsciiString | val | ) |
Definition at line 690 of file UserPreferences.cpp.
| void CustomMatchPreferences::setStartingCash | ( | const Money & | startingCash | ) |
Definition at line 729 of file UserPreferences.cpp.
| void CustomMatchPreferences::setSuperweaponRestricted | ( | Bool | superweaponRestricted | ) |
Definition at line 709 of file UserPreferences.cpp.
| void CustomMatchPreferences::setUsesLongGameList | ( | Bool | val | ) |
Definition at line 594 of file UserPreferences.cpp.
| void CustomMatchPreferences::setUsesSystemMapDir | ( | Bool | val | ) |
Definition at line 574 of file UserPreferences.cpp.
| void CustomMatchPreferences::setUseStats | ( | Bool | useStats | ) |
Definition at line 772 of file UserPreferences.cpp.
| Bool CustomMatchPreferences::usesLongGameList | ( | void | ) |
Definition at line 581 of file UserPreferences.cpp.
| Bool CustomMatchPreferences::usesSystemMapDir | ( | void | ) |
Definition at line 562 of file UserPreferences.cpp.