GridCellAttr Class Reference

Inheritance diagram for GridCellAttr:

wxObject IDisposable

List of all members.

Public Types

enum  AttrKind {
  Any,
  Default,
  Cell,
  Row,
  Col,
  Merged
}

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (GridCellAttr attrDefault)
 this (Colour colText, Colour colBack, Font font, int hAlign, int vAlign)
GridCellAttr Clone ()
void MergeWith (GridCellAttr mergefrom)
void IncRef ()
void DecRef ()
void TextColour (Colour value)
Colour TextColour ()
void BackgroundColour (Colour value)
Colour BackgroundColour ()
void font (Font value)
Font font ()
void SetAlignment (int hAlign, int vAlign)
void GetAlignment (inout int hAlign, inout int vAlign)
void SetSize (int num_rows, int num_cols)
void GetSize (inout int num_rows, inout int num_cols)
void Overflow (bool value)
bool Overflow ()
void ReadOnly (bool value)
bool ReadOnly ()
void SetRenderer (GridCellRenderer renderer)
void Editor (GridCellEditor value)
GridCellEditor GetEditor (Grid grid, int row, int col)
bool HasTextColour ()
bool HasBackgroundColour ()
bool HasFont ()
bool HasAlignment ()
bool HasRenderer ()
bool HasEditor ()
bool HasReadWriteMode ()
GridCellRenderer GetRenderer (Grid grid, int row, int col)
void DefAttr (GridCellAttr value)

Static Public Member Functions

static wxObject New (IntPtr ptr)

Protected Member Functions

override void dtor ()


Member Enumeration Documentation

enum AttrKind

Enumerator:
Any 
Default 
Cell 
Row 
Col 
Merged 


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from wxObject.

this (  ) 

this ( GridCellAttr  attrDefault  ) 

this ( Colour  colText,
Colour  colBack,
Font  font,
int  hAlign,
int  vAlign 
)


Member Function Documentation

static wxObject New ( IntPtr  ptr  )  [static]

override void dtor (  )  [protected]

Reimplemented from wxObject.

GridCellAttr Clone (  ) 

void MergeWith ( GridCellAttr  mergefrom  ) 

void IncRef (  ) 

void DecRef (  ) 

void TextColour ( Colour  value  ) 

Colour TextColour (  ) 

void BackgroundColour ( Colour  value  ) 

Colour BackgroundColour (  ) 

void font ( Font  value  ) 

Font font (  ) 

void SetAlignment ( int  hAlign,
int  vAlign 
)

void GetAlignment ( inout int  hAlign,
inout int  vAlign 
)

void SetSize ( int  num_rows,
int  num_cols 
)

void GetSize ( inout int  num_rows,
inout int  num_cols 
)

void Overflow ( bool  value  ) 

bool Overflow (  ) 

void ReadOnly ( bool  value  ) 

bool ReadOnly (  ) 

void SetRenderer ( GridCellRenderer  renderer  ) 

void Editor ( GridCellEditor  value  ) 

GridCellEditor GetEditor ( Grid  grid,
int  row,
int  col 
)

bool HasTextColour (  ) 

bool HasBackgroundColour (  ) 

bool HasFont (  ) 

bool HasAlignment (  ) 

bool HasRenderer (  ) 

bool HasEditor (  ) 

bool HasReadWriteMode (  ) 

GridCellRenderer GetRenderer ( Grid  grid,
int  row,
int  col 
)

void DefAttr ( GridCellAttr  value  ) 


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:25 2009 for wxD by  doxygen 1.5.4