OpenStructure
|
#include <sequence_viewer.hh>
Inherits Widget, and SceneObserver.
Public Slots | |
void | ChangeDisplayMode (const QString &) |
void | ChangeDisplayMode (const seq::AlignmentHandle &, const QString &) |
void | ChangeDisplayMode (const gfx::EntityP &, const QString &) |
void | DisplayMenu () |
void | OnSearchBarUpdate (const QString &, bool, const QString &) |
Signals | |
void | AlignmentChanged () |
Public Member Functions | |
SequenceViewer (bool stand_alone=true, bool observe_scene=false, const QString &title="Sequence Viewer", QWidget *parent=NULL) | |
~SequenceViewer () | |
virtual void | SelectionChanged (const gfx::GfxObjP &o, const mol::EntityView &view) |
virtual void | AddEntity (const gfx::EntityP &entity) |
virtual void | RemoveEntity (const gfx::EntityP &entity) |
void | SetObserveScene (bool flag) |
bool | IsObservingScene () const |
virtual void | AddAlignment (const seq::AlignmentHandle &alignment) |
void | SetAlignment (const seq::AlignmentHandle &alignment) |
virtual void | RemoveAlignment (const seq::AlignmentHandle &alignment) |
virtual bool | Restore (const QString &) |
virtual bool | Save (const QString &) |
virtual const QStringList & | GetDisplayModes () |
virtual const QStringList & | GetDisplayModes (const seq::AlignmentHandle &alignment) |
virtual const QStringList & | GetDisplayModes (const gfx::EntityP &entity) |
virtual const QString & | GetCurrentDisplayMode () |
virtual const QString & | GetCurrentDisplayMode (const seq::AlignmentHandle &alignment) |
virtual const QString & | GetCurrentDisplayMode (const gfx::EntityP &entity) |
virtual ActionList | GetActions () |
Public Member Functions inherited from Widget | |
Widget (QWidget *widget, QWidget *parent=NULL) | |
void | SetDestroyOnClose (bool flag) |
bool | DestroyOnClose () const |
QWidget * | GetInternalWidget () |
void | SetInternalWidget (QWidget *widget) |
const QString & | GetUniqueID () const |
void | SetUniqueID (const QString &id) |
Public Member Functions inherited from SceneObserver | |
virtual | ~SceneObserver () |
virtual void | NodeChanged (const GfxNodeP &node) |
virtual void | SelectionModeChanged (int sel_mode) |
virtual void | NodeTransformed (const GfxNodeP &node) |
virtual void | RenderModeChanged (const GfxNodeP &node) |
QTableView with first column not moving.
Definition at line 55 of file sequence_viewer.hh.
SequenceViewer | ( | bool | stand_alone = true , |
bool | observe_scene = false , |
||
const QString & | title = "Sequence Viewer" , |
||
QWidget * | parent = NULL |
||
) |
~SequenceViewer | ( | ) |
|
virtual |
|
virtual |
|
signal |
|
slot |
|
slot |
|
slot |
|
slot |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inline |
Definition at line 68 of file sequence_viewer.hh.
|
slot |
|
virtual |
|
virtual |
|
inlinevirtual |
Implements Widget.
Definition at line 75 of file sequence_viewer.hh.
|
inlinevirtual |
Implements Widget.
Definition at line 76 of file sequence_viewer.hh.
|
virtual |
Called when selection of an object changed.
Reimplemented from SceneObserver.
void SetAlignment | ( | const seq::AlignmentHandle & | alignment | ) |
|
inline |
Definition at line 67 of file sequence_viewer.hh.