#include <patcher.h>
Public Member Functions | |
Patcher (void) | |
Patcher (PointerTo< Buffer > buffer) | |
virtual | ~Patcher (void) |
int | initiate (Filename &patch, Filename &infile) |
int | run (void) |
float | get_progress (void) const |
Private Member Functions | |
void | init (PointerTo< Buffer > buffer) |
Private Attributes | |
PointerTo< Buffer > | _buffer |
Patchfile * | _patchfile |
Definition at line 41 of file patcher.h.
|
Definition at line 40 of file patcher.cxx. References init(). |
|
Definition at line 53 of file patcher.cxx. References _buffer, _patchfile, nassertv, and NULL. |
|
Definition at line 81 of file patcher.cxx. References _patchfile, and Patchfile::run(). |
|
|
|
Definition at line 65 of file patcher.cxx. References _patchfile. Referenced by Patcher(). |
|
Definition at line 93 of file patcher.cxx. |
|
Definition at line 105 of file patcher.cxx. |
|
Definition at line 54 of file patcher.h. Referenced by Patcher(). |
|
Definition at line 55 of file patcher.h. Referenced by init(), Patcher(), and ~Patcher(). |