#include <DebugWindowDialog.h>
Inherits CDialog, and CDialog.
Public Types | |
| enum | { IDD = IDD_DebugWindow } |
| enum | { IDD = IDD_DebugWindow } |
Protected Member Functions | |
| void | _RebuildVarsString (void) |
| void | _RebuildMesgString (void) |
| void | _UpdatePauseButton (void) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnPause () |
| afx_msg void | OnStep () |
| afx_msg void | OnRunFast () |
| afx_msg void | OnStepTen () |
| afx_msg void | OnClearWindows () |
| afx_msg void | OnClose () |
| void | appendParticleSystemToList (IN const std::string &rString) |
| void | appendThingTemplateToList (IN const std::string &rString) |
| void | performUpdate (IN Bool toUI) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnClose () |
| afx_msg void | OnParticleSystemChange () |
| afx_msg void | OnParticleSystemEdit () |
| afx_msg void | OnKillAllParticleSystems () |
| afx_msg void | OnEditColorAlpha () |
| afx_msg void | OnEditMoreParms () |
| afx_msg void | OnEditSwitches () |
| afx_msg void | OnPushSave () |
| afx_msg void | OnReloadTextures () |
| afx_msg void | OnReloadSystem () |
| afx_msg void | OnSysCommand (UINT nID, LPARAM lParam) |
| afx_msg void | OnReloadCurrent () |
| afx_msg void | OnReloadAll () |
| afx_msg void | OnSaveCurrent () |
| afx_msg void | OnSaveAll () |
| afx_msg void | OnParticleCapEdit () |
Definition at line 33 of file DebugWindowDialog.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 36 of file DebugWindowDialog.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 57 of file ParticleEditorDialog.h.
| DebugWindowDialog::DebugWindowDialog | ( | UINT | nIDTemplate = DebugWindowDialog::IDD, |
| CWnd * | pParentWnd = NULL ) |
Definition at line 22 of file DebugWindowDialog.cpp.
| DebugWindowDialog::DebugWindowDialog | ( | UINT | nIDTemplate = DebugWindowDialog::IDD, |
| CWnd * | pParentWnd = NULL ) |
|
virtual |
Definition at line 74 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 171 of file DebugWindowDialog.cpp.
|
protected |
Definition at line 150 of file DebugWindowDialog.cpp.
|
protected |
Definition at line 186 of file DebugWindowDialog.cpp.
| void DebugWindowDialog::addParticleSystem | ( | IN const char * | particleSystem | ) |
Definition at line 202 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::addThingTemplate | ( | IN const char * | thingTemplate | ) |
Definition at line 212 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::AdjustVariable | ( | const std::string & | varName, |
| const std::string & | varValue ) |
Definition at line 118 of file DebugWindowDialog.cpp.
| void DebugWindowDialog::AppendMessage | ( | const std::string & | messageToAppend | ) |
Definition at line 112 of file DebugWindowDialog.cpp.
|
protected |
Definition at line 256 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 267 of file ParticleEditorDialog.cpp.
| bool DebugWindowDialog::CanProceed | ( | void | ) |
Definition at line 91 of file DebugWindowDialog.cpp.
| void DebugWindowDialog::clearAllParticleSystems | ( | void | ) |
Definition at line 237 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::clearAllThingTemplates | ( | void | ) |
Definition at line 248 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::ForceContinue | ( | void | ) |
Definition at line 47 of file DebugWindowDialog.cpp.
| void DebugWindowDialog::ForcePause | ( | void | ) |
Definition at line 41 of file DebugWindowDialog.cpp.
|
inline |
Definition at line 255 of file ParticleEditorDialog.h.
|
inline |
Definition at line 254 of file ParticleEditorDialog.h.
| void DebugWindowDialog::getAlphaRangeFromSystem | ( | IN Int | systemNum, |
| OUT ParticleSystemInfo::RandomKeyframe & | randomVar ) const |
Definition at line 373 of file ParticleEditorDialog.cpp.
Definition at line 775 of file ParticleEditorDialog.cpp.
Definition at line 747 of file ParticleEditorDialog.cpp.
Definition at line 803 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getColorValueFromSystem | ( | IN Int | systemNum, |
| OUT RGBColorKeyframe & | colorFrame ) const |
Definition at line 355 of file ParticleEditorDialog.cpp.
|
inline |
Definition at line 257 of file ParticleEditorDialog.h.
Definition at line 457 of file ParticleEditorDialog.cpp.
Definition at line 439 of file ParticleEditorDialog.cpp.
Definition at line 697 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getDriftVelocityFromSystem | ( | IN Int | parmNum, |
| OUT Real & | driftVelocity ) const |
Definition at line 1019 of file ParticleEditorDialog.cpp.
Definition at line 391 of file ParticleEditorDialog.cpp.
Definition at line 719 of file ParticleEditorDialog.cpp.
Definition at line 475 of file ParticleEditorDialog.cpp.
| HWND DebugWindowDialog::GetMainWndHWND | ( | void | ) |
Definition at line 36 of file DebugWindowDialog.cpp.
| HWND DebugWindowDialog::GetMainWndHWND | ( | void | ) |
| int DebugWindowDialog::getNewParticleCap | ( | void | ) |
Definition at line 1707 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getParticleLifetimeFromSystem | ( | IN Int | parmNum, |
| OUT Real & | particleLifetime ) const |
Definition at line 831 of file ParticleEditorDialog.cpp.
Definition at line 671 of file ParticleEditorDialog.cpp.
Definition at line 859 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getPerParticleSystemFromSystem | ( | OUT char * | buffer, |
| IN Int | bufferSize ) const |
Definition at line 1067 of file ParticleEditorDialog.cpp.
Definition at line 1154 of file ParticleEditorDialog.cpp.
Definition at line 1121 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getSelectedParticleAsciiStringParm | ( | IN int | parmNum, |
| OUT char * | bufferToCopyInto ) const |
Definition at line 333 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getSelectedSystemName | ( | OUT char * | bufferToCopyInto | ) | const |
Definition at line 309 of file ParticleEditorDialog.cpp.
Definition at line 943 of file ParticleEditorDialog.cpp.
Definition at line 915 of file ParticleEditorDialog.cpp.
Definition at line 989 of file ParticleEditorDialog.cpp.
Definition at line 1049 of file ParticleEditorDialog.cpp.
Definition at line 421 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getStartSizeRateFromSystem | ( | IN Int | parmNum, |
| OUT Real & | startSizeRate ) const |
Definition at line 887 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getSwitchFromSystem | ( | IN SwitchType | switchType, |
| OUT Bool & | switchVal ) const |
Definition at line 1085 of file ParticleEditorDialog.cpp.
Definition at line 971 of file ParticleEditorDialog.cpp.
Definition at line 605 of file ParticleEditorDialog.cpp.
Definition at line 540 of file ParticleEditorDialog.cpp.
Definition at line 568 of file ParticleEditorDialog.cpp.
Definition at line 638 of file ParticleEditorDialog.cpp.
Definition at line 512 of file ParticleEditorDialog.cpp.
Definition at line 1187 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::getWindMotionFromSystem | ( | OUT ParticleSystemInfo::WindMotion & | windMotion | ) | const |
Definition at line 1220 of file ParticleEditorDialog.cpp.
| Bool DebugWindowDialog::hasRequestedReload | ( | void | ) |
Definition at line 1603 of file ParticleEditorDialog.cpp.
| Bool DebugWindowDialog::hasSelectionChanged | ( | void | ) |
Definition at line 299 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::InitPanel | ( | void | ) |
Definition at line 95 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 83 of file DebugWindowDialog.cpp.
|
protected |
Definition at line 200 of file DebugWindowDialog.cpp.
|
protected |
|
protected |
Definition at line 31 of file DebugWindowDialog.cpp.
|
protected |
|
protected |
Definition at line 1532 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1575 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1550 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1569 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1678 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 272 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1522 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 53 of file DebugWindowDialog.cpp.
|
protected |
Definition at line 277 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1663 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1658 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1653 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 282 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 70 of file DebugWindowDialog.cpp.
|
protected |
Definition at line 1673 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 1668 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 205 of file DebugWindowDialog.cpp.
|
protected |
|
protected |
Definition at line 63 of file DebugWindowDialog.cpp.
|
protected |
Definition at line 76 of file DebugWindowDialog.cpp.
|
protected |
Definition at line 1648 of file ParticleEditorDialog.cpp.
Definition at line 1241 of file ParticleEditorDialog.cpp.
| bool DebugWindowDialog::RunAppFast | ( | void | ) |
Definition at line 107 of file DebugWindowDialog.cpp.
| void DebugWindowDialog::SetFrameNumber | ( | int | frameNumber | ) |
Definition at line 136 of file DebugWindowDialog.cpp.
| Bool DebugWindowDialog::shouldBusyWait | ( | void | ) |
Definition at line 1613 of file ParticleEditorDialog.cpp.
| Bool DebugWindowDialog::shouldKillAllParticleSystems | ( | void | ) |
Definition at line 1638 of file ParticleEditorDialog.cpp.
| Bool DebugWindowDialog::shouldReloadTextures | ( | void | ) |
Definition at line 1628 of file ParticleEditorDialog.cpp.
| Bool DebugWindowDialog::shouldUpdateParticleCap | ( | void | ) |
Definition at line 1618 of file ParticleEditorDialog.cpp.
| Bool DebugWindowDialog::shouldWriteINI | ( | void | ) |
Definition at line 1593 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::signalParticleSystemEdit | ( | void | ) |
Definition at line 1527 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateAlphaRangeToSystem | ( | IN Int | systemNum, |
| IN const ParticleSystemInfo::RandomKeyframe & | randomVar ) |
Definition at line 382 of file ParticleEditorDialog.cpp.
Definition at line 789 of file ParticleEditorDialog.cpp.
Definition at line 761 of file ParticleEditorDialog.cpp.
Definition at line 817 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateColorValueToSystem | ( | IN Int | systemNum, |
| IN const RGBColorKeyframe & | colorFrame ) |
Definition at line 364 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateCurrentNumParticles | ( | IN int | particleCount | ) |
Definition at line 1695 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateCurrentParticleCap | ( | IN int | particleCap | ) |
Definition at line 1683 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateCurrentParticleSystem | ( | IN ParticleSystemTemplate * | particleTemplate | ) |
Definition at line 707 of file ParticleEditorDialog.cpp.
Definition at line 466 of file ParticleEditorDialog.cpp.
Definition at line 448 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateDrawableNameToSystem | ( | IN const char * | buffer | ) |
Definition at line 702 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateDriftVelocityToSystem | ( | IN Int | parmNum, |
| IN const Real & | driftVelocity ) |
Definition at line 1034 of file ParticleEditorDialog.cpp.
Definition at line 406 of file ParticleEditorDialog.cpp.
Definition at line 733 of file ParticleEditorDialog.cpp.
Definition at line 494 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateParticleAsciiStringParm | ( | IN int | parmNum, |
| IN const char * | bufferToCopyFrom ) |
Definition at line 346 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateParticleLifetimeToSystem | ( | IN Int | parmNum, |
| IN const Real & | particleLifetime ) |
Definition at line 845 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateParticleNameToSystem | ( | IN const char * | buffer | ) |
Definition at line 684 of file ParticleEditorDialog.cpp.
Definition at line 873 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updatePerParticleSystemToSystem | ( | IN const char * | buffer | ) |
Definition at line 1076 of file ParticleEditorDialog.cpp.
Definition at line 1171 of file ParticleEditorDialog.cpp.
Definition at line 1138 of file ParticleEditorDialog.cpp.
Definition at line 957 of file ParticleEditorDialog.cpp.
Definition at line 929 of file ParticleEditorDialog.cpp.
Definition at line 1004 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateSlaveSystemToSystem | ( | IN const char * | buffer | ) |
Definition at line 1058 of file ParticleEditorDialog.cpp.
Definition at line 430 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateStartSizeRateToSystem | ( | IN Int | parmNum, |
| IN const Real & | startSizeRate ) |
Definition at line 901 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateSwitchToSystem | ( | IN SwitchType | switchType, |
| IN const Bool & | switchVal ) |
Definition at line 1101 of file ParticleEditorDialog.cpp.
Definition at line 980 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateSystemUseParameters | ( | IN ParticleSystemTemplate * | particleTemplate | ) |
Definition at line 713 of file ParticleEditorDialog.cpp.
Definition at line 622 of file ParticleEditorDialog.cpp.
Definition at line 554 of file ParticleEditorDialog.cpp.
Definition at line 587 of file ParticleEditorDialog.cpp.
Definition at line 655 of file ParticleEditorDialog.cpp.
Definition at line 526 of file ParticleEditorDialog.cpp.
Definition at line 1204 of file ParticleEditorDialog.cpp.
| void DebugWindowDialog::updateWindMotionToSystem | ( | IN const ParticleSystemInfo::WindMotion & | windMotion | ) |
Definition at line 1229 of file ParticleEditorDialog.cpp.
|
protected |
Definition at line 282 of file ParticleEditorDialog.h.
|
protected |
Definition at line 284 of file ParticleEditorDialog.h.
|
protected |
Definition at line 283 of file ParticleEditorDialog.h.
|
protected |
Definition at line 261 of file ParticleEditorDialog.h.
|
protected |
Definition at line 277 of file ParticleEditorDialog.h.
|
protected |
Definition at line 286 of file ParticleEditorDialog.h.
|
protected |
Definition at line 265 of file ParticleEditorDialog.h.
|
protected |
Definition at line 263 of file ParticleEditorDialog.h.
|
protected |
Definition at line 279 of file ParticleEditorDialog.h.
|
protected |
Definition at line 264 of file ParticleEditorDialog.h.
|
protected |
Definition at line 262 of file ParticleEditorDialog.h.
|
protected |
Definition at line 288 of file ParticleEditorDialog.h.
|
protected |
Definition at line 272 of file ParticleEditorDialog.h.
|
protected |
Definition at line 275 of file ParticleEditorDialog.h.
|
protected |
Definition at line 271 of file ParticleEditorDialog.h.
|
protected |
Definition at line 274 of file ParticleEditorDialog.h.
|
protected |
Definition at line 273 of file ParticleEditorDialog.h.
|
protected |
Definition at line 267 of file ParticleEditorDialog.h.
|
protected |
Definition at line 268 of file ParticleEditorDialog.h.
|
protected |
Definition at line 270 of file ParticleEditorDialog.h.
|
protected |
Definition at line 269 of file ParticleEditorDialog.h.
|
protected |
Definition at line 278 of file ParticleEditorDialog.h.
|
protected |
Definition at line 287 of file ParticleEditorDialog.h.
|
protected |
Definition at line 56 of file DebugWindowDialog.h.
|
protected |
Definition at line 50 of file DebugWindowDialog.h.
|
protected |
Definition at line 63 of file DebugWindowDialog.h.
|
protected |
Definition at line 55 of file DebugWindowDialog.h.
|
protected |
Definition at line 53 of file DebugWindowDialog.h.
|
protected |
Definition at line 51 of file DebugWindowDialog.h.
|
protected |
Definition at line 58 of file DebugWindowDialog.h.
|
protected |
Definition at line 57 of file DebugWindowDialog.h.
|
protected |
Definition at line 62 of file DebugWindowDialog.h.
|
protected |
Definition at line 54 of file DebugWindowDialog.h.
|
protected |
-1 means go forever, 0 means stop now, a positive number will be decremented to 0, 1 frame at a time
Definition at line 52 of file DebugWindowDialog.h.