#include <replayrecorder.h>
Inheritance diagram for ReplayRecorderDialog:

Public Member Functions | |
| ReplayRecorderDialog (const ASCString &file, bool fileAlreadyOpen) | |
| ASCString | getFilename () |
| bool | getAppend () |
| int | getQuality () |
| int | getFramerate () |
| int | getASCFramerateLimit () |
Definition at line 27 of file replayrecorder.h.
| ReplayRecorderDialog::ReplayRecorderDialog | ( | const ASCString & | file, | |
| bool | fileAlreadyOpen | |||
| ) |
Definition at line 66 of file replayrecorder.cpp.
References CGameOptions::framerate, CGameOptions::Instance(), and ASCString::toString().
| ASCString ReplayRecorderDialog::getFilename | ( | ) |
Definition at line 98 of file replayrecorder.cpp.
Referenced by ReplayGuiFunctions::ReplayRecord::execute().
| bool ReplayRecorderDialog::getAppend | ( | ) |
Definition at line 106 of file replayrecorder.cpp.
Referenced by ReplayGuiFunctions::ReplayRecord::execute().
| int ReplayRecorderDialog::getQuality | ( | ) |
Definition at line 114 of file replayrecorder.cpp.
References atoi().
Referenced by ReplayGuiFunctions::ReplayRecord::execute().
| int ReplayRecorderDialog::getFramerate | ( | ) |
Definition at line 124 of file replayrecorder.cpp.
References atoi().
Referenced by ReplayGuiFunctions::ReplayRecord::execute().
| int ReplayRecorderDialog::getASCFramerateLimit | ( | ) |
Definition at line 136 of file replayrecorder.cpp.
References atoi().
Referenced by ReplayGuiFunctions::ReplayRecord::execute().
1.5.1