nux-1.16.0
|
Classes | |
class | Graph |
Public Member Functions | |
TimeGraph (const TCHAR *Title, NUX_FILE_LINE_PROTO) | |
virtual long | ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) |
virtual void | Draw (GraphicsEngine &GfxContext, bool force_draw) |
virtual void | DrawContent (GraphicsEngine &GfxContext, bool force_draw) |
virtual void | PostDraw (GraphicsEngine &GfxContext, bool force_draw) |
void | AddValue (float Value) |
void | SetYAxisBounds (float minY, float maxY) |
unsigned int | AddGraph (Color PrimaryColor, Color SecondaryColor) |
void | UpdateGraph (unsigned int index, float Value) |
void | RecvShowBarGraphics (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvShowCurveGraphics (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvShowValue (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | ShowGraphStyle () |
void | ShowColumnStyle () |
void | ShowNumberStyle () |
Protected Member Functions | |
void | InitializeWidgets () |
void | InitializeLayout () |
Definition at line 42 of file TimeGraph.h.