Ejemplo n.º 1
0
void VirtualListView::addODR( ODRRef odr, bool redraw ) {
    odrlist->push_back(odr);
    notifyListUpdate(redraw);
}
Ejemplo n.º 2
0
void VirtualListView::delODR(void ) {
    odrlist->erase(odrlist->begin(),odrlist->end());
	notifyListUpdate(1);
}