Go to the documentation of this file.
19 #ifndef OST_SEQUENCE_VIEWER_BASE_VIEW_OBJECT
20 #define OST_SEQUENCE_VIEWER_BASE_VIEW_OBJECT
32 namespace ost {
namespace gui {
48 virtual void SetSelection(
int row,
const QSet<int>& added,
const QSet<int>& removed);
50 virtual QVariant
GetData(
int row,
int column,
int role);
51 virtual bool SetData(
int row,
int column,
const QVariant& value,
int role);
52 virtual Qt::ItemFlags
Flags(
int row,
int column)
const;