#include "ap_Args.h"
#include "ap_QtApp.h"
#include "libabiword.h"
Functions | |
void | libabiword_init (int argc, char **argv) |
libabiword_init: : argument count : (array length=argc): Commandline arguments | |
void | libabiword_init_noargs () |
libabiword_init_noargs: | |
void | libabiword_shutdown () |
Variables | |
static AP_QtApp * | _abiword_app = NULL |
void libabiword_init | ( | int | argc, | |
char ** | argv | |||
) |
libabiword_init: : argument count : (array length=argc): Commandline arguments
Initializes libabiword
References AP_QtApp::initialize(), AP_UnixApp::initialize(), and AP_Args::parseOptions().
void libabiword_init_noargs | ( | ) |
libabiword_init_noargs:
Initializes libabiword
References AP_QtApp::initialize(), AP_UnixApp::initialize(), and AP_Args::parseOptions().
void libabiword_shutdown | ( | ) |
References AP_QtApp::shutdown(), and AP_UnixApp::shutdown().
AP_QtApp* _abiword_app = NULL [static] |