#include <UniqueRefStreamer.h>
Public Member Functions | |
bool | build (DataElement &offset, IRelationalData &relationalData) |
void | clear () |
void | read (void *destination) |
Reads a data element. More... | |
void | select (int oid) |
void | setRecordId (const std::vector< int > &identity) |
UniqueRefReader (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
virtual | ~UniqueRefReader () |
Public Member Functions inherited from ora::IRelationalReader | |
virtual | ~IRelationalReader () |
Private Attributes | |
DataElement * | m_dataElement |
std::vector< boost::shared_ptr < RelationalRefLoader > > | m_loaders |
MappingElement & | m_mappingElement |
Reflex::Type | m_objectType |
IRelationalData * | m_relationalData |
ContainerSchema & | m_schema |
Definition at line 70 of file UniqueRefStreamer.h.
ora::UniqueRefReader::UniqueRefReader | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Definition at line 277 of file UniqueRefStreamer.cc.
|
virtual |
Definition at line 288 of file UniqueRefStreamer.cc.
|
virtual |
Implements ora::IRelationalReader.
Definition at line 295 of file UniqueRefStreamer.cc.
References ora::IRelationalData::addData().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 342 of file UniqueRefStreamer.cc.
Referenced by python.Vispa.Views.WidgetView.WidgetView::closeEvent(), python.Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), python.Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), python.Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), python.Vispa.Views.WidgetView.WidgetView::setDataObjects(), python.Vispa.Views.TreeView.TreeView::updateContent(), python.Vispa.Views.TableView.TableView::updateContent(), python.Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and python.Vispa.Views.PropertyView.PropertyView::updateContent().
|
virtual |
Reads a data element.
Read a data element.
Implements ora::IRelationalReader.
Definition at line 314 of file UniqueRefStreamer.cc.
References ora::DataElement::addChild(), ora::DataElement::address(), className(), ora::ClassUtils::lookupDictionary(), ora::throwException(), and tmp.
Referenced by python.Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), and python.Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 307 of file UniqueRefStreamer.cc.
Referenced by python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), python.Vispa.Views.LineDecayView.LineDecayContainer::mousePressEvent(), python.Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), python.Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), and python.Vispa.Views.AbstractView.AbstractView::restoreSelection().
|
virtual |
|
private |
Definition at line 94 of file UniqueRefStreamer.h.
|
private |
Definition at line 96 of file UniqueRefStreamer.h.
|
private |
Definition at line 92 of file UniqueRefStreamer.h.
|
private |
Definition at line 91 of file UniqueRefStreamer.h.
|
private |
Definition at line 95 of file UniqueRefStreamer.h.
|
private |
Definition at line 93 of file UniqueRefStreamer.h.