The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
flatapi.h File Reference
#include <inttypes.h>
#include "defs.h"
+ Include dependency graph for flatapi.h:

Go to the source code of this file.

Classes

struct  org_crosswire_sword_ModInfo
 
struct  org_crosswire_sword_SearchHit
 

Macros

#define org_crosswire_sword_SWModule_SEARCHTYPE_ENTRYATTR   -3L
 
#define org_crosswire_sword_SWModule_SEARCHTYPE_LUCENE   -4L
 
#define org_crosswire_sword_SWModule_SEARCHTYPE_MULTIWORD   -2L
 
#define org_crosswire_sword_SWModule_SEARCHTYPE_PHRASE   -1L
 
#define org_crosswire_sword_SWModule_SEARCHTYPE_REGEX   1L
 
#define SWHANDLE   intptr_t
 

Typedefs

typedef void(* org_biblesync_MessageReceivedCallback )(char, const char *, const char *)
 
typedef void(* org_crosswire_sword_InstallMgr_StatusCallback )(const char *, unsigned long, unsigned long)
 
typedef char *(* org_crosswire_sword_StringMgr_toUpperUTF8 )(const char *, unsigned long)
 
typedef void(* org_crosswire_sword_SWModule_SearchCallback )(int)
 

Functions

void SWDLLEXPORT org_crosswire_sword_InstallMgr_delete (SWHANDLE hInstallMgr)
 
struct
org_crosswire_sword_ModInfo
*SWDLLEXPORT 
org_crosswire_sword_InstallMgr_getRemoteModInfoList (SWHANDLE hInstallMgr, SWHANDLE hSWMgr_deltaCompareTo, const char *sourceName)
 
SWHANDLE SWDLLEXPORT org_crosswire_sword_InstallMgr_getRemoteModuleByName (SWHANDLE hInstallMgr, const char *sourceName, const char *modName)
 
const char **SWDLLEXPORT org_crosswire_sword_InstallMgr_getRemoteSources (SWHANDLE hInstallMgr)
 
SWHANDLE SWDLLEXPORT org_crosswire_sword_InstallMgr_new (const char *baseDir, org_crosswire_sword_InstallMgr_StatusCallback statusReporter)
 
int SWDLLEXPORT org_crosswire_sword_InstallMgr_refreshRemoteSource (SWHANDLE hInstallMgr, const char *sourceName)
 
int SWDLLEXPORT org_crosswire_sword_InstallMgr_remoteInstallModule (SWHANDLE hInstallMgr_from, SWHANDLE hSWMgr_to, const char *sourceName, const char *modName)
 
void SWDLLEXPORT org_crosswire_sword_InstallMgr_setUserDisclaimerConfirmed (SWHANDLE hInstallMgr)
 
int SWDLLEXPORT org_crosswire_sword_InstallMgr_syncConfig (SWHANDLE hInstallMgr)
 
int SWDLLEXPORT org_crosswire_sword_InstallMgr_uninstallModule (SWHANDLE hInstallMgr, SWHANDLE hSWMgr_removeFrom, const char *modName)
 
void SWDLLEXPORT org_crosswire_sword_StringMgr_setToUpper (org_crosswire_sword_StringMgr_toUpperUTF8 toUpperUTF8)
 
const char **SWDLLEXPORT org_crosswire_sword_SWConfig_augmentConfig (const char *confPath, const char *configBlob)
 
const char *SWDLLEXPORT org_crosswire_sword_SWConfig_getKeyValue (const char *confPath, const char *section, const char *key)
 
const char **SWDLLEXPORT org_crosswire_sword_SWConfig_getSectionKeys (const char *confPath, const char *section)
 
const char **SWDLLEXPORT org_crosswire_sword_SWConfig_getSections (const char *confPath)
 
void SWDLLEXPORT org_crosswire_sword_SWConfig_setKeyValue (const char *confPath, const char *section, const char *key, const char *value)
 
int SWDLLEXPORT org_crosswire_sword_SWLog_getLogLevel ()
 
void SWDLLEXPORT org_crosswire_sword_SWLog_logDebug (const char *msg)
 
void SWDLLEXPORT org_crosswire_sword_SWLog_logError (const char *msg)
 
void SWDLLEXPORT org_crosswire_sword_SWLog_logInformation (const char *msg)
 
void SWDLLEXPORT org_crosswire_sword_SWLog_logTimedInformation (const char *msg)
 
void SWDLLEXPORT org_crosswire_sword_SWLog_logWarning (const char *msg)
 
void SWDLLEXPORT org_crosswire_sword_SWLog_setLogLevel (int level)
 
void SWDLLEXPORT org_crosswire_sword_SWMgr_delete (SWHANDLE hSWMgr)
 
const char *SWDLLEXPORT org_crosswire_sword_SWMgr_filterText (SWHANDLE hSWMgr, const char *filterName, const char *text)
 
const char **SWDLLEXPORT org_crosswire_sword_SWMgr_getAvailableLocales (SWHANDLE hSWMgr)
 
const char *SWDLLEXPORT org_crosswire_sword_SWMgr_getConfigPath (SWHANDLE hSWMgr)
 
const char *SWDLLEXPORT org_crosswire_sword_SWMgr_getGlobalOption (SWHANDLE hSWMgr, const char *option)
 
const char **SWDLLEXPORT org_crosswire_sword_SWMgr_getGlobalOptions (SWHANDLE hSWMgr)
 
const char *SWDLLEXPORT org_crosswire_sword_SWMgr_getGlobalOptionTip (SWHANDLE hSWMgr, const char *option)
 
const char **SWDLLEXPORT org_crosswire_sword_SWMgr_getGlobalOptionValues (SWHANDLE hSWMgr, const char *option)
 
struct
org_crosswire_sword_ModInfo
*SWDLLEXPORT 
org_crosswire_sword_SWMgr_getModInfoList (SWHANDLE hSWMgr)
 
SWHANDLE SWDLLEXPORT org_crosswire_sword_SWMgr_getModuleByName (SWHANDLE hSWMgr, const char *moduleName)
 
const char *SWDLLEXPORT org_crosswire_sword_SWMgr_getPrefixPath (SWHANDLE hSWMgr)
 
SWHANDLE SWDLLEXPORT org_crosswire_sword_SWMgr_new ()
 
SWHANDLE SWDLLEXPORT org_crosswire_sword_SWMgr_newWithPath (const char *path)
 
void SWDLLEXPORT org_crosswire_sword_SWMgr_sendBibleSyncMessage (SWHANDLE hMgr, const char *osisRefRaw)
 
void SWDLLEXPORT org_crosswire_sword_SWMgr_setCipherKey (SWHANDLE hSWMgr, const char *modName, const char *key)
 
void SWDLLEXPORT org_crosswire_sword_SWMgr_setDefaultLocale (SWHANDLE hSWMgr, const char *name)
 
void SWDLLEXPORT org_crosswire_sword_SWMgr_setGlobalOption (SWHANDLE hSWMgr, const char *option, const char *value)
 
void SWDLLEXPORT org_crosswire_sword_SWMgr_setJavascript (SWHANDLE hSWMgr, char valueBool)
 
void SWDLLEXPORT org_crosswire_sword_SWMgr_startBibleSync (SWHANDLE hMgr, const char *appNameJS, const char *userNameJS, const char *passphraseJS, org_biblesync_MessageReceivedCallback callback)
 
void SWDLLEXPORT org_crosswire_sword_SWMgr_stopBibleSync (SWHANDLE hMgr)
 
const char *SWDLLEXPORT org_crosswire_sword_SWMgr_translate (SWHANDLE hSWMgr, const char *text, const char *localeName)
 
const char *SWDLLEXPORT org_crosswire_sword_SWMgr_version (SWHANDLE hSWMgr)
 
void SWDLLEXPORT org_crosswire_sword_SWModule_begin (SWHANDLE hSWModule)
 
void SWDLLEXPORT org_crosswire_sword_SWModule_deleteSearchFramework (SWHANDLE hSWModule)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_getCategory (SWHANDLE hSWModule)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_getConfigEntry (SWHANDLE hSWModule, const char *key)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_getDescription (SWHANDLE hSWModule)
 
const char **SWDLLEXPORT org_crosswire_sword_SWModule_getEntryAttribute (SWHANDLE hSWModule, const char *level1, const char *level2, const char *level3, char filteredBool)
 
long SWDLLEXPORT org_crosswire_sword_SWModule_getEntrySize (SWHANDLE hSWModule)
 
const char **SWDLLEXPORT org_crosswire_sword_SWModule_getKeyChildren (SWHANDLE hSWModule)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_getKeyParent (SWHANDLE hSWModule)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_getKeyText (SWHANDLE hSWModule)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_getName (SWHANDLE hSWModule)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_getRawEntry (SWHANDLE hSWModule)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_getRenderHeader (SWHANDLE hSWModule)
 
char SWDLLEXPORT org_crosswire_sword_SWModule_hasKeyChildren (SWHANDLE hSWModule)
 
char SWDLLEXPORT org_crosswire_sword_SWModule_hasSearchFramework (SWHANDLE hSWModule)
 
void SWDLLEXPORT org_crosswire_sword_SWModule_next (SWHANDLE hSWModule)
 
const char **SWDLLEXPORT org_crosswire_sword_SWModule_parseKeyList (SWHANDLE hSWModule, const char *keyText)
 
char SWDLLEXPORT org_crosswire_sword_SWModule_popError (SWHANDLE hSWModule)
 
void SWDLLEXPORT org_crosswire_sword_SWModule_previous (SWHANDLE hSWModule)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_renderText (SWHANDLE hSWModule)
 
struct
org_crosswire_sword_SearchHit
*SWDLLEXPORT 
org_crosswire_sword_SWModule_search (SWHANDLE hSWModule, const char *searchString, int searchType, long flags, const char *scope, org_crosswire_sword_SWModule_SearchCallback progressReporter)
 
void SWDLLEXPORT org_crosswire_sword_SWModule_setKeyText (SWHANDLE hSWModule, const char *key)
 
void SWDLLEXPORT org_crosswire_sword_SWModule_setRawEntry (SWHANDLE hSWModule, const char *entryBuffer)
 
const char *SWDLLEXPORT org_crosswire_sword_SWModule_stripText (SWHANDLE hSWModule)
 
void SWDLLEXPORT org_crosswire_sword_SWModule_terminateSearch (SWHANDLE hSWModule)
 

Variables

const int org_crosswire_sword_SWLog_LOG_DEBUG = 5
 
const int org_crosswire_sword_SWLog_LOG_ERROR = 1
 
const int org_crosswire_sword_SWLog_LOG_INFO = 3
 
const int org_crosswire_sword_SWLog_LOG_TIMEDINFO = 4
 
const int org_crosswire_sword_SWLog_LOG_WARN = 2
 
const int org_crosswire_sword_SWModule_VERSEKEY_BOOK = 1
 
const int org_crosswire_sword_SWModule_VERSEKEY_BOOKABBREV = 9
 
const int org_crosswire_sword_SWModule_VERSEKEY_BOOKNAME = 6
 
const int org_crosswire_sword_SWModule_VERSEKEY_CHAPMAX = 4
 
const int org_crosswire_sword_SWModule_VERSEKEY_CHAPTER = 2
 
const int org_crosswire_sword_SWModule_VERSEKEY_CHAPTERMAX = 4
 
const int org_crosswire_sword_SWModule_VERSEKEY_OSISBOOKNAME = 10
 
const int org_crosswire_sword_SWModule_VERSEKEY_OSISREF = 7
 
const int org_crosswire_sword_SWModule_VERSEKEY_SHORTTEXT = 8
 
const int org_crosswire_sword_SWModule_VERSEKEY_TESTAMENT = 0
 
const int org_crosswire_sword_SWModule_VERSEKEY_VERSE = 3
 
const int org_crosswire_sword_SWModule_VERSEKEY_VERSEMAX = 5
 

Macro Definition Documentation

#define org_crosswire_sword_SWModule_SEARCHTYPE_ENTRYATTR   -3L

Definition at line 61 of file flatapi.h.

#define org_crosswire_sword_SWModule_SEARCHTYPE_LUCENE   -4L

Definition at line 63 of file flatapi.h.

#define org_crosswire_sword_SWModule_SEARCHTYPE_MULTIWORD   -2L

Definition at line 59 of file flatapi.h.

#define org_crosswire_sword_SWModule_SEARCHTYPE_PHRASE   -1L

Definition at line 57 of file flatapi.h.

#define org_crosswire_sword_SWModule_SEARCHTYPE_REGEX   1L

Definition at line 55 of file flatapi.h.

#define SWHANDLE   intptr_t

Definition at line 33 of file flatapi.h.

Typedef Documentation

typedef void(* org_biblesync_MessageReceivedCallback)(char, const char *, const char *)

Definition at line 98 of file flatapi.h.

typedef void(* org_crosswire_sword_InstallMgr_StatusCallback)(const char *, unsigned long, unsigned long)

Definition at line 506 of file flatapi.h.

typedef char*(* org_crosswire_sword_StringMgr_toUpperUTF8)(const char *, unsigned long)

Definition at line 507 of file flatapi.h.

typedef void(* org_crosswire_sword_SWModule_SearchCallback)(int)

Definition at line 96 of file flatapi.h.

Function Documentation

void SWDLLEXPORT org_crosswire_sword_InstallMgr_delete ( SWHANDLE  hInstallMgr)
struct org_crosswire_sword_ModInfo* SWDLLEXPORT org_crosswire_sword_InstallMgr_getRemoteModInfoList ( SWHANDLE  hInstallMgr,
SWHANDLE  hSWMgr_deltaCompareTo,
const char *  sourceName 
)
SWHANDLE SWDLLEXPORT org_crosswire_sword_InstallMgr_getRemoteModuleByName ( SWHANDLE  hInstallMgr,
const char *  sourceName,
const char *  modName 
)
const char** SWDLLEXPORT org_crosswire_sword_InstallMgr_getRemoteSources ( SWHANDLE  hInstallMgr)
SWHANDLE SWDLLEXPORT org_crosswire_sword_InstallMgr_new ( const char *  baseDir,
org_crosswire_sword_InstallMgr_StatusCallback  statusReporter 
)
int SWDLLEXPORT org_crosswire_sword_InstallMgr_refreshRemoteSource ( SWHANDLE  hInstallMgr,
const char *  sourceName 
)
int SWDLLEXPORT org_crosswire_sword_InstallMgr_remoteInstallModule ( SWHANDLE  hInstallMgr_from,
SWHANDLE  hSWMgr_to,
const char *  sourceName,
const char *  modName 
)
void SWDLLEXPORT org_crosswire_sword_InstallMgr_setUserDisclaimerConfirmed ( SWHANDLE  hInstallMgr)
int SWDLLEXPORT org_crosswire_sword_InstallMgr_syncConfig ( SWHANDLE  hInstallMgr)
int SWDLLEXPORT org_crosswire_sword_InstallMgr_uninstallModule ( SWHANDLE  hInstallMgr,
SWHANDLE  hSWMgr_removeFrom,
const char *  modName 
)
void SWDLLEXPORT org_crosswire_sword_StringMgr_setToUpper ( org_crosswire_sword_StringMgr_toUpperUTF8  toUpperUTF8)
const char** SWDLLEXPORT org_crosswire_sword_SWConfig_augmentConfig ( const char *  confPath,
const char *  configBlob 
)
const char* SWDLLEXPORT org_crosswire_sword_SWConfig_getKeyValue ( const char *  confPath,
const char *  section,
const char *  key 
)
const char** SWDLLEXPORT org_crosswire_sword_SWConfig_getSectionKeys ( const char *  confPath,
const char *  section 
)
const char** SWDLLEXPORT org_crosswire_sword_SWConfig_getSections ( const char *  confPath)
void SWDLLEXPORT org_crosswire_sword_SWConfig_setKeyValue ( const char *  confPath,
const char *  section,
const char *  key,
const char *  value 
)
int SWDLLEXPORT org_crosswire_sword_SWLog_getLogLevel ( )
void SWDLLEXPORT org_crosswire_sword_SWLog_logDebug ( const char *  msg)
void SWDLLEXPORT org_crosswire_sword_SWLog_logError ( const char *  msg)
void SWDLLEXPORT org_crosswire_sword_SWLog_logInformation ( const char *  msg)
void SWDLLEXPORT org_crosswire_sword_SWLog_logTimedInformation ( const char *  msg)
void SWDLLEXPORT org_crosswire_sword_SWLog_logWarning ( const char *  msg)
void SWDLLEXPORT org_crosswire_sword_SWLog_setLogLevel ( int  level)
void SWDLLEXPORT org_crosswire_sword_SWMgr_delete ( SWHANDLE  hSWMgr)
const char* SWDLLEXPORT org_crosswire_sword_SWMgr_filterText ( SWHANDLE  hSWMgr,
const char *  filterName,
const char *  text 
)
const char** SWDLLEXPORT org_crosswire_sword_SWMgr_getAvailableLocales ( SWHANDLE  hSWMgr)
const char* SWDLLEXPORT org_crosswire_sword_SWMgr_getConfigPath ( SWHANDLE  hSWMgr)
const char* SWDLLEXPORT org_crosswire_sword_SWMgr_getGlobalOption ( SWHANDLE  hSWMgr,
const char *  option 
)
const char** SWDLLEXPORT org_crosswire_sword_SWMgr_getGlobalOptions ( SWHANDLE  hSWMgr)
const char* SWDLLEXPORT org_crosswire_sword_SWMgr_getGlobalOptionTip ( SWHANDLE  hSWMgr,
const char *  option 
)
const char** SWDLLEXPORT org_crosswire_sword_SWMgr_getGlobalOptionValues ( SWHANDLE  hSWMgr,
const char *  option 
)
struct org_crosswire_sword_ModInfo* SWDLLEXPORT org_crosswire_sword_SWMgr_getModInfoList ( SWHANDLE  hSWMgr)
SWHANDLE SWDLLEXPORT org_crosswire_sword_SWMgr_getModuleByName ( SWHANDLE  hSWMgr,
const char *  moduleName 
)
const char* SWDLLEXPORT org_crosswire_sword_SWMgr_getPrefixPath ( SWHANDLE  hSWMgr)
SWHANDLE SWDLLEXPORT org_crosswire_sword_SWMgr_new ( )
SWHANDLE SWDLLEXPORT org_crosswire_sword_SWMgr_newWithPath ( const char *  path)
void SWDLLEXPORT org_crosswire_sword_SWMgr_sendBibleSyncMessage ( SWHANDLE  hMgr,
const char *  osisRefRaw 
)
void SWDLLEXPORT org_crosswire_sword_SWMgr_setCipherKey ( SWHANDLE  hSWMgr,
const char *  modName,
const char *  key 
)
void SWDLLEXPORT org_crosswire_sword_SWMgr_setDefaultLocale ( SWHANDLE  hSWMgr,
const char *  name 
)
void SWDLLEXPORT org_crosswire_sword_SWMgr_setGlobalOption ( SWHANDLE  hSWMgr,
const char *  option,
const char *  value 
)
void SWDLLEXPORT org_crosswire_sword_SWMgr_setJavascript ( SWHANDLE  hSWMgr,
char  valueBool 
)
void SWDLLEXPORT org_crosswire_sword_SWMgr_startBibleSync ( SWHANDLE  hMgr,
const char *  appNameJS,
const char *  userNameJS,
const char *  passphraseJS,
org_biblesync_MessageReceivedCallback  callback 
)
void SWDLLEXPORT org_crosswire_sword_SWMgr_stopBibleSync ( SWHANDLE  hMgr)
const char* SWDLLEXPORT org_crosswire_sword_SWMgr_translate ( SWHANDLE  hSWMgr,
const char *  text,
const char *  localeName 
)
const char* SWDLLEXPORT org_crosswire_sword_SWMgr_version ( SWHANDLE  hSWMgr)
void SWDLLEXPORT org_crosswire_sword_SWModule_begin ( SWHANDLE  hSWModule)
void SWDLLEXPORT org_crosswire_sword_SWModule_deleteSearchFramework ( SWHANDLE  hSWModule)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_getCategory ( SWHANDLE  hSWModule)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_getConfigEntry ( SWHANDLE  hSWModule,
const char *  key 
)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_getDescription ( SWHANDLE  hSWModule)
const char** SWDLLEXPORT org_crosswire_sword_SWModule_getEntryAttribute ( SWHANDLE  hSWModule,
const char *  level1,
const char *  level2,
const char *  level3,
char  filteredBool 
)
long SWDLLEXPORT org_crosswire_sword_SWModule_getEntrySize ( SWHANDLE  hSWModule)
const char** SWDLLEXPORT org_crosswire_sword_SWModule_getKeyChildren ( SWHANDLE  hSWModule)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_getKeyParent ( SWHANDLE  hSWModule)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_getKeyText ( SWHANDLE  hSWModule)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_getName ( SWHANDLE  hSWModule)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_getRawEntry ( SWHANDLE  hSWModule)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_getRenderHeader ( SWHANDLE  hSWModule)
char SWDLLEXPORT org_crosswire_sword_SWModule_hasKeyChildren ( SWHANDLE  hSWModule)
char SWDLLEXPORT org_crosswire_sword_SWModule_hasSearchFramework ( SWHANDLE  hSWModule)
void SWDLLEXPORT org_crosswire_sword_SWModule_next ( SWHANDLE  hSWModule)
const char** SWDLLEXPORT org_crosswire_sword_SWModule_parseKeyList ( SWHANDLE  hSWModule,
const char *  keyText 
)
char SWDLLEXPORT org_crosswire_sword_SWModule_popError ( SWHANDLE  hSWModule)
void SWDLLEXPORT org_crosswire_sword_SWModule_previous ( SWHANDLE  hSWModule)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_renderText ( SWHANDLE  hSWModule)
struct org_crosswire_sword_SearchHit* SWDLLEXPORT org_crosswire_sword_SWModule_search ( SWHANDLE  hSWModule,
const char *  searchString,
int  searchType,
long  flags,
const char *  scope,
org_crosswire_sword_SWModule_SearchCallback  progressReporter 
)
void SWDLLEXPORT org_crosswire_sword_SWModule_setKeyText ( SWHANDLE  hSWModule,
const char *  key 
)
void SWDLLEXPORT org_crosswire_sword_SWModule_setRawEntry ( SWHANDLE  hSWModule,
const char *  entryBuffer 
)
const char* SWDLLEXPORT org_crosswire_sword_SWModule_stripText ( SWHANDLE  hSWModule)
void SWDLLEXPORT org_crosswire_sword_SWModule_terminateSearch ( SWHANDLE  hSWModule)

Variable Documentation

const int org_crosswire_sword_SWLog_LOG_DEBUG = 5

Definition at line 83 of file flatapi.h.

const int org_crosswire_sword_SWLog_LOG_ERROR = 1

Definition at line 79 of file flatapi.h.

const int org_crosswire_sword_SWLog_LOG_INFO = 3

Definition at line 81 of file flatapi.h.

const int org_crosswire_sword_SWLog_LOG_TIMEDINFO = 4

Definition at line 82 of file flatapi.h.

const int org_crosswire_sword_SWLog_LOG_WARN = 2

Definition at line 80 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_BOOK = 1

Definition at line 66 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_BOOKABBREV = 9

Definition at line 74 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_BOOKNAME = 6

Definition at line 71 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_CHAPMAX = 4

Definition at line 77 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_CHAPTER = 2

Definition at line 67 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_CHAPTERMAX = 4

Definition at line 69 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_OSISBOOKNAME = 10

Definition at line 75 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_OSISREF = 7

Definition at line 72 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_SHORTTEXT = 8

Definition at line 73 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_TESTAMENT = 0

Definition at line 65 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_VERSE = 3

Definition at line 68 of file flatapi.h.

const int org_crosswire_sword_SWModule_VERSEKEY_VERSEMAX = 5

Definition at line 70 of file flatapi.h.