#include <stdio.h>#include <string.h>#include <stdlib.h>#include <readline/readline.h>#include <readline/history.h>#include <sys/types.h>#include <errno.h>#include <glib.h>#include <libgnomeprint/gnome-print-job.h>#include "xap_Module.h"#include "xap_App.h"#include "xap_Frame.h"#include "fv_View.h"#include "ev_EditMethod.h"#include "ie_imp.h"#include "ie_exp.h"#include "ie_types.h"#include "ap_Convert.h"#include "ap_UnixApp.h"#include "gr_UnixPangoGraphics.h"#include "gr_UnixNullGraphics.h"#include "ap_UnixFrame.h"#include "gr_DrawArgs.h"#include "ap_EditMethods.h"#include "AbiCommand.h"Defines | |
| #define | RES_TO_STATUS(a) ((a) ? 0 : -1) |
Functions | |
| static bool | AbiCommand_invoke (AV_View *v, EV_EditMethodCallData *d) |
| static void | AbiCommand_registerMethod () |
| static void | AbiCommand_RemoveFromMethods () |
| ABI_FAR_CALL int | abi_plugin_register (XAP_ModuleInfo *mi) |
| ABI_FAR_CALL int | abi_plugin_unregister (XAP_ModuleInfo *mi) |
| ABI_FAR_CALL int | abi_plugin_supports_version (UT_uint32, UT_uint32, UT_uint32) |
| #define RES_TO_STATUS | ( | a | ) | ((a) ? 0 : -1) |
Referenced by AbiCommand::parseTokens().
| ABI_FAR_CALL int abi_plugin_register | ( | XAP_ModuleInfo * | mi | ) |
References ABI_VERSION_STRING, and AbiCommand_registerMethod().
| ABI_FAR_CALL int abi_plugin_unregister | ( | XAP_ModuleInfo * | mi | ) |
References AbiCommand_RemoveFromMethods().
| static bool AbiCommand_invoke | ( | AV_View * | v, | |
| EV_EditMethodCallData * | d | |||
| ) | [static] |
| static void AbiCommand_registerMethod | ( | ) | [static] |
References AbiCommand_invoke(), EV_EditMethodContainer::addEditMethod(), XAP_App::getApp(), and XAP_App::getEditMethodContainer().
Referenced by abi_plugin_register().
| static void AbiCommand_RemoveFromMethods | ( | ) | [static] |
References DELETEP, ev_EditMethod_lookup(), XAP_App::getApp(), XAP_App::getEditMethodContainer(), and EV_EditMethodContainer::removeEditMethod().
Referenced by abi_plugin_unregister().
1.5.5