Defines | Functions | Variables

AbiGoogle.cpp File Reference

#include "xap_Module.h"
#include "xap_App.h"
#include "xap_Frame.h"
#include "fv_View.h"
#include "ap_Menu_Id.h"
#include "ev_Menu_Actions.h"
#include "ev_Menu.h"
#include "ev_Menu_Layouts.h"
#include "ev_Menu_Labels.h"
#include "ev_EditMethod.h"
#include "xap_Menu_Layouts.h"
#include "ut_string_class.h"

Defines

#define ABI_BUILTIN_FAR_CALL   ABI_FAR_CALL

Functions

static bool AbiGoogle_invoke (AV_View *, EV_EditMethodCallData *)
static void Google_removeFromMenus ()
static void Google_addToMenus ()
ABI_BUILTIN_FAR_CALL int abi_plugin_register (XAP_ModuleInfo *mi)
ABI_BUILTIN_FAR_CALL int abi_plugin_unregister (XAP_ModuleInfo *mi)
ABI_BUILTIN_FAR_CALL int abi_plugin_supports_version (UT_uint32, UT_uint32, UT_uint32)

Variables

static const char * Google_MenuLabel = "&Google Search"
static const char * Google_MenuTooltip = "Search the web with Google"

Define Documentation

#define ABI_BUILTIN_FAR_CALL   ABI_FAR_CALL

Function Documentation

ABI_BUILTIN_FAR_CALL int abi_plugin_register ( XAP_ModuleInfo mi  ) 
ABI_BUILTIN_FAR_CALL int abi_plugin_supports_version ( UT_uint32  ,
UT_uint32  ,
UT_uint32   
)
ABI_BUILTIN_FAR_CALL int abi_plugin_unregister ( XAP_ModuleInfo mi  ) 
static bool AbiGoogle_invoke ( AV_View ,
EV_EditMethodCallData  
) [static]
static void Google_addToMenus (  )  [static]
static void Google_removeFromMenus (  )  [static]

Variable Documentation

const char* Google_MenuLabel = "&Google Search" [static]
const char* Google_MenuTooltip = "Search the web with Google" [static]