Codebase list ruby-fxruby / ab38a889-2f90-4f3b-b9b1-656bf6d05522/main ext / fox16_c / include / FXRbGLShapeVirtuals.h
ab38a889-2f90-4f3b-b9b1-656bf6d05522/main

Tree @ab38a889-2f90-4f3b-b9b1-656bf6d05522/main (Download .tar.gz)

FXRbGLShapeVirtuals.h @ab38a889-2f90-4f3b-b9b1-656bf6d05522/mainraw · history · blame

1
2
3
4
5
6
7
protected:
  // Overrides the base class version of drawshape()
  virtual void drawshape(FXGLViewer* viewer);

public:
  // This is the publically accessible version
  void _drawshape(FXGLViewer* viewer);