Codebase list ruby-fxruby / run/5ae6f8cc-cb8c-48b9-902e-a9bcde79df60/main ext / fox16_c / include / FXRbGLShapeVirtuals.h
run/5ae6f8cc-cb8c-48b9-902e-a9bcde79df60/main

Tree @run/5ae6f8cc-cb8c-48b9-902e-a9bcde79df60/main (Download .tar.gz)

FXRbGLShapeVirtuals.h @run/5ae6f8cc-cb8c-48b9-902e-a9bcde79df60/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);