ARPDAS_QNX6 1.0
Functions | Variables
tablelib.c File Reference
#include "tablelib.h"
Include dependency graph for tablelib.c:

Go to the source code of this file.

Functions

void tbl_vert_sep (PtWidget_t *parent, int x, int y, int h, int dbl)
void tbl_horiz_sep (PtWidget_t *parent, int x, int y, int w, int dbl)
PtWidget_t * tbl_label_widget (PtWidget_t *window, const char *text, int x, int y, const char *font, PgColor_t color, int align)
PtWidget_t * tbl_label (PtWidget_t *window, const char *text, int x, int y)
PtWidget_t * tbl_field (PtWidget_t *window, const char *text, int x, int y, int w, int h)
PtWidget_t * tbl_window (const char *title, int width, int height)
void tbl_dispfield (PtWidget_t *field, const char *text)
int tbl_ExtentText (const char *font, const char *str, PhRect_t *extent)

Variables

char * tbl_labelfont = "TitleFont10ba"
char * tbl_fieldfont = "FixedFont10"

Function Documentation

void tbl_dispfield ( PtWidget_t *  field,
const char *  text 
)

Definition at line 91 of file tablelib.c.

int tbl_ExtentText ( const char *  font,
const char *  str,
PhRect_t *  extent 
)

Definition at line 95 of file tablelib.c.

PtWidget_t* tbl_field ( PtWidget_t *  window,
const char *  text,
int  x,
int  y,
int  w,
int  h 
)

Definition at line 62 of file tablelib.c.

References tbl_fieldfont, and tbl_label_widget().

Here is the call graph for this function:

void tbl_horiz_sep ( PtWidget_t *  parent,
int  x,
int  y,
int  w,
int  dbl 
)

Definition at line 25 of file tablelib.c.

PtWidget_t* tbl_label ( PtWidget_t *  window,
const char *  text,
int  x,
int  y 
)

Definition at line 57 of file tablelib.c.

References tbl_label_widget(), and tbl_labelfont.

Here is the call graph for this function:

PtWidget_t* tbl_label_widget ( PtWidget_t *  window,
const char *  text,
int  x,
int  y,
const char *  font,
PgColor_t  color,
int  align 
)

Definition at line 41 of file tablelib.c.

Referenced by tbl_field(), and tbl_label().

Here is the caller graph for this function:

void tbl_vert_sep ( PtWidget_t *  parent,
int  x,
int  y,
int  h,
int  dbl 
)

Definition at line 9 of file tablelib.c.

PtWidget_t* tbl_window ( const char *  title,
int  width,
int  height 
)

Definition at line 74 of file tablelib.c.


Variable Documentation

char* tbl_fieldfont = "FixedFont10"

Definition at line 7 of file tablelib.c.

Referenced by tbl_field().

char* tbl_labelfont = "TitleFont10ba"

Definition at line 6 of file tablelib.c.

Referenced by tbl_label().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines