Codebase list ruby-fxruby / 9d9a764c-8573-45e2-a4b0-a5e74452a7a7/upstream ext / fox16_c / include / FXRbGLObjectVirtuals.h
9d9a764c-8573-45e2-a4b0-a5e74452a7a7/upstream

Tree @9d9a764c-8573-45e2-a4b0-a5e74452a7a7/upstream (Download .tar.gz)

FXRbGLObjectVirtuals.h @9d9a764c-8573-45e2-a4b0-a5e74452a7a7/upstreamraw · history · blame

public:
  // Overrides the base class version of bounds()
  virtual void bounds(FXRangef& box);

  // Overrides the base class version of draw()
  virtual void draw(FXGLViewer* viewer);

  // Overrides the base class version of hit()
  virtual void hit(FXGLViewer* viewer);

  // Overrides the base class version of copy()
  virtual FXGLObject* copy();

  // Overrides the base class version of canDrag()
  virtual FXbool canDrag() const;

  // Overrides the base class version of canDelete()
  virtual FXbool canDelete() const;

  // Overrides the base class version of drag()
  virtual FXbool drag(FXGLViewer* viewer,FXint fx,FXint fy,FXint tx,FXint ty);