List of all members.
Constructor & Destructor Documentation
AP_QtApp::AP_QtApp |
( |
const char * |
szAppName |
) |
|
AP_QtApp::~AP_QtApp |
( |
|
) |
[virtual] |
Member Function Documentation
void AP_QtApp::cacheCurrentSelection |
( |
AV_View * |
|
) |
[virtual] |
bool AP_QtApp::canPasteFromClipboard |
( |
void |
|
) |
[virtual] |
void AP_QtApp::catchSignals |
( |
int |
sig_num |
) |
|
This function actually handles signals. The most commonly recieved one is SIGSEGV, the segfault signal. We want to clean up, save the user's files to backup locations (currently <filename>.saved) and then call abort, so we still get a core dump that we can debug.
- Parameters:
-
| sig_num | the integer representing which signal we recieved |
References s_signal_count, AP_App::saveRecoveryFiles(), XAP_App::signalWrapper(), UT_DEBUGMSG, and UT_usleep.
void AP_QtApp::copyToClipboard |
( |
PD_DocumentRange * |
pDocRange, |
|
|
bool |
bUseClipboard = true | |
|
) |
| | [virtual] |
bool AP_QtApp::doWindowlessArgs |
( |
const AP_Args * |
, |
|
|
bool & |
bSuccess | |
|
) |
| | [virtual] |
A callback for AP_Args's doWindowlessArgs call which handles platform-specific windowless args.
Reimplemented from AP_App.
const char * AP_QtApp::getAbiSuiteAppDir |
( |
void |
|
) |
const [virtual] |
const XAP_StringSet * AP_QtApp::getStringSet |
( |
void |
|
) |
const [virtual] |
bool AP_QtApp::initialize |
( |
bool |
has_display |
) |
[virtual] |
Build a labelset so the plugins can add themselves to something ///
References abi_register_builtin_plugins(), AP_CreateMenuActionSet(), AP_CreateToolbarActionSet(), AP_GetEditMethods(), AP_PREF_DEFAULT_StringSet, AP_PREF_KEY_StringSet, fp_FieldFmts, fp_FieldTypes, XAP_StringSet::getValue(), IE_ImpExp_RegisterXP(), AP_QtClipboard::initialize(), AP_App::initialize(), loadStringsFromDisk(), m_pClipboard, m_pStringSet, fp_FieldData::m_Tag, fp_FieldTypeData::m_Type, UT_ASSERT, UT_createDirectoryIfNecessary(), UT_getFallBackStringSetLocale(), UT_SHOULD_NOT_HAPPEN, and XAP_PREF_KEY_AutoLoadPlugins.
Referenced by libabiword_init(), libabiword_init_noargs(), and main().
int AP_QtApp::main |
( |
const char * |
szAppName, |
|
|
int |
argc, |
|
|
char ** |
argv | |
|
) |
| | [static] |
GR_Graphics * AP_QtApp::newDefaultScreenGraphics |
( |
|
) |
const [virtual] |
XAP_Frame * AP_QtApp::newFrame |
( |
void |
|
) |
[virtual] |
void AP_QtApp::pasteFromClipboard |
( |
PD_DocumentRange * |
pDocRange, |
|
|
bool |
bUseClipboard, |
|
|
bool |
bHonorFormatting = true | |
|
) |
| | [virtual] |
bool AP_QtApp::shutdown |
( |
void |
|
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: