35 internal::_Window* value;
52 FGAPI Window(
int pWidth,
int pHeight,
const char* pTitle,
53 const Window* pWindow=0,
const bool invisible =
false);
60 FGAPI Window(
const Window& other);
79 FGAPI void setTitle(
const char* pTitle);
87 FGAPI void setPos(
int pX,
int pY);
95 FGAPI void setSize(
unsigned pWidth,
unsigned pHeight);
108 FGAPI long long context()
const;
114 FGAPI long long display()
const;
119 FGAPI int width()
const;
124 FGAPI int height()
const;
129 FGAPI internal::_Window*
get()
const;
134 FGAPI void makeCurrent();
166 FGAPI void draw(
const Image& pImage,
const bool pKeepAspectRatio=
true);
220 FGAPI void grid(
int pRows,
int pCols);
241 FGAPI void draw(
int pColId,
int pRowId,
const Image& pImage,
const char* pTitle=0,
const bool pKeepAspectRatio=
true);
260 FGAPI void draw(
int pColId,
int pRowId,
const Plot& pPlot,
const char* pTitle = 0);
280 FGAPI void draw(
int pColId,
int pRowId,
const Plot3& pPlot3,
const char* pTitle = 0);
299 FGAPI void draw(
int pColId,
int pRowId,
const Surface& pSurface,
const char* pTitle = 0);
318 FGAPI void draw(
int pColId,
int pRowId,
const Histogram& pHist,
const char* pTitle = 0);
326 FGAPI void swapBuffers();
Bar graph to display data frequencey.
Definition: histogram.h:27
Line graph to display plots.
Definition: plot.h:27
Definition: CPUCopy.hpp:13
ColorMap
Color maps.
Definition: defines.h:115
3d graph to display 3d line plots.
Definition: plot3.h:27
Window is where other objects such as Images, Plots etc.
Definition: window.h:33
#define FGAPI
Definition: defines.h:32
Font object is essentially a resource handler for the specific font you want to use.
Definition: font.h:26
3d graph to display plots.
Definition: surface.h:27