|
| ZtMain (const ZConnect &zconnect, Window window) |
|
| ZtMain (const ZWindow &zwindow) |
|
| ZtMain (const ZWidget &zwidget) |
|
void | add (const ZtObject *pObject) |
|
int | objects_count () const |
|
void | raise_exch (int iObject) |
|
void | raise_shift (int iObject) |
|
int | object_index (const ZtObject *pObject) const |
|
void | remove (int iObject) |
|
void | remove (const ZtObject *pObject) |
|
void | hide (int iObject) |
|
void | show (int iObject) |
|
Logic | is_hidden (int iObject) const |
|
ZtObject * | object_pointer (int iObject) const |
|
ZtObject & | operator[] (int iObject) const |
|
virtual void | expose () |
|
virtual void | redraw () |
|
virtual void | draw_to_tiff (const char *path) |
|
virtual void | draw_to_pixmap (ZArea &pixmap) |
|
virtual ZInputStatus | input (const XEvent *xev) |
|
void | seldom_redraw (Logic flag) |
|
Logic | is_seldom_redraw () const |
|
void | set_info_lines (InfoLine *il) |
|
InfoLine * | get_info_lines () const |
|
| ZWindow (const ZConnect &zconnect, Window window) |
|
| ZWindow (const ZWindow &zwindow) |
|
virtual ZRect | rect () const |
|
void | draw_text (int x, int y, int attachment, const char *szText) const |
|
void | draw_text (const ZRect &box, int alignment, const char *szText) const |
|
| ZGEnv (const ZConnect &zconnect) |
|
| ZGEnv (const ZGEnv &zgenv) |
|
void | set_foreground (const char *szColorName) |
|
void | set_foreground (ColorPixel cp) |
|
ColorPixel | get_foreground () const |
|
const char * | get_foreground_name () const |
|
void | set_background (const char *szColorName) |
|
void | set_background (ColorPixel cp) |
|
ColorPixel | get_background () const |
|
const char * | get_background_name () const |
|
void | swap_ground () |
|
void | assign (const ZGEnv &zgenv) |
|
void | set_line_width (int new_width) |
|
int | get_line_width () const |
|
void | set_line_style (int new_style, int dash=3, int hole=3) |
|
int | get_line_style () const |
|
void | set_font (const char *szFontName) |
|
void | set_font_as (const ZGEnv &zgenv) |
|
Font | get_font () const |
|
const char * | get_font_name () const |
|
int | text_width (const char *szText) const |
|
int | text_width (int n) const |
|
int | text_height () const |
|
int | text_ascent () const |
|
int | text_descent () const |
|
ZRect | text_rect (int x, int y, int attachment, const char *szText) const |
|
virtual void | changed_state (int mask_of_changes) |
|
ZGEnv & | operator= (const ZGEnv &zgenv) |
|
| ZConnect (Display *display) |
|
| ZConnect (const ZConnect &zconnect) |
|
void | flush () |
|
void | x_error (int code) const |
|
ZRect | rect (Drawable drawable) const |
|
int | depth (Drawable drawable) const |
|
Window | root_wid () const |
|
ColorPixel | white () const |
|
ColorPixel | black () const |
|
ColorPixel | color (const char *szColorName) const |
|
| ZWidget (Widget w=NULL) |
|
virtual Widget | widget () const |
|