Searched defs:csi (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp937 SnapshotWgtItem *csi = new SnapshotWgtItem(this, mCurSnapshotItem, mMachine); local
938 csi->setBold (true);
939 csi->recache();
956 SnapshotWgtItem *csi = new SnapshotWgtItem(this, mTreeWidget, mMachine); local
957 csi->setBold (true);
958 csi->recache();
960 mTreeWidget->setCurrentItem (csi);
961 onCurrentChanged (csi);
986 QTreeWidgetItem *csi = mCurSnapshotItem ? local
989 return static_cast <SnapshotWgtItem*> (csi);
[all...]

Completed in 44 milliseconds