Go to the documentation of this file.
19 #ifndef OST_SEQUENCE_VIEWER_SEQUENCE_ROW
20 #define OST_SEQUENCE_VIEWER_SEQUENCE_ROW
32 namespace ost {
namespace gui {
34 class SequenceViewObject;
47 virtual QVariant
GetData(
int column,
int role)
const;
48 virtual Qt::ItemFlags
Flags(
int column)
const;
51 void SetName(
const QString& name);
57 virtual void SetSelection(
const QSet<int>& added,
const QSet<int>& removed);