#include <abiword-garble.h>
Public Member Functions | |
abiword_garble (int argc, const char **argv) | |
int | run () |
bool | verbose () const |
bool | initialized () const |
bool | image_garbling () const |
Private Member Functions | |
void | usage () |
Private Attributes | |
vector< string > | mFilenames |
bool | mVerbose |
bool | mInitialized |
bool | mImageGarbling |
abiword_garble::abiword_garble | ( | int | argc, | |
const char ** | argv | |||
) |
References mFilenames, mImageGarbling, mVerbose, and usage().
bool abiword_garble::image_garbling | ( | ) | const [inline] |
Referenced by abiword_document::garble(), and abiword_document::~abiword_document().
bool abiword_garble::initialized | ( | ) | const [inline] |
Referenced by Garble_invoke().
int abiword_garble::run | ( | ) |
References abiword_document::garble(), mFilenames, and abiword_document::save().
Referenced by Garble_invoke().
void abiword_garble::usage | ( | ) | [private] |
References mInitialized.
Referenced by abiword_garble().
bool abiword_garble::verbose | ( | ) | const [inline] |
Referenced by abiword_document::abiword_document(), and abiword_document::~abiword_document().
vector<string> abiword_garble::mFilenames [private] |
Referenced by abiword_garble(), and run().
bool abiword_garble::mImageGarbling [private] |
Referenced by abiword_garble().
bool abiword_garble::mInitialized [private] |
Referenced by usage().
bool abiword_garble::mVerbose [private] |
Referenced by abiword_garble().