- Member GRE::LAYER::GetName (MISTRING &retname)
- Use variant returning const MISTRING reference.
- Member GRE::LAYER::TYPEDEFN::GetMenuItemCreate () const
- , replaced by CreateMenuAdd.
- Member GRE::VIEW::GetBackgroundColor () const
- Use GetColor().
- Member GRE::VIEW::GetDrawingContextScreen () const
- Use GetDrawingDeviceScreen() and create own context.
- 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::MultiPassTestStyle (const LINESTYLE &style, const void *pattern, int patternbytes) const
- Use the one that takes a STYLEPATTERN_LINE*
- Member MGD::CONTEXT::SetColorPixel (PIXEL pixel)
- : Use MGD::CONTEXT::SetColor() instead
- Member MGD::CONTEXT::SetStyleFill (const POLYSTYLE *style, const void *pattern, INT32 patternbytes)
- Use the version that takes RVC::STYLEPATTERN_BITMAP or RVC::STYLEPATTERN_HATCH
- Member MGD::CONTEXT::SetStyleLine (const LINESTYLE *style, const void *pattern, INT32 patternbytes)
- Use the version that takes RVC::STYLEPATTERN_LINE or RVC::STYLEPATTERN_BITMAP
- Member MGD::CONTEXT::SetStylePoint (const POINTSTYLE *style, const void *pattern, INT32 patternbytes)
- Use the version that takes RVC::STYLEPATTERN_SYMBOL
- 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 MGUI::APP_BASE::MxInitLegacy (LEGACYINIT flags=LEGACYINIT_Default)
- Use MGUI::TOPSHELL as base for main application window.
- Class MIDIALOG
- Use MGUI::DLGSHELL
- Class MXFORM
- Use MGUI instead
- Member RVC::DBTABLE::CONST_RECORDITERATOR::DEPRECATED_MSG ("Use GetBookmark instead") INT32 GetRecordNum() const
- use GetBookmark - this one doesn't do what you think it does.
- Member RVC::DBTABLE::CURSOR::DEPRECATED_MSG ("Use GetBookmark() instead.") INT32 GetRecordNum() const
- Use GetBookmark instead. This method will NOT work for ODBC or RDBMS.
- Member RVC::DBTABLE::FIELDINFO::DEPRECATED_MSG ("Call GetShortName() instead") const RVC
- Call GetShortName()
- Member RVC::DBTABLE::FIELDINFO::GetFullName () const
- Call GetDescriptor().GetShortName()
- Member RVC::DBTABLE::FIELDINFO::GetShortName () const
- Call GetDescriptor().GetShortName()
- 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::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
- Member RVC::STYLE::AddStyle (RVCTEXTSTYLE &style)
- Use AddStyle(const RVC::OBJECTNAME&, const TEXTSTYLE&)
- Member RVC::STYLE::AddStyle (RVCLINESTYLE &style)
- Use AddStyle(const RVC::OBJECTNAME&, const LINESTYLE&)
- Member RVC::STYLE::AddStyle (RVCPOLYGONSTYLE &style)
- Use AddStyle(const RVC::OBJECTNAME&, const POLYSTYLE&)
- Member RVC::STYLE::AddStyle (RVCPOINTSTYLE &style)
- Use AddStyle(const RVC::OBJECTNAME&, const POINTSTYLE&)
- Member RVC::STYLE::ConvertStyle (TEXTSTYLE &textstyle, const RVCTEXTSTYLE &rvcstyle) const
- Use ReadStyle(INT32 StyleNum, const TEXTSTYLE&)
- Member RVC::STYLE::ConvertStyle (RVCTEXTSTYLE &rvcstyle, const TEXTSTYLE &textstyle)
- Do not use
- Member RVC::STYLE::ConvertStyle (POLYSTYLE &polystyle, const RVCPOLYGONSTYLE &rvcstyle) const
- Use ReadStyle(INT32 StyleNum, const POLYSTYLE&)
- Member RVC::STYLE::ConvertStyle (RVCPOLYGONSTYLE &rvcstyle, const POLYSTYLE &polystyle) const
- Do not use
- Member RVC::STYLE::ConvertStyle (POINTSTYLE &pointstyle, const RVCPOINTSTYLE &rvcstyle) const
- Use ReadStyle(INT32 StyleNum, const POINTSTYLE&)
- Member RVC::STYLE::ConvertStyle (RVCPOINTSTYLE &rvcstyle, const POINTSTYLE &pointstyle) const
- Do not use
- Member RVC::STYLE::ConvertStyle (LINESTYLE &linestyle, const RVCLINESTYLE &rvcstyle) const
- Use ReadStyle(INT32 StyleNum, const LINESTYLE&)
- Member RVC::STYLE::ConvertStyle (RVCLINESTYLE &rvcstyle, const LINESTYLE &linestyle) const
- Do not use
- Member RVC::STYLE::ReadStyle (INT32 StyleNum, RVCTEXTSTYLE &style) const
- Use ReadStyle(INT32 StyleNum, const TEXTSTYLE&)
- Member RVC::STYLE::ReadStyle (INT32 StyleNum, RVCLINESTYLE &style) const
- Use ReadStyle(INT32 StyleNum, const LINESTYLE&)
- Member RVC::STYLE::ReadStyle (INT32 StyleNum, RVCPOLYGONSTYLE &style) const
- Use ReadStyle(INT32 StyleNum, const POLYSTYLE&)
- Member RVC::STYLE::ReadStyle (INT32 StyleNum, RVCPOINTSTYLE &style) const
- Use ReadStyle(INT32 StyleNum, const POINTSTYLE&)
- Member RVC::STYLE::WriteStyle (INT32 StyleNum, RVCTEXTSTYLE &style)
- Use WriteStyle(INT32 StyleNum, const RVC::OBJECTNAME& name, const TEXTSTYLE&)
- Member RVC::STYLE::WriteStyle (INT32 StyleNum, RVCLINESTYLE &style)
- Use WriteStyle(INT32 StyleNum, const RVC::OBJECTNAME& name, const LINESTYLE&)
- Member RVC::STYLE::WriteStyle (INT32 StyleNum, RVCPOLYGONSTYLE &style)
- Use WriteStyle(INT32 StyleNum, const RVC::OBJECTNAME& name, const POLYSTYLE&)
- Member RVC::STYLE::WriteStyle (INT32 StyleNum, RVCPOINTSTYLE &style)
- Use WriteStyle(INT32 StyleNum, const RVC::OBJECTNAME& name, const POINTSTYLE&)
- Member SMLCONTEXT::CallFunction (SMLSYMBOL *func, SMLARG *args, int numargs, UINT8 *tlist, SMLARG *ret)
- . Call the version that returns ERRVALUE
- 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 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 HBStoRGB
- use ConvertHBStoRGB or ConvertHBStoColor.
- Member HIStoRGB
- use ConvertHIStoRGB or ConvertHIStoColor.
- Member RGBtoHBS
- use ConvertRGBtoHBS or ConvertColorToHBS.
- Member RGBtoHIS
- use ConvertRGBtoHIS or ConvertColorToHIS.
- 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
- Member MsysRunProcess
- , Use MISYSTEM::ExecuteProcess()
- File pwd.h
- Was only necessary on Mac OS 9 because it didn't have one
- Member GetLatLonNames
- Use GetLatLonTypeList
- Member GetLatLonType
- Use GetLatLonTypeList
- Member ROUND
- Replaced by FAST_ROUND
- Member MdlgGetFile
- Use
- Member MdlgGetFile
- Use FILEPATH version.
- Member MdlgGetFileExtnUC
- Use FILEPATH version.
- Member MdlgShowMessage
- Replaced by version using MISTRING and HELPID.
- Member MfEditName
- Replaced by RVC::DlgEditDescriptor()
- 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 MxEditMenuCreate
- Use the version which takes a shell as the first parameter
- Member MxMakeObjectList
- Use RVC::UI::FORM_OBJECT_LIST.
- 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:09:35 2007 for TNTsdk by
1.5.2