19 #ifndef OST_GUI_GL_WIN_HH
20 #define OST_GUI_GL_WIN_HH
29 #include <QActionGroup>
37 namespace ost {
namespace gui {
48 GLWin(QWidget* p,
bool try_stereo=
false);
50 void SetTestMode(
bool f);
56 virtual bool Restore(
const QString& prefix);
57 virtual bool Save(
const QString& prefix);
60 void StatusMessage(
const String& m);
61 void ActiveToolChanged(
Tool* t);
63 static QGLFormat CreateFormat(
int fid);
66 QAction* edit_rigid_action_;
67 QAction* edit_torsion_action_;
68 QAction* edit_angle_action_;
69 QAction* edit_rotamer_action_;
70 QAction* smode_atom_action_;
71 QAction* smode_residue_action_;
72 QAction* smode_chain_action_;
75 QStatusBar* status_bar_;
Interface for observing graphical objects.
#define DLLEXPORT_OST_GUI