- Class CFORMDLG
- Use MGUI::DLGBASE instead
- Member DBEDIT::FormNew (MDLGPARENT parent, INT32 *pinode, VIEWFLAGS flags=VIEWFLAG_None, const RVC::CREDENTIALS *Credentials=0)
- Use the one that doesn't take an inode
- Member DBEDIT::FormOpen (RVCINODENUM inode, VIEWFLAGS flags=VIEWFLAG_None, const RVC::CREDENTIALS *Credentials=0)
- Use the OBJITEM version
- Member DBEDIT::GetDatabaseHandle ()
- use GetDBase() or get the OBJITEM of the database by calling GetObjItem() and open it yourself.
- Member FILEPATH::GetMioPath () const
- , Use GetEncoded unless ultimately calling Mio function.
- Member GRE::LAYER::AssignObject (const FNAMEINODEUC *fnip)
- Use variant with RVC::OBJITEM.
- Member GRE::LAYER::GetName (MISTRING &retname)
- Use variant returning const MISTRING reference.
- Member GRE::LAYER::LoadDispParmSubObject (int fhandle, INT32 parentinode, DISPPARM *dispparm=0, UINT16 dpusage=DPARMUSAGE_Unspecified)
- Use DISPPARM::LoadSubObject instead.
- Member GRE::LAYER::TYPEDEFN::GetMenuItemCreate () const
- , replaced by CreateMenuAdd.
- Member GRE::VIEW::GetActiveColor () const
- Use GetColor().
- Member GRE::VIEW::GetBackgroundColor () const
- Use GetColor().
- Member GRE::VIEW::GetDrawingContextScreen () const
- Use GetDrawingDeviceScreen() and create own context.
- Member GRE::VIEW::GetHighlightColor () const
- Use GetColor().
- Member GRE::VIEW::SetActiveColor (const COLOR &color)
- Use SetColor().
- Member GRE::VIEW::SetBackgroundColor (const COLOR &color)
- Use SetColor().
- Member GRE::VIEW::SetHighlightColor (const COLOR &color)
- Use SetColor().
- Class McbLIST
- Use MICALLBACKLIST instead
- Member MGD::CONTEXT::GetMapScale () const
- Use GetOutputScale instead.
- Member MGD::CONTEXT::SetColorPixel (PIXEL pixel)
- : Use MGD::CONTEXT::SetColor() instead
- Member MGD::DEVICE::GetColorPixel (const COLOR &color)
- Call the version in the context
- Member MGD::DEVICE::GetPixelColor (PIXEL pixel, COLOR &color) const
- Call the one in the context instead
- Member MGD::DEVICE_RASTER_RGB24::Create (int fhandle, RVCRASTINFO *rastinfo, const COLOR *bgcolor=0)
- Use other Create variants instead
- Member MGD::FONT::GetGlyphOutline (UINT16 GlyphIndex, INT32 *NumContours, LPOLYGON **Def, UINT32 FontFlags)
- Use the REGION2D version instead
- Member MGUI::CTRL_COMBOBOX::AddItem (ID id, const char *string, bool resize=true)
- Use TEXTID with MISTRING version instead.
- Member MGUI::CTRL_COMBOBOX::AddItems (const MGUI::LISTITEMDEF *items, bool resize=true)
- Use AddItem with TEXTID instead.
- Member MGUI::CTRL_COMBOBOX::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MGUI::LISTITEMDEF *items, int listheight=7, int width=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize, STYLE style=STYLE_Default)
- Use variant without LISTITEMDEF array and AddItem using TEXTID.
- Class MGUI::CTRL_COMBOBOX_T< _CT >
- Use CTRL_COMBOBOX::SetDelegateOnSelection().
- Member MGUI::CTRL_GROUPBOX::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *string, MGUI::LAYOUT_ORIENTATION orientation=MGUILAYOUT_ORIENTATION_Vertical, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize, int ChildSpacing=4, int ExtraBorder=0)
- Use TEXTID with MISTRING version instead.
- Member MGUI::CTRL_LABEL::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, ICONID iconid, const char *tooltip, int iconsize=0)
- Use TEXTID with MISTRING version instead.
- Member MGUI::CTRL_LABEL::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize, STYLE style=STYLE_LeftNoWrap)
- Use TEXTID with MISTRING version instead.
- Member MGUI::CTRL_LISTBOX::AddItem (ID id, const char *string, bool resize=true)
- Use TEXTID. If list box was created with STYLE_Sorted then the list will be resorted after the item is added, otherwise the item will be added to the end of the list.
- Member MGUI::CTRL_LISTBOX::AddItems (const MGUI::LISTITEMDEF *items, bool resize=true)
- Use AddItem with TEXTID instead.
- Member MGUI::CTRL_LISTBOX::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MGUI::LISTITEMDEF *items, int height=5, int width=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_Expand, STYLE style=STYLE_Default)
- Use variant without LISTITEMDEF array and AddItem using TEXTID.
- Member MGUI::CTRL_PUSHBUTTON::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, bool large=false, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize)
- Use TEXTID with MISTRING version instead.
- Class MGUI::CTRL_PUSHBUTTON_T< _CT >
- , use CTRL_PUSHBUTTON::SetDelegateOnPressed.
- Class MGUI::CTRL_TOGGLEBUTTON_T< _CT >
- , use CTRL_TOGGLEBUTTON::SetDelegateOnPressed.
- Class MGUI::DLG_BASE
- Replaced with MGUI::DLGSHELL Base class for general dialog support for both modeless and modal behavior.
- Member MGUI::DLGSHELL::CreateButton (BUTTONS button, const char *label)
- Use TEXTID with MISTRING variant instead.
- Member MGUI::FORM_BUTTONTEXT::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, int width=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_Expand)
- Use TEXTID with MISTRING version.
- Member MGUI::FORM_COLORBUTTON::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, const COLOR &dftcolor, MGUI::CTRL_COLORBUTTON::STYLE buttonstyle=MGUICTRL_COLORBUTTON::STYLE_Default, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_LABEL::STYLE labelstyle=MGUICTRL_LABEL::STYLE_LeftNoWrap)
- Use MISTRING version with TEXTID instead.
- Member MGUI::FORM_COMBOBOX::AddItem (ID id, const char *string, bool resize=true)
- Use TEXTID with MISTRING version instead.
- Member MGUI::FORM_COMBOBOX::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, const MGUI::LISTITEMDEF *items=0, int listheight=7, int width=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_COMBOBOX::STYLE style=MGUICTRL_COMBOBOX::STYLE_Default, MGUI::CTRL_LABEL::STYLE labelstyle=MGUICTRL_LABEL::STYLE_LeftNoWrap)
- Use TEXTID with MISTRING version instead.
- Class MGUI::FORM_COMBOBOX_T< _CT >
- Use FORM_COMBOBOX and GetComboBox().SetDelegateOnSelection().
- Member MGUI::FORM_EDIT_NUMBER::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, double dft, double min, double max, int places=0, int width=0, MGUI::CTRL_EDIT_NUMBER::FLAGS flags=MGUICTRL_EDIT_NUMBER::FLAG_Default, MGUI::CTRL_EDIT_NUMBER::FORMAT format=MGUICTRL_EDIT_NUMBER::FORMAT_Decimal, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_LABEL::STYLE labelstyle=MGUICTRL_LABEL::STYLE_LeftNoWrap)
- Use TEXTID with MISTRING version instead.
- Class MGUI::FORM_EDIT_NUMBER_T< _CT >
- Use FORM_EDIT_NUMBER and GetEditCtrl.SetDelegate...().
- Member MGUI::FORM_EDIT_RANGE::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, const DOUBLE_RANGE &dft, double min, double max, double mininterval=0, int places=0, int width=0, CTRL_EDIT_NUMBER::FLAGS flags=CTRL_EDIT_NUMBERFLAG_Default, CTRL_EDIT_NUMBER::FORMAT format=CTRL_EDIT_NUMBERFORMAT_Decimal, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_LABEL::STYLE labelstyle=MGUICTRL_LABEL::STYLE_LeftNoWrap)
- Use TEXTID with MISTRING version instead.
- Member MGUI::FORM_EDIT_STRING::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, int maxlen, int width=0, MGUI::CTRL_EDIT_STRING::FLAGS flags=MGUICTRL_EDIT_STRING::FLAG_Default, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedHeight, MGUI::CTRL_LABEL::STYLE labelstyle=MGUICTRL_LABEL::STYLE_LeftNoWrap)
- Use TEXTID with MISTRING version instead.
- Member MGUI::FORM_RADIOBUTTONS::AddButton (ID id, ICONID iconid, const char *tooltip, int iconsize=0)
- Use TEXTID with MISTRING version instead.
- Member MGUI::FORM_RADIOBUTTONS::AddButton (ID id, const char *string)
- Use TEXTID with MISTRING version instead.
- Member MGUI::FORM_RADIOBUTTONS::AddButtons (const MGUI::LISTITEMDEF *buttons)
- Add individually via AddButton using TEXTID for resource lookup.
- Member MGUI::FORM_RADIOBUTTONS::Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MGUI::LISTITEMDEF *buttons, MGUI::LAYOUT_ORIENTATION orientation=MGUILAYOUT_ORIENTATION_Vertical, MGUI::LAYOUT_SIZEALIGN sizealign=MGUILAYOUT_SIZEALIGN_FixedSize, int ChildSpacing=4)
- Use variant without LISTITEMDEF array and AddButton using TEXTID.
- Member MGUI::LAYOUT_PAGE::Create (MGUI::LAYOUT_BOOK &book, const char *label, MGUI::LAYOUT_ORIENTATION orientation=MGUILAYOUT_ORIENTATION_Vertical)
- Use TEXTID for resource lookup.
- Class MGUI::LISTITEMDEF
- Use LISTITEM with TEXTID. Generally used as a null-terminated array.
- Class MIDIALOG
- Use MGUI::DLGSHELL
- Class MXFORM
- Use MGUI instead
- Member RVC::DBTABLE::FindField (const RVC::OBJECTNAME &name) const
- Use the MISTRING version or FindFieldByShortName(), because field names can be bigger than 16 characters now
- Member RVC::DBTABLE::CONST_RECORDITERATOR::GetRecordNum () const
- use GetBookmark - this one doesn't do what you think it does.
- Member RVC::DBTABLE::CURSOR::GetRecordNum () const
- Use GetBookmark instead. This method will NOT work for ODBC or RDBMS.
- Member RVC::GEOSPATIAL::ComputeObjectScale (double &xscale, double &yscale) const
- Use variant specifying GEOREFERENCE and whether to convert to meters or not
- Member RVC::GEOSPATIAL::ComputeScaleFromGeoref (const RVC::GEOREFERENCE &DftGeoref, double &xscale, double &yscale) const
- Use variant specifying whether to convert to meters or not Specified georeference object must be attached or an error will be returned.
- Member RVC::OBJITEM::GetDescriptor () const
- Use GetObjectDescriptor instead.
- Member RVC::OBJITEM::GetInfo (const CREDENTIALS *Credentials=0) const
- Avoid use of legacy RVCGENINFO structures.
- Member RVC::OBJITEM::GetInode (const CREDENTIALS *Credentials=0) const
- Avoid use of INODENUM
- Member RVC::OBJITEM::SetItem (const FILEPATH &filename, RVCINODENUM inode, const CREDENTIALS *Credentials=0)
- Do not use legacy INODENUM
- Member RVC::OBJITEM::SetItem (const FILEPATH &filename, const RVCGENINFO &ginfo)
- Avoid use of legacy RVCGENINFO structures.
- Member RVC::OBJITEM::SetObjectDescription (const RVC::OBJECTDESC &NewDesc)
- , Use SetObjectDescriptor()
- Member RVC::OBJITEM::SetObjectInfo (const RVCGENINFO &ginfo)
- Avoid use of legacy RVCGENINFO.
- Member RVC::OBJITEM::SetObjectName (const RVC::OBJECTNAME &NewName)
- , Use SetObjectDescriptor()
- Member RVC::OBJITEM::OBJITEM (const FILEPATH &filename, const RVCGENINFO &ginfo)
- Avoid use of RVCGENINFO
- Member RVC::OBJITEM::OBJITEM (const FILEPATH &filename, RVCINODENUM inode, const CREDENTIALS *Credentials=0)
- Use version with object path.
- Member RVC::OBJITEM::OBJITEM (const OBJECTNAME &name, const OBJECTDESC &desc, const char *source=0)
- Use DESCRIPTOR version.
- Member RVC::SIMPLE::Read (const RVC::OBJECT &parent, const RVC::OBJECTNAME &name, const CREDENTIALS *Credentials RVC_DEFAULT_CREDENTIALS)
- Use the method that takes a DESCRIPTOR
- Class RVCFILEHANDLE
- Replaced by RVC::OBJECT
- Member RVCFILEHANDLE::MakeTemp (UINT32 tempflags=RVCFILE_DeleteOnClose)
- Use RVC::OBJECT::MakeTempFile().
- Class SMLCLASSARRAY
- Nothing actually uses this, although a grep of the source seems to indicate otherwise, it's because almost every MIE module has a comment with MIEFORMATSMLCLASSARRAYSIZE in it.
- Member SMLCONTEXT::CallFunction (SMLSYMBOL *func, SMLARG *args, int numargs, UINT8 *tlist, SMLARG *ret)
- . Call the version that returns ERRVALUE
- Member SMLCONTEXT::GetMainObject (FILEPATH &filepath, INT32 *inodep) const
- Use the RVC::OBJITEM version
- Member SMLCONTEXT::GetSegmentDatabaseHandle (int segment) const
- Get your own database handle.
- Member SMLCONTEXT::GetSegmentType (int segment=-1) const
- . Use GetSegmentElemType or GetUsage
- Member SMLCONTEXT::GetSegmentUsage (int segment=-1) const
- Use GetUsage instead
- Member SMLCONTEXT::SegmentCreate (int qtype, int ElemType, int table=-1)
- Use the version that takes SMLUSAGE and ELEMTYPE instead of ints
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, void(*p_func)(int numargs, SMLARG *args, UINT8 *argtypes, SMLCONTEXT *context), SMLPARM *p_parms, int p_createdate, int p_modifydate=0, const char *p_description=0, bool p_bInWin32=true)
- Use the version that doesn't take createdate, modifydate or description parameters
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, double(*p_func)(int numargs, SMLARG *args, UINT8 *argtypes, SMLCONTEXT *context), SMLPARM *p_parms, int p_createdate, int p_modifydate=0, const char *p_description=0, bool p_bInWin32=true)
- Use the version that doesn't take createdate, modifydate or description parameters
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, SMLSTRING *(*p_func)(int numargs, SMLARG *args, UINT8 *argtypes, SMLCONTEXT *context), SMLPARM *p_parms, int p_createdate, int p_modifydate=0, const char *p_description=0, bool p_bInWin32=true)
- Use the version that doesn't take createdate, modifydate or description parameters
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, SMLCLASSHASH *(*p_func)(int numargs, SMLARG *args, UINT8 *argtypes, SMLCONTEXT *context), SMLSTYPE p_type, SMLPARM *p_parms, const char *p_classname, int p_createdate, int p_modifydate=0, const char *p_description=0, bool p_bInWin32=true)
- Use the version that doesn't take createdate, modifydate or description parameters
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, void *(*p_func)(int numargs, SMLARG *args, UINT8 *argtypes, SMLCONTEXT *context), SMLSTYPE p_type, SMLPARM *p_parms, const char *p_classname, int p_createdate, int p_modifydate=0, const char *p_description=0, bool p_bInWin32=true)
- Use the version that doesn't take createdate, modifydate or description parameters
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, VOIDFUNC p_func, SMLFUNCSIG p_signature, SMLPARM *p_parms, int p_createdate, int p_modifydate=0, const char *p_ClassName=0, bool p_bInWin32=true)
- Use the version that doesn't take createdate or modifydate parameters
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, METHODPTR p_method, SMLFUNCSIG p_signature, SMLPARM *p_parms, int p_createdate, int p_modifydate=0, const char *p_ClassName=0, bool p_bInWin32=true)
- Use SMLAUTOCLASS templates instead
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, SMLFUNCSIG p_signature, SMLPARM *p_parms, int p_createdate, int p_modifydate=0, const char *p_ClassName=0)
- Use SMLAUTOCLASS templates instead
- Member SMLFUNCDEF::SMLFUNCDEF (const char *p_name, SMLSTYPE p_type, SMLPARM *p_parms, const char *p_classname, int p_createdate, int p_modifydate=0, const char *p_description=0, bool bInWin32Native=false)
- Use SMLAUTOCLASS templates instead
- Member SMLOBJECT::GetGenInfo () const
- Use RVC classes
- Member SMLOBJECT::GetGenInfo (RVCGENINFO *) const
- Use RVC classes
- Member SMLOBJECT::GetInode () const
- Use RVC classes
- Member SMLOBJECT::Open (int mode)
- Call GetInterface() and Open that.
- Member SMLOBJECT::SetGenInfo (const RVCGENINFO &info)
- Use RVC classes
- Member SMLOBJECT::SetInode (RVCINODENUM inode)
- Use RVC classes
- Member SMLSYMBOL::GetArgument (int parmnum) const
- This function has been renamed GetFormalParameterSymbol()
- Member STATUSCONTEXT::TextUpdate (const char *MsgGroup, const char *MsgName, INT16 line=0)
- Member STATUSDIALOG::GetHandle () const
- No new code should be written to take an MSTATUSHANDLE directly, however this method is still necessary for calling some old code.
- Member TRANS2D_MAPGEN::ReadGeoreference (int fhandle, RVCINODENUM inode, bool dooutput=false)
- Use RVC::GEOREFERENCE.
- Member ComputeSlopeAspectShadingRasters
- Use RVC::RASTEROP::ComputeSAS
- Member MGUI::GetLatLonFormatList ()
- MGUI::LISTITEMDEF is deprecated. Use GetLatLonTypeList.
- Member McbAddCallback
- . Use MICALLBACKLIST instead of McbLIST
- Member McbAddCallbackExt
- . Use MICALLBACKLIST instead of McbLIST
- Member McbCallCallbacks
- . Use MICALLBACKLIST instead of McbLIST
- Member McbHasCallbacks
- . Use MICALLBACKLIST instead of McbLIST
- Member McbRemoveAllCallbacks
- . Use MICALLBACKLIST instead of McbLIST
- Member McbRemoveCallback
- . Use MICALLBACKLIST instead of McbLIST
- Member MGD::TextGetFontByName (INIHANDLE ini, MIUNICODE *fontname, MIUNICODE *family, UINT32 StyleFlags, UINT32 *pStyleFlags)
- Use the version that takes an MISTRING instead
- File mlist.h
- Use MILIST instead
- Member MsysRunProcess
- , Use MISYSTEM::ExecuteProcess()
- File pwd.h
- Was only necessary on Mac OS 9 because it didn't have one
- Member MfAppendDBList
- Use the version that takes an ELEMTYPE
- Member MfDBListMaxItemSize
- Use the version that takes an ELEMTYPE
- Member MfDBListNumElements
- Use the version that takes an ELEMTYPE
- Member MfGetAttachedRecordList
- Use the version that takes a SIMPLE_ARRAY<INT32> or SIMPLE_ARRAY<DBLISTELMT>
- Member MfGetDBTypeCap
- Use MfHasDBTypeCap, or better yet, use interface classes
- Member MfGetTableCap
- Use MfHasTableCap, or better yet, use interface classes
- Member MfReadDBList
- Use the version which takes an ELEMTYPE and SIMPLE_ARRAY.
- Member MfReadDBListExt
- Use the version which takes an ELEMTYPE and SIMPLE_ARRAY.
- Member MfUnattachDBList
- Use the version that takes an ELEMTYPE
- Member MfWriteDBList
- Use the version that takes an ELEMTYPE
- Member MfCloseFile
- Replaced by RVC::OBJECT::Close()
- Member MfComputeScaleFromGeoref
- Replaced by RVC::GEOSPATIAL::ComputeScaleFromGeoref()
- Member MfReadGeoref
- Use RVC::GEOREFERENCE.
- Member MfReadGeorefHeader
- Use RVC::GEOREFERENCE.
- Member MfReadGeorefMatrix
- Use RVC::GEOREFERENCE.
- Member MfReadGeorefTransParm
- Use RVC::GEOREFERENCE.
- Member MfReadParms
- use SERIALIZER instead.
- Member MfWriteParms
- use SERIALIZER instead.
- Member MfSensorInfoRead
- Use RVC::HYPERSENSOR class.
- Member MfSensorInfoWrite
- Use RVC::HYPERSENSOR class.
- Member MfSpectralInfoRead
- Use RVC::RASTERSENSOR class.
- Member MfSpectralInfoWrite
- Use RVC::RASTERSENSOR class.
- Member MfConvertRVCLINESTYLEtoLINESTYLE
- - Replaced by RVC::STYLE::Read()
- Member MfConvertRVCPOINTSTYLEtoPOINTSTYLE
- - Replaced by RVC::STYLE::Read()
- Member MfConvertRVCPOLYSTYLEtoPOLYSTYLE
- - Replaced by RVC::STYLE::Read()
- Member MfCloseVect
- Use RVC::VECTOR class
- Member MfMakeVect
- Use RVC::VECTOR class
- Member MfOpenVect
- Use RVC::VECTOR class
- Member MfReadOpenVectHeader
- Use RVC::VECTOR class
- Member MfReadVectHeader
- Use RVC::VECTOR class
- Member MfSetVectMode
- Use RVC::VECTOR::ReadLinePoints()
- Member MfVectorOptimize
- Use RVC::VECTOR::OptimizeTo()
- Member SMLFUNCDEF
- Member DBQuery_CreateContextFromDBHandle
- Use the method on RVC::DATABASE
- Member DBQuery_EditUC
- Use SML_EditScript
- Member SML_CreateContext
- Use SML_CreateObjectContext instead -- it takes RVC::OBJITEM
- Member SMLCLASSCopyRefcount
- Member MxdTextViewCreate
- Use MGUI::DLG_TEXTVIEW
- Member MxdTextViewSetFromFile
- Use FILE_TEXT to read file and MGUI::DLG_TEXTVIEW::SetText.
- Member MwinDrawStyleSample
- - Replaced by MwinDrawStyleSample() that takes a POLYSTYLE
- Member MwinDrawStyleSample
- - Replaced by MwinDrawStyleSample() that takes a LINESTYLE
- Member MwinDrawStyleSample
- - Replaced by MwinDrawStyleSample() that takes a POINTSTYLE
- Member MdispxdLayerManagerAddCallback
- Use GRE::DLG_LAYERMGR
- Member MdispxdLayerManagerClose
- Use GRE::DLG_LAYERMGR
- Member MdispxdLayerManagerCreate
- Use GRE::DLG_LAYERMGR::OpenSimple().
- Member MdispxdLayerManagerDestroy
- Use GRE::DLG_LAYERMGR
- Member MdispxdLayerManagerIsOpen
- Use GRE::DLG_LAYERMGR
- Member MdispxdLayerManagerOpen
- Use GRE::DLG_LAYERMGR
- Member MdispxdLayerManagerRemoveCallback
- Use GRE::DLG_LAYERMGR
- Member MdispxdLayerManagerSetTitle
- Use GRE::DLG_LAYERMGR
- Member GetLatLonNames
- Use GetLatLonTypeList
- Member GetLatLonType
- Use GetLatLonTypeList
- Member ROUND
- Replaced by FAST_ROUND
- Member MdlgAskYesNo
- Replaced by MdlgAskQuestion
- Member MdlgAskYesNo
- Replaced by MdlgAskQuestion
- Member MdlgGetFile
- Use
- Member MdlgGetFile
- Use FILEPATH version.
- Member MdlgGetFileExtnUC
- Use FILEPATH version.
- Member MdlgShowMessage
- Replaced by version using MISTRING and HELPID.
- Member MioClose
- Replaced by FILE_RAW::Close();
- Member MioGetOpenFileSize
- Replaced by FILE_RAW::GetSize();
- Member MioGetStr
- Replaced by FILE_TEXT::ReadLine().
- Member MioOpen
- Replaced by FILE_RAW::Open() and FILE_TEXT::Open()
- Member MioRead
- Replaced by FILE_RAW::Read();
- Member MioSeek
- Replaced by FILE_RAW::Seek();
- Member MioWrite
- Replaced by FILE_RAW::Write();
- Member FreeFNameInodeUCArray
- Use RVC::OBJITEMLIST
- Member FreeFNameInodeUCList
- Use RVC::OBJITEMLIST
- Member MdlgGetObject
- Replaced by RVC::DlgGetObject().
- Member MdlgGetObject
- Replaced by RVC::DlgGetObject().
- Member MdlgGetObjects
- Replaced by RVC::DlgGetObjects().
- Member MdlgGetObjects
- Replaced by RVC::DlgGetObjects().
- Member MdlgGetObjectSet
- Replaced by RVC::DlgGetObjectSet().
- Member MdlgGetObjectSet
- Replaced by RVC::DlgGetObjectSet().
- Member MfChangeFileLock
- Use RVC::OBJECT or derived classes and open with RVC::OBJECT::OPENMODE_Write
- Member MfCloseFile
- Use RVC::OBJECT or derived classes and let go out of scope or call RVC::OBJECT::Close()
- Member MfComputeObjectScale
- Use RVC::GEOSPATIAL::ComputeObjectScale
- Member MfConvertVectorToRaster
- Use the version that takes RVC::OBJITEMS
- Member MfCopyObject
- Replaced by RVC::OBJECT::CopyTo()
- Member MfCopySubObjects
- Replaced by RVC::OBJECT::CopyChildrenTo()
- Member MfDeleteObject
- Use RVC::OBJECT::Delete
- Member MfDeleteSubObjects
- Use RVC::OBJECT::Delete
- Member MfEditName
- Replaced by RVC::DlgEditDescriptor()
- Member MfEditNameDesc
- Replaced by RVC::DlgEditDescriptor()
- Member MfFileIsWritable
- Use RVC::OBJECT::Open() with the flag RVC::OBJECT::OPENMODE_WriteAttempt
- Member MfFileOpen
- Replaced by RVC::OBJECT::Open()
- Member MfFileOpen
- Use RVC::OBJECT::Open()
- Member MfFindLinkFileNameUC
- Use MfFindLinkFilePath()
- Member MfFindObject
- Use RVC::OBJECT::FindChild()
- Member MfGetFilenameUC
- Replaced by MfGetFilePath
- Member MfGetFilenameUC
- Use RVC::OBJECT::GetFilePath()
- Member MfGetFilePath
- Use RVC::OBJECT::GetFilePath()
- Member MfGetFileStatus
- Use RVC::OBJECT methods
- Member MfGetLastUsed
- Use RVC::OBJECT::FindChildLastUsed()
- Member MfGetObjCount
- Use RVC::OBJECT::GetChildCount()
- Member MfGetObjectFile
- Use RVC::OBJECT
- Member MfGetObjectInode
- Use RVC::OBJECT
- Member MfGetObjectName
- Use RVC::OBJECT::GetObjectPath()
- Member MfGetObjectStatus
- Use RVC::OBJECT methods
- Member MfGetObjList
- Use RVC::OBJECT::GetChildList()
- Member MfGetObjListF
- Use RVC::OBJECT::GetChildList()
- Member MfGetObjType
- Use RVC::OBJECT::GetObjectType()
- Member MfIsLinked
- Use RVC::OBJECT::IsLinked()
- Member MfMakeFileEx
- Use RVC::OBJECT::MakeFile()
- Member MfMakeFileUC
- Replaced by MfMakeFileEx.
- Member MfMakeFileUC
- Use RVC::OBJECT::MakeFile()
- Member MfMakeTempFile
- Replaced by RVC::OBJECT::MakeTempFile();
- Member MfMakeTempFileEx
- Replaced by RVC::OBJECT::MakeTempFile();
- Member MfMakeTempFileUC
- Replaced by RVC::OBJECT::MakeTempFile();
- Member MfOpenObjectIsWritable
- Replaced by RVC::OBJECT::IsWritable()
- Member MfReadBasicInfo
- Replaced by RVC::OBJECT::GetDescriptor()
- Member MfReadFileHeader
- Replaced by RVC::OBJECT::GetDescriptor()
- Member MfReadGenInfo
- Replaced by RVC::OBJECT::GetDescriptor()
- Member MfTouchObject
- Replaced by RVC::OBJECT::UpdateTimeLastUsed()
- Member MfUpdateFile
- Replaced by RVC::OBJECT::UpdateFile()
- Member MfUpdateLastMod
- Replaced by RVC::OBJECT::SetTimeLastMod()
- Member MfWriteHeaderNameDesc
- Replaced by RVC::OBJECT::ChangeDescriptor()
- Member MdlgGetRasterObject
- Replaced by RVC::DlgGetObject().
- Member MdlgGetRasterObject
- Replaced by RVC::DlgGetObject().
- Member MdlgGetRasterObjects
- Replaced by RVC::DlgGetObjects().
- Member MdlgGetRasterObjects
- Replaced by RVC::DlgGetObjects().
- Member MdlgGetRasterObjectSet
- Replaced by RVC::DlgGetObjectSet().
- Member MdlgGetRasterObjectSet
- Replaced by RVC::DlgGetObjectSet().
- Member MfCloseRast
- Use RVC::RASTER class.
- Member MfComputeRastHist
- Use RVC::HISTOGRAM.
- Member MfComputeRastHistRegion
- Use RVC::HISTOGRAM.
- Member MfComputeRegionFromRasterBinary
- Replaced by function that takes a RVC::OBJITEM
- Member MfCopyRasterAveraged
- Use RVC::RASTER::CopyAverageTo.
- Member MfCopyRasterSampled
- Use RVC::RASTER::CopySampledTo.
- Member MfGetDftRastHist
- Use RVC::HISTOGRAM class.
- Member MfGetRastNullAsDouble
- Use RVC::NULLMASK class.
- Member MfGetRastTileInfo
- Use RVC::RASTER class.
- Member MfMakeDftRastHist
- Use RVC::HISTOGRAM.
- Member MfMakeRast
- Use RVC::RASTER class.
- Member MfMakeRastI
- Use RVC::RASTER class.
- Member MfMakeRastPyramidSet
- Use RVC::RASTER::MakePyramdidSet.
- Member MfMakeRastPyramidSetExt
- Use RVC::RASTER::MakePyramdidSet.
- Member MfOpenRast
- Use RVC::RASTER class.
- Member MfReadRastHeader
- Use RVC::RASTER class.
- Member MfValidListRastSameSize
- Use RVC::RASTER::GETOBJFILTER_ISSELECTABLE and RVC::DlgGetObjects or RVC::DlgGetObjectSet.
- Member ValidRastSameSize
- Use RVC::RASTER::GETOBJFILTER_ISSELECTABLE and RVC::DlgGetObjects or RVC::DlgGetObjectSet.
- Group MtText
- Use TEXTID instead
- Member MtTextGetStringExtUC
- Use MISTRING instead.
- Member MtTextGetStringUC
- Use MISTRING instead.
- Member ucntostr
- , Use appropriate MISTRING or FILEPATH method instead. Note, this just strips the high byte, so any characters > 255 will produce garbage in the output
- Member uctostr
- , Use appropriate MISTRING or FILEPATH method instead. Note, this just strips the high byte, so any characters > 255 will produce garbage in the output
- Member uctostrdup
- , Use appropriate MISTRING or FILEPATH method instead. Note, this just strips the high byte, so any characters > 255 will produce garbage in the output
- Member MxDisplayErrorCode
- Replaced by MdlgShowErrorCode
- Member MxEditMenuCreate
- Use the version which takes a shell as the first parameter
- Member MxEditStyle
- Replaced by RVC::DlgStyleEdit.
- Member MxEditStyleExt
- Replaced by RVC::DlgStyleEdit.
- Member MxEditStyleFormChangeObject
- Replaced by MGUI::FORM_EDITSTYLE
- Member MxEditStyleFormCreate
- Replaced by MGUI::FORM_EDITSTYLE
- Member MxEditStyleFormIsObjChanged
- Replaced by MGUI::FORM_EDITSTYLE
- Member MxEditStyleFormSetChangeCallback
- Replaced by MGUI::FORM_EDITSTYLE
- Member MxEditStyleFormSetGetDescFunc
- Replaced by MGUI::FORM_EDITSTYLE
- Member MxEditStyleFormSetType
- Replaced by MGUI::FORM_EDITSTYLE
- Member MxEditStyleFormUpdate
- Replaced by MGUI::FORM_EDITSTYLE
- Member MxGetPattern
- Replaced by RVC::DlgGetPattern
- Member MxMsgLineSetMsg
- Replaced by MxMsgLineSetText
- Member MxPopupYNC
- Replaced by MdlgAskQuestion.
- Member MxSaveAsTextFile
- Replaced by MdlgSaveAsTextFile.
- Member MxSetToolTipFromFileObject
- Use MxSetToolTipFromObjItem.
- Member MxTextSetFilenameInodeXe
- Use MxTextSetObjItemXe. This function will also setup a ToolTip on the XeText widget allowing the user to view the complete file name, object name and object description.
- Member MxTextSetFilenameObjectXe
- Use MxTextSetObjItemXe. This function will also setup a ToolTip on the XeText widget allowing the user to view the complete file name, object name and object description.
- Member MxTextSetFilenameXe
- Use MxTextSetFilePathXe This function will also setup a ToolTip on the XeText widget allowing the user to view the complete file name (in case the field is too narrow).
- Member MxTextSetFileObjectXe
- Use MxTextSetObjItemXe. This function will also setup a ToolTip on the XeText widget allowing the user to view the complete file name, object name and object description.
- Member MxcFindClosestColor
- Replaced by MxGetColorPixel
- Group tooltip
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipAdd
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipCheckMotion
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipCheckMotion
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipDisable
- Replaced by MGUI::CTRL_TOOLTIP This increments the "disabled" count so multiple disables require an equal number of MxToolTipEnable() calls to actually reenable the ToolTip.
- Member MxToolTipEnable
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipGetHandleFromUserData
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipHide
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipIsVisible
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipRename
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipSetDelay
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipSetDelay
- Replaced by MGUI::CTRL_TOOLTIP
- Member MxToolTipShow
- Replaced by MGUI::CTRL_TOOLTIP
Generated on Thu Apr 26 04:46:39 2007 for TNTsdk by
1.5.2