#include <ObjectStreamer.h>
Public Member Functions | |
bool | build (DataElement &dataElement, IRelationalData &relationalData, RelationalBuffer &operationBuffer) |
ObjectUpdater (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
void | processDataMember (DataElement &dataElement, IRelationalData &relationalData, Reflex::Type &dataMemberType, MappingElement &dataMemberMapping, RelationalBuffer *operationBuffer) |
void | setRecordId (const std::vector< int > &identity) |
void | update (int oid, const void *data) |
Updates a data element. More... | |
virtual | ~ObjectUpdater () |
Public Member Functions inherited from ora::ObjectStreamerBase | |
void | buildBaseDataMembers (DataElement &dataElement, IRelationalData &relationalData, const Reflex::Type &objType, RelationalBuffer *operationBuffer) |
bool | buildDataMembers (DataElement &dataElement, IRelationalData &relationalData, RelationalBuffer *operationBuffer) |
ObjectStreamerBase (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
virtual | ~ObjectStreamerBase () |
Public Member Functions inherited from ora::IRelationalUpdater | |
virtual | ~IRelationalUpdater () |
Private Attributes | |
std::vector< IRelationalUpdater * > | m_updaters |
Additional Inherited Members | |
Protected Attributes inherited from ora::ObjectStreamerBase | |
RelationalStreamerFactory | m_streamerFactory |
Definition at line 53 of file ObjectStreamer.h.
ora::ObjectUpdater::ObjectUpdater | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Definition at line 157 of file ObjectStreamer.cc.
|
virtual |
Definition at line 164 of file ObjectStreamer.cc.
|
virtual |
Implements ora::IRelationalUpdater.
Definition at line 172 of file ObjectStreamer.cc.
|
virtual |
Implements ora::ObjectStreamerBase.
Definition at line 194 of file ObjectStreamer.cc.
References ora::IRelationalUpdater::build().
|
virtual |
Implements ora::IRelationalUpdater.
Definition at line 178 of file ObjectStreamer.cc.
|
virtual |
Updates a data element.
Writes a data element.
Implements ora::IRelationalUpdater.
Definition at line 186 of file ObjectStreamer.cc.
Referenced by python.seqvaluedict.seqdict::__setslice__(), python.Vispa.Gui.VispaWidget.VispaWidget::autosize(), python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), python.Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), python.seqvaluedict.seqdict::extend(), python.Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), python.Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), python.Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), python.Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), python.Vispa.Gui.FindDialog.FindDialog::reset(), python.Vispa.Gui.PortConnection.PointToPointConnection::select(), python.Vispa.Gui.VispaWidget.VispaWidget::select(), python.Vispa.Views.LineDecayView.LineDecayContainer::select(), python.Vispa.Gui.VispaWidget.VispaWidget::setText(), python.Vispa.Gui.VispaWidget.VispaWidget::setTitle(), python.Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), python.Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), and python.Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
|
private |
Definition at line 75 of file ObjectStreamer.h.