Deprecated List

Member GetLatLonNames
Use GetLatLonTypeList

Member GetLatLonType
Use GetLatLonTypeList

Member GRE::LAYER::GetName (MISTRING &retname)
Use variant returning const MISTRING reference.

Member GRE::LAYER::TYPEDEFN::GetMenuItemCreate () const
, replaced by CreateMenuAdd.

Member HBStoRGB
use ConvertHBStoRGB or ConvertHBStoColor.

Member HIStoRGB
use ConvertHIStoRGB or ConvertHIStoColor.

Member LPOINT2D::DEPRECATED_MSG ("Use GetDistance2D") double GetDistance(const LPOINT2D &pt) const
Use GetDistance2D to avoid ambiguity between 2D/3D points.

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

Class McbLIST
Use MICALLBACKLIST instead

Member McbRemoveAllCallbacks
. Use MICALLBACKLIST instead of McbLIST

Member McbRemoveCallback
. Use MICALLBACKLIST instead of McbLIST

Member MfEditName
Replaced by RVC::DlgEditDescriptor()

Member MGD::CONTEXT::DEPRECATED_MSG ("Use SetColor() instead") void SetColorPixel(PIXEL pixel)
: Use MGD::CONTEXT::SetColor() 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 RVC::STYLEPATTERN_BASE*.

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 MGD::TextGetFontByName (INIHANDLE ini, MIUNICODE *fontname, MIUNICODE *family, UINT32 StyleFlags, UINT32 *pStyleFlags)
Use the version that takes an MISTRING instead

Member MGUI::APP_BASE::MxInitLegacy (LEGACYINIT flags=LEGACYINIT_Default)
Use MGUI::TOPSHELL as base for main application window.

Class MIDIALOG

Use MGUI::DLGSHELL

Member MsysRunProcess
Use MISYSTEM::ExecuteProcess()

Member MxEditMenuCreate
Use the version which takes a shell as the first parameter

Member MxListButtonCreate
Use MGUI::FORM_COMBOBOX

Member MxListButtonSetHelpID
Use MGUI::FORM_COMBOBOX

Member MxListButtonSetItem
Use MGUI::FORM_COMBOBOX

Member MxListButtonSetNumItems
Use MGUI::FORM_COMBOBOX

Member MxListButtonSetTitle
Use MGUI::FORM_COMBOBOX

Member MxMakeObjectList
Use RVC::UI::FORM_OBJECT_LIST.

Member MxToolTipAdd
Replaced by MGUI::CTRL_TOOLTIP

Member MxToolTipCheckMotion

Replaced by MGUI::CTRL_TOOLTIP

Replaced by MGUI::CTRL_TOOLTIP

Member MxToolTipHide
Replaced by MGUI::CTRL_TOOLTIP

Member MxToolTipIsVisible
Replaced by MGUI::CTRL_TOOLTIP

Member MxToolTipShow
Replaced by MGUI::CTRL_TOOLTIP

Member POLYLINE::RemoveDuplicates (double thresh=0.0, bool KeepEndPoints=false)
Use RemoveColinearVertices instead.

Member RGBtoHBS
use ConvertRGBtoHBS or ConvertColorToHBS.

Member RGBtoHIS
use ConvertRGBtoHIS or ConvertColorToHIS.

Member RVC::DBTABLE::CONSTRAINT::CanBeEmpty () const
Redundant with FIELDINFO::FLAG_NotNULL

Member RVC::DBTABLE::CONSTRAINT::SetEmpty (bool value)
Redundant with FIELDINFO::FLAG_NotNULL

Member RVC::DBTABLE::CURSOR::GetRecordNum () const
Use GetBookmark instead. This method will NOT work for ODBC or RDBMS.

Member RVC::DBTABLE::FIELDINFO::GetFullName () const
Call GetDescriptor().GetShortName()

Member RVC::DBTABLE::FIELDINFO::GetName () const
Use GetShortName()

Member RVC::DBTABLE::FIELDINFO::GetShortName () const
Call GetDescriptor().GetShortName()

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::OBJITEM::GetInode (const CREDENTIALS *pCredentials=0) const
Avoid use of INODENUM

Member RVC::OBJITEM::OBJITEM (const FILEPATH &filename, RVCINODENUM inode, const CREDENTIALS *pCredentials=0)
Use version with object path.

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&)

Use AddStyle(const RVC::OBJECTNAME&, const LINESTYLE&)

Use AddStyle(const RVC::OBJECTNAME&, const POLYSTYLE&)

Use AddStyle(const RVC::OBJECTNAME&, const POINTSTYLE&)

Member RVC::STYLE::ConvertStyle (TEXTSTYLE &textstyle, const RVCTEXTSTYLE &rvcstyle) const

Use ReadStyle(INT32 StyleNum, const TEXTSTYLE&)

Do not use

Use ReadStyle(INT32 StyleNum, const POLYSTYLE&)

Do not use

Use ReadStyle(INT32 StyleNum, const POINTSTYLE&)

Do not use

Use ReadStyle(INT32 StyleNum, const LINESTYLE&)

Do not use

Member RVC::STYLE::ReadStyle (INT32 StyleNum, RVCTEXTSTYLE &style) const

Use ReadStyle(INT32 StyleNum, const TEXTSTYLE&)

Use ReadStyle(INT32 StyleNum, const LINESTYLE&)

Use ReadStyle(INT32 StyleNum, const POLYSTYLE&)

Use ReadStyle(INT32 StyleNum, const POINTSTYLE&)

Member RVC::STYLE::WriteStyle (INT32 StyleNum, RVCTEXTSTYLE &style)

Use WriteStyle(INT32 StyleNum, const RVC::OBJECTNAME& name, const TEXTSTYLE&)

Use WriteStyle(INT32 StyleNum, const RVC::OBJECTNAME& name, const LINESTYLE&)

Use WriteStyle(INT32 StyleNum, const RVC::OBJECTNAME& name, const POLYSTYLE&)

Use WriteStyle(INT32 StyleNum, const RVC::OBJECTNAME& name, const POINTSTYLE&)

Member SML::CONTEXT::Destroy ()
Use Release() instead

Member SML::CONTEXT::GetDestObjectSymbol (int numargs, ARG *args, UINT8 *argtype, STYPE OutSTYPE, UINT32 flags)
- Do not write any more functions that return vector or cad objects.

Member SML::FUNCDEF::FUNCDEF (const char *p_name, void(*p_func)(int numargs, ARG *args, UINT8 *argtypes, CONTEXT *context), PARM *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

Use the version that doesn't take createdate, modifydate or description parameters

Use the version that doesn't take createdate, modifydate or description parameters

Use the version that doesn't take createdate, modifydate or description parameters

Use the version that doesn't take createdate, modifydate or description parameters

Use the version that doesn't take createdate or modifydate parameters

Use SML::AUTOCLASS templates instead

Use SML::AUTOCLASS templates instead

Use SML::AUTOCLASS templates instead

Class STATUSCONTEXT
use MISTATUSCONTEXT instead.

Class STATUSDIALOG
Use MGUI::DLG_STATUS.

Member STATUSDIALOG::GetHandle () const
No new code should be written to take an MISTATUSMANAGER* directly, however this method is still necessary for calling some old code.

Class STATUSDISABLECANCEL
Done automatically by MISTATUSCONTEXT

Group tooltip
Replaced by MGUI::CTRL_TOOLTIP

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

Generated on Sun Oct 7 21:33:02 2012 for TNTsdk 2012 by  doxygen 1.6.1