ARB
Classes | Macros | Typedefs | Enumerations
GEN_graphic.hxx File Reference
#include <aw_color_groups.hxx>
#include <awt_canvas.hxx>
Include dependency graph for GEN_graphic.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GEN_graphic
 

Macros

#define GEN_DISPLAY_STYLES   (GEN_DISPLAY_STYLE_VERTICAL+1)
 

Typedefs

typedef void(* GEN_graphic_cb_installer )(CbInstallMode install, AWT_canvas *, GEN_graphic *)
 

Enumerations

enum  {
  GEN_GC_DEFAULT = 0, GEN_GC_FIRST_FONT = GEN_GC_DEFAULT, GEN_GC_GENE, GEN_GC_MARKED,
  GEN_GC_CURSOR, GEN_GC_LAST_FONT = GEN_GC_CURSOR, GEN_GC_FIRST_COLOR_GROUP, GEN_GC_MAX = GEN_GC_FIRST_COLOR_GROUP+AW_COLOR_GROUPS
}
 
enum  GEN_DisplayStyle { GEN_DISPLAY_STYLE_RADIAL, GEN_DISPLAY_STYLE_BOOK, GEN_DISPLAY_STYLE_VERTICAL }
 
enum  CbInstallMode { INSTALL_CBS, REMOVE_CBS, FORGET_CBS }
 

Macro Definition Documentation

#define GEN_DISPLAY_STYLES   (GEN_DISPLAY_STYLE_VERTICAL+1)

Definition at line 44 of file GEN_graphic.hxx.

Typedef Documentation

typedef void(* GEN_graphic_cb_installer)(CbInstallMode install, AWT_canvas *, GEN_graphic *)

Definition at line 51 of file GEN_graphic.hxx.

Enumeration Type Documentation

anonymous enum
Enumerator
GEN_GC_DEFAULT 
GEN_GC_FIRST_FONT 
GEN_GC_GENE 
GEN_GC_MARKED 
GEN_GC_CURSOR 
GEN_GC_LAST_FONT 
GEN_GC_FIRST_COLOR_GROUP 
GEN_GC_MAX 

Definition at line 22 of file GEN_graphic.hxx.

Enumerator
GEN_DISPLAY_STYLE_RADIAL 
GEN_DISPLAY_STYLE_BOOK 
GEN_DISPLAY_STYLE_VERTICAL 

Definition at line 38 of file GEN_graphic.hxx.

Enumerator
INSTALL_CBS 
REMOVE_CBS 
FORGET_CBS 

Definition at line 50 of file GEN_graphic.hxx.