35 #ifndef ANATOMIST_WINDOW_GLWIDGET_H 36 #define ANATOMIST_WINDOW_GLWIDGET_H 50 const QGLWidget * shareWidget = 0, Qt::WindowFlags f=0 );
55 virtual std::string
name()
const;
59 return carto::GLWidget::width();
65 return carto::GLWidget::height();
73 #if QT_VERSION >= 0x040600 74 virtual bool event( QEvent * );
77 virtual void resizeGL(
int w,
int h );
Abstract base class Anatomist window.