fluidvis
|
#include <SXWidget.h>
Public Member Functions | |
SXInternalWidget (SXWidget *sxWidget) | |
~SXInternalWidget () | |
void | initializeGL () |
void | resizeGL (int width, int height) |
void | paintGL () |
widget used by SXWidget to render with renderlisteners
sx::SXInternalWidget::SXInternalWidget | ( | SXWidget * | sxWidget | ) |
constructor, takes father SXWidget as a parameter
sx::SXInternalWidget::~SXInternalWidget | ( | ) |
deconstructor
void sx::SXInternalWidget::initializeGL | ( | ) |
initializes opengl for the render listeners
void sx::SXInternalWidget::paintGL | ( | ) |
calls render and stop in renderlisteners
void sx::SXInternalWidget::resizeGL | ( | int | width, |
int | height | ||
) |
calls resize and create in the render listeners