libcomps  ..
 All Data Structures Files Functions Variables Enumerations Macros Groups Pages
Functions
COMPS_Doc adders

Functions

COMPS_DocGroup HEAD_COMPS_DOC_ADDOBJLIST (category, COMPS_DocCategory) HEAD_COMPS_DOC_ADDOBJLIST(environment
 
COMPS_DocGroup COMPS_DocEnv HEAD_COMPS_DOC_ADDOBJDICT (langpack) HEAD_COMPS_DOC_ADDOBJMDICT(blacklist) HEAD_COMPS_DOC_ADDOBJMDICT(whiteout) HEAD_COMPS_DOC_SETPROP(lang
 

Detailed Description

Function Documentation

COMPS_DocGroup COMPS_DocEnv HEAD_COMPS_DOC_ADDOBJDICT ( langpack  )

Langpack adder to langpack dict in COMPS_Doc

Parameters
docCOMPS_Doc instance
keyCOMPS_Str dictionary key of langpack
objCOMPS_Str langpack add langpack string to langpack dict in COMPS_Doc structure. If There's allready langpack string with same key, will be overwritten.
Warning
function doesn't increment obj param reference count. Blacklist adder to blacklist multi-dict in COMPS_Doc
Parameters
docCOMPS_Doc instance
keyCOMPS_Str dictionary key of blacklist
objCOMPS_Str blacklist item append blacklist item object to blacklist in COMPS_Doc structure. Items with same key are grouped in COMPS_ObjList object.
Warning
function doesn't increment obj param reference count. whiteout adder to whitetout multi-dict in COMPS_Doc
Parameters
docCOMPS_Doc instance
keyCOMPS_Str dictionary key of whiteout
objCOMPS_Str whiteout item append whiteout item object to blacklist in COMPS_Doc structure. Items with same key are grouped in COMPS_ObjList object.
Warning
function doesn't increment obj param reference count. whiteout adder to whitetout multi-dict in COMPS_Doc
Parameters
docCOMPS_Doc instance
objCOMPS_Str language value Set language to comps object and all subobjects
COMPS_DocGroup HEAD_COMPS_DOC_ADDOBJLIST ( category  ,
COMPS_DocCategory   
)

COMPS_DocCategory adder to category list in COMPS_Doc

Parameters
docCOMPS_Doc instance
objCOMPS_DocCategory object append COMPS_DocCategory object to category list in COMPS_Doc structure
Warning
function doesn't increment COMPS_DocCategory object reference count. COMPS_DocEnv adder to environment list in COMPS_Doc
Parameters
docCOMPS_Doc instance
objCOMPS_DocEnv object append COMPS_DocEnv object to environment list in COMPS_Doc structure
Warning
function doesn't increment COMPS_DocEnv object reference count.