LibreOffice Module onlineupdate (master) 1
|
Public Member Functions | |
Action () | |
virtual | ~Action () |
virtual int | Parse (NS_tchar *line)=0 |
virtual int | Prepare ()=0 |
virtual int | Execute ()=0 |
virtual void | Finish (int status)=0 |
Public Attributes | |
int | mProgressCost |
Private Attributes | |
Action * | mNext |
Friends | |
class | ActionList |
Definition at line 1085 of file updater.cxx.
|
inline |
Definition at line 1088 of file updater.cxx.
|
inlinevirtual |
Definition at line 1089 of file updater.cxx.
|
pure virtual |
Implemented in RemoveFile, RemoveDir, AddFile, PatchFile, AddIfFile, AddIfNotFile, and PatchIfFile.
|
pure virtual |
Implemented in RemoveFile, RemoveDir, AddFile, PatchFile, AddIfFile, AddIfNotFile, and PatchIfFile.
Implemented in RemoveFile, RemoveDir, AddFile, PatchFile, AddIfFile, AddIfNotFile, and PatchIfFile.
|
pure virtual |
Implemented in RemoveFile, RemoveDir, AddFile, PatchFile, AddIfFile, AddIfNotFile, and PatchIfFile.
|
friend |
Definition at line 1110 of file updater.cxx.
|
private |
Definition at line 1108 of file updater.cxx.
Referenced by ActionList::Append().
int Action::mProgressCost |
Definition at line 1106 of file updater.cxx.
Referenced by RemoveFile::Prepare(), and RemoveDir::Prepare().