#include <DatabaseSession.h>
Public Member Functions | |
void | clear () |
ContainerUpdateTable () | |
void | remove (int contId) |
const std::map< int, unsigned int > & | table () |
void | takeNote (int contId, unsigned int size) |
~ContainerUpdateTable () | |
Private Attributes | |
std::map< int, unsigned int > | m_table |
Definition at line 33 of file DatabaseSession.h.
ora::ContainerUpdateTable::ContainerUpdateTable | ( | ) |
Definition at line 17 of file DatabaseSession.cc.
ora::ContainerUpdateTable::~ContainerUpdateTable | ( | ) |
Definition at line 21 of file DatabaseSession.cc.
void ora::ContainerUpdateTable::clear | ( | void | ) |
Definition at line 41 of file DatabaseSession.cc.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
void ora::ContainerUpdateTable::remove | ( | int | contId | ) |
Definition at line 33 of file DatabaseSession.cc.
const std::map< int, unsigned int > & ora::ContainerUpdateTable::table | ( | ) |
Definition at line 37 of file DatabaseSession.cc.
void ora::ContainerUpdateTable::takeNote | ( | int | contId, |
unsigned int | size | ||
) |
Definition at line 24 of file DatabaseSession.cc.
References findQualityFiles::size.
|
private |
Definition at line 42 of file DatabaseSession.h.