13 #include <kFireSync/Data/kPlot.x.h>
252 return obj->backColor;
322 return obj->profilerTitle;
349 return xkPlot_ItemAt(plot, index)->name;
362 return xkPlot_ItemAt(plot, index)->object;
kStatus kPlot_SetWorld(kPlot plot, k32f x, k32f y, k32f width, k32f height)
Defines the world coordinate system for the plot.
kStatus kPlot_SetYTitle(kPlot plot, const kChar *title)
Sets label for the y-axis.
k32f kPlot_Z(kPlot plot)
Returns the world coordinates for the plot.
Definition: kPlot.h:192
kSize kPlot_Count(kPlot plot)
Returns the total count of items in the plot.
Definition: kPlot.h:332
kObject kPlot_DataAt(kPlot plot, kSize index)
Returns plot item data at the specified index.
Definition: kPlot.h:360
const kChar * kPlot_NameAt(kPlot plot, kSize index)
Returns plot item name at the specified index.
Definition: kPlot.h:347
kStatus kPlot_SetWorld3d(kPlot plot, k32f x, k32f y, k32f z, k32f width, k32f height, k32f depth)
Defines the world coordinate system for the plot in 3D.
Color as an integer with 8-bit alpha, red, green, and blue components.
const kChar * kPlot_ZTitle(kPlot plot)
Returns the z-axis label.
Definition: kPlot.h:304
kStatus kPlot_SetProfilerTitle(kPlot plot, const kChar *title)
Sets title for the profiler.
kStatus kPlot_SetZTitle(kPlot plot, const kChar *title)
Sets label for the z-axis.
Declares the kGraphic class.
k32f kPlot_X(kPlot plot)
Returns the world coordinates for the plot.
Definition: kPlot.h:164
kStatus kPlot_SetTitle(kPlot plot, const kChar *title)
Sets titles for the main heading.
Represents a multi-layer collection of images and/or vector graphics.
#define kObj(TypeName_T, T_object)
k32f kPlot_Height(kPlot plot)
Returns the world coordinates for the plot.
Definition: kPlot.h:220
const kChar * kPlot_ProfilerTitle(kPlot plot)
Returns the profiler title.
Definition: kPlot.h:318
kStatus kPlot_Add(kPlot plot, const kChar *label, const kObject *item)
Adds a new item to the plot.
kStatus kPlot_SetXTitle(kPlot plot, const kChar *title)
Sets label for the x-axis.
k32f kPlot_Y(kPlot plot)
Returns the world coordinates for the plot.
Definition: kPlot.h:178
const kChar * kPlot_YTitle(kPlot plot)
Returns the y-axis label.
Definition: kPlot.h:290
k32f kPlot_Width(kPlot plot)
Returns the world coordinates for the plot.
Definition: kPlot.h:206
kStatus kPlot_SetTitles(kPlot plot, const kChar *title, const kChar *xTitle, const kChar *yTitle)
Sets titles for the main heading, x-axis, and y-axis.
const kChar * kPlot_XTitle(kPlot plot)
Returns the x-axis label.
Definition: kPlot.h:276
const kChar * kPlot_Title(kPlot plot)
Returns the main heading.
Definition: kPlot.h:262
k32f kPlot_Depth(kPlot plot)
Returns the world coordinates for the plot.
Definition: kPlot.h:234
kColor kPlot_BackColor(kPlot plot)
Returns the background color for the plot.
Definition: kPlot.h:248
kStatus kPlot_SetBackColor(kPlot plot, kColor color)
Sets the background color for the plot.
kStatus kPlot_Construct(kPlot *plot, kObject allocator)
Constructs a plot.