RVC Object Funcions

Collaboration diagram for RVC Object Funcions:


Modules

 RVC Raster Functions

Functions

DEPRECATED int MfEditName (Widget pwidget, const char *formname, const char *labelname, RVC::OBJECTNAME &name, int(*NameInUse)(const RVC::OBJECTNAME &, void *), void *NameInUseData, UINT32 flags)
RVCSYSLIBEXPORT ERRVALUE MfGenerateLockNames (const FILEPATH &SourceFile, FILEPATH &lokfilepath, FILEPATH *kolfilepath=0)
RVCSYSLIBEXPORT void MfGetAutoLinkPatternList (const RVC::OBJTYPESET &objtypeset, MISTRINGLIST &patternlist)
RVCSYSLIBEXPORT ERRVALUE MfGetLockInfoEx (const FILEPATH &filepath, RVCFILELOCK &lockinfo)
RVCSYSLIBEXPORT void MfReadOnlyModeSet (bool SetReadOnly)
RVCSYSLIBEXPORT void MfStop (void)
ERRVALUE MfTransferRasterAttrToVectorPoints (const RVC::OBJITEM &RastObjItem, const RVC::OBJITEM &VectObjItem)

Function Documentation

DEPRECATED int MfEditName ( Widget  pwidget,
const char *  formname,
const char *  labelname,
RVC::OBJECTNAME name,
int(*)(const RVC::OBJECTNAME &, void *)  NameInUse,
void *  NameInUseData,
UINT32  flags 
)

Pop-in dialog to allow user to edit object/item name.

Deprecated:
Replaced by RVC::DlgEditDescriptor()
Parameters:
pwidget  Parent widget
formname  Name for form dialog
labelname  Name for label
name  Name passed/returned
NameInUseData  Function to check if name is in use Data to pass to NameInUse function
flags  Flags

RVCSYSLIBEXPORT ERRVALUE MfGenerateLockNames ( const FILEPATH SourceFile,
FILEPATH lokfilepath,
FILEPATH kolfilepath = 0 
)

Generate lock file names for given source file.

This checks if the specified 'SourceFile' is actually an RVC file and if not, will determine if it is a supported auto-link format. If supported then the lok filepath will be based on the name and location of the RVC file (.rlk) which links to the specifed 'SourceFile'.

Parameters:
SourceFile  Source file path, may be RVC or "external" auto-linked file.
lokfilepath  Name of .lok file returned
kolfilepath  Optional .kol file returned

RVCSYSLIBEXPORT void MfGetAutoLinkPatternList ( const RVC::OBJTYPESET objtypeset,
MISTRINGLIST patternlist 
)

Get file name pattern list for automatic linking for specified object types.

Parameters:
objtypeset  Object types to determine patterns for
patternlist  Name search pattern list returned

RVCSYSLIBEXPORT ERRVALUE MfGetLockInfoEx ( const FILEPATH filepath,
RVCFILELOCK lockinfo 
)

Get information about a locked file.

RVCSYSLIBEXPORT void MfReadOnlyModeSet ( bool  SetReadOnly  ) 

Set read only status.

Parameters:
SetReadOnly  Read only

RVCSYSLIBEXPORT void MfStop ( void   ) 

Deallocate and free resources used by RVC.

ERRVALUE MfTransferRasterAttrToVectorPoints ( const RVC::OBJITEM RastObjItem,
const RVC::OBJITEM VectObjItem 
)

Transfer raster attributes to vector points.


Generated on Thu Apr 26 04:09:44 2007 for TNTsdk by  doxygen 1.5.2