Deprecated Functions¶
The functions detailed in this section have been deprecated. They are still available for use, but are scheduled to be removed from the API in a future version. Most of these functions have been deprecated in order to create a more consistently named API, but some have been deprecated as the functionality they provided is no longer available, obsolete, or unnecessary. If an alternate function is available, it will be referenced in the documentation below.
ContourCurrentGridSet¶
unsigned int ContourCurrentGridSet(unsigned int id)
This function has been deprecated.
CreateAngleMonitor¶
unsigned int CreateAngleMonitor(const OEPropDB::OEKey &k1,
const OEPropDB::OEKey &k2,
const OEPropDB::OEKey &k3)
This function has been deprecated. Please use MonitorAngleCreate instead.
CreateDistanceMonitor¶
unsigned int CreateDistanceMonitor(const OEPropDB::OEKey &k1,
const OEPropDB::OEKey &k2)
This function has been deprecated. Please use
MonitorDistanceCreate instead.
CreateSphereMonitor¶
unsigned int CreateSphereMonitor(const OEPropDB::OEKey &k,
const std::string &name,
const OESystem::OEColor &c, float rad=0.0f)
unsigned int CreateSphereMonitor(const OEPropDB::OEKey &k,
const std::string &name, float x, float y,
float z, float rad, const OESystem::OEColor &c)
This function has been deprecated. Please use
MonitorSphereCreate instead.
CreateTorsionMonitor¶
unsigned int CreateTorsionMonitor(const OEPropDB::OEKey &k1,
const OEPropDB::OEKey &k2,
const OEPropDB::OEKey &k3,
const OEPropDB::OEKey &k4)
This function has been deprecated. Please use
MonitorTorsionCreate instead.
DatatableCurrent¶
std::string DatatableCurrent()
This function has been deprecated. Please use
DatatableCurrentGet instead.
DeleteAngleMonitor¶
void DeleteAngleMonitor(const OEPropDB::OEKey &k1, const OEPropDB::OEKey &k2,
const OEPropDB::OEKey &k3)
This function has been deprecated. Please use
MonitorAngleDelete instead.
DeleteDistanceMonitor¶
void DeleteDistanceMonitor(const OEPropDB::OEKey &k1,
const OEPropDB::OEKey &k2)
This function has been deprecated. Please use
MonitorDistanceDelete instead.
DeleteTorsionMonitor¶
void DeleteTorsionMonitor(const OEPropDB::OEKey &k1, const OEPropDB::OEKey &k2,
const OEPropDB::OEKey &k3, const OEPropDB::OEKey &k4)
This function has been deprecated. Please use
MonitorTorsionDelete instead.
DeleteVisibleMonitors¶
void DeleteVisibleMonitors()
This function has been deprecated. Please use
MonitorsVisibleDelete instead.
ExistsAngleMonitor¶
unsigned int ExistsAngleMonitor(const OEPropDB::OEKey &k1,
const OEPropDB::OEKey &k2,
const OEPropDB::OEKey &k3)
This function has been deprecated. Please use
MonitorAngleExists instead.
ExistsDistanceMonitor¶
unsigned int ExistsDistanceMonitor(const OEPropDB::OEKey &k1,
const OEPropDB::OEKey &k2)
This function has been deprecated. Please use
MonitorDistanceExists instead.
ExistsTorsionMonitor¶
unsigned int ExistsTorsionMonitor(const OEPropDB::OEKey &k1,
const OEPropDB::OEKey &k2,
const OEPropDB::OEKey &k3,
const OEPropDB::OEKey &k4)
This function has been deprecated. Please use
MonitorTorsionExists instead.
GetAtomsByScope¶
std::vector<OEPropDB::OEKey> GetAtomsByScope(unsigned int scope)
This function has been deprecated. Please use
GetAtomsScoped instead.
GetBondsByScope¶
std::vector<OEPropDB::OEKey> GetBondsByScope(unsigned int scope)
This function has been deprecated. Please use
GetBondsScoped instead.
GetContoursByScope¶
std::vector<OEPropDB::OEKey> GetContoursByScope(unsigned int scope)
This function has been deprecated. Please use
GetContoursScoped instead.
GetGridsByScope¶
std::vector<OEPropDB::OEKey> GetGridsByScope(unsigned int scope)
This function has been deprecated. Please use
GetGridsScoped instead.
GetKey¶
OEPropDB::OEKey GetKey(const OESystem::OEBase &base)
OEPropDB::OEKey GetKey(const OESystem::OEBase &base,
const OEPropDB::OEKey &parentKey)
This function has been deprecated. Please use
KeyGet instead.
GetKeyType¶
std::string GetKeyType(const OEPropDB::OEKey &key)
This function has been deprecated. Please use
KeyTypeGet instead.
GetKeysByScope¶
std::vector<OEPropDB::OEKey> GetKeysByScope(unsigned int scope,
unsigned int type)
This function has been deprecated. Please use
GetScoped instead.
GetKeysForID¶
std::vector<OEPropDB::OEKey> GetKeysForID(unsigned int id)
This function has been deprecated. Please use
KeysGet instead.
GetMoleculesByScope¶
std::vector<OEPropDB::OEKey> GetMoleculesByScope(unsigned int scope)
This function has been deprecated. Please use
GetMoleculesScoped instead.
GetName¶
std::string GetName(const OEPropDB::OEKey &key)
This function has been deprecated. Please use
NameGet instead.
GetPropertyType¶
unsigned int GetPropertyType(const std::string &type)
This function has been deprecated. Please use
PropertyTypeGet instead.
GetSurfacesByScope¶
std::vector<OEPropDB::OEKey> GetSurfacesByScope(unsigned int scope)
This function has been deprecated. Please use
GetSurfacesScoped instead.
InitializeObject¶
void InitializeObject(unsigned int id)
This function has been deprecated. Please use
Initialize instead.
InterpreterInteractiveSet¶
void InterpreterInteractiveSet(bool interactive)
This function has been deprecated.
MarkObjectsByScope¶
bool MarkObjectsByScope(unsigned int scope)
This function has been deprecated. Please use
MarkScoped instead.
MenuAddLabel¶
std::string MenuAddLabel(const std::string &menu, const std::string &name,
bool last)
This function has been deprecated.
OEGetKey¶
OEPropDB::OEKey OEGetKey(const OESystem::OEBase &b)
OEPropDB::OEKey OEGetKey(const OESystem::OEBase &b, const OEPropDB::OEKey &k)
This function has been deprecated. Please use
KeyGet instead.
OEKeyToID¶
unsigned int OEKeyToID(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
KeyIDGet instead.
OEKeyToLabelString¶
std::string OEKeyToLabelString(const OEPropDB::OEKey &k, bool full=false,
bool coords=true)
This function has been deprecated. Please use
LabelGet instead.
OEKeyToParentID¶
unsigned int OEKeyToParentID(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
KeyParentIDGet instead.
OEKeyToSourceID¶
unsigned int OEKeyToSourceID(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
KeySourceIDGet instead.
OEPyClearActive¶
void OEPyClearActive()
This function has been deprecated. Please use
ClearActive instead.
OEPyClearLocked¶
void OEPyClearLocked()
This function has been deprecated. Please use
ClearLocked instead.
OEPyClearMarked¶
void OEPyClearMarked()
This function has been deprecated. Please use
ClearMarked instead.
OEPyClearSelected¶
void OEPyClearSelected()
This function has been deprecated. Please use ClearSelected instead.
OEPyClearVisible¶
void OEPyClearVisible()
This function has been deprecated. Please use
ClearVisible instead.
OEPyGetActive¶
OEPropDB::OEKey OEPyGetActive()
This function has been deprecated. Please use
ActiveKey instead.
OEPyGetIDForKey¶
unsigned int OEPyGetIDForKey(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
KeyIDGet instead.
OEPyGetSelectedAtoms¶
std::vector<OEPropDB::OEKey> OEPyGetSelectedAtoms()
This function has been deprecated. Please use
GetSelectedAtoms instead.
OEPyHide¶
bool OEPyHide(unsigned int scope, bool value)
This function has been deprecated. Please use
HideScoped instead.
OEPyHideNone¶
bool OEPyHideNone(unsigned int scope)
This function has been deprecated. Please use HideNonScoped instead.
OEPyHideOthers¶
bool OEPyHideOthers(const std::vector<OEPropDB::OEKey> &keys, bool hide)
This function has been deprecated. Please use
HideOthers instead.
OEPyIsActive¶
bool OEPyIsActive(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
IsActive instead.
OEPyIsLocked¶
bool OEPyIsLocked(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
IsLocked instead.
OEPyIsMarked¶
bool OEPyIsMarked(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
IsMarked instead.
OEPyIsSelected¶
bool OEPyIsSelected(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
IsSelected instead.
OEPyIsTrulyVisible¶
bool OEPyIsTrulyVisible(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
IsTrulyVisible instead.
OEPyIsVisible¶
bool OEPyIsVisible(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
IsVisible instead.
OEPySetActive¶
bool OEPySetActive(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
Active instead.
OEPySetLocked¶
bool OEPySetLocked(const OEPropDB::OEKey &k, bool state)
bool OEPySetLocked(const std::vector<OEPropDB::OEKey> &keys, bool state)
This function has been deprecated. Please use
Lock instead.
OEPySetMarked¶
bool OEPySetMarked(const OEPropDB::OEKey &k, bool state)
bool OEPySetMarked(const std::vector<OEPropDB::OEKey> &keys, bool state)
This function has been deprecated. Please use
Mark instead.
OEPySetSelected¶
bool OEPySetSelected(const OEPropDB::OEKey &k, bool state)
bool OEPySetSelected(const std::vector<OEPropDB::OEKey> &keys, bool state)
This function has been deprecated. Please use
Select instead.
OEPySetVisible¶
bool OEPySetVisible(const OEPropDB::OEKey &k, bool state)
bool OEPySetVisible(const std::vector<OEPropDB::OEKey> &keys, bool state)
This function has been deprecated. Please use
Visible instead.
ObjectNameGet¶
std::string ObjectNameGet(unsigned int id)
std::string ObjectNameGet(const OEPropDB::OEKey &k)
This function has been deprecated. Please use
NameGet instead.
ObjectNameSet¶
void ObjectNameSet(unsigned int id, const std::string &name)
void ObjectNameSet(const OEPropDB::OEKey &k, const std::string &name)
This function has been deprecated. Please use
NameSet instead.
ObservableOEKey¶
OEGUI::OEObservableBase<OEPropDB::OEKey> &
ObservableOEKey(const std::string &name, bool create=false)
This function has been deprecated. Please use
ObservableKey instead.
PopState¶
int PopState(bool load=true)
This function has been deprecated. Please use
StatePop instead.
PopupAddLabel¶
std::string PopupAddLabel(const std::string &label, bool once=false)
This function has been deprecated.
ResponseVectMulti¶
void ResponseVectMulti(const std::string &s,
const std::vector<OEInterpreter::OEMultiTypeVar> &var,
bool b=false)
This function has been deprecated. Please use
PromptResponseVectMulti instead.
SDataGet¶
std::string SDataGet(unsigned int id, const std::string &tag)
std::string SDataGet(const OEPropDB::OEKey &k, const std::string &tag)
This function has been deprecated. Please use
SDDataGet instead.
SDataHas¶
bool SDataHas(unsigned int id, const std::string &tag)
bool SDataHas(const OEPropDB::OEKey &k, const std::string &tag)
This function has been deprecated. Please use
SDDataHas instead.
SDataSet¶
void SDataSet(unsigned int id, const std::string &tag, const std::string &v)
void SDataSet(const OEPropDB::OEKey &k, const std::string &tag,
const std::string &v)
This function has been deprecated. Please use
SDDataSet instead.
ScratchList¶
std::vector<OEPropDB::OEKey> ScratchList()
This function has been deprecated. Please use
ScratchGet instead.
SpreadsheetCurrent¶
std::string SpreadsheetCurrent()
This function has been deprecated, please use
SpreadsheetCurrentGet instead.
SpreadsheetDisableUpdates¶
void SpreadsheetDisableUpdates(const std::string &spreadsheet)
This function has been deprecated.
SpreadsheetEnableUpdates¶
void SpreadsheetEnableUpdates(const std::string &spreadsheet)
This function has been deprecated.
SpreadsheetMarkHighlighted¶
void SpreadsheetMarkHighlighted(const std::string &spreadsheet, bool marked)
This function has been deprecated.
SpreadsheetUpdateContents¶
void SpreadsheetUpdateContents(const std::string &spreadsheet)
This function has been deprecated.
SurfacePotentialColorValuesSet¶
void SurfacePotentialColorValuesSet(float min, float mid, float max)
This function has been deprecated.
VFCopyFile¶
bool VFCopyFile(const std::string &src, const std::string &dst)
This function has been deprecated.
VFGetMol¶
bool VFGetMol(OEChem::OEMCMolBase &m, unsigned int id)
bool VFGetMol(OEChem::OEMCMolBase &m, const OEPropDB::OEKey &key)
This function has been deprecated. Please use
MoleculeGet instead.