Module phonebook :: Class ImportCellRenderer
[hide private]
[frames] | no frames]

Class ImportCellRenderer

source code

            object --+            
                     |            
wx.grid.GridCellWorker --+        
                         |        
  wx.grid.GridCellRenderer --+    
                             |    
    wx.grid.PyGridCellRenderer --+
                                 |
                                ImportCellRenderer

Instance Methods [hide private]
PyGridCellRenderer
__init__(self, table, grid)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_calcattrs(self) source code
 
Draw(self, grid, attr, dc, rect, row, col, isSelected)
Draw(self, Grid grid, GridCellAttr attr, DC dc, Rect rect, int row, ...
source code
 
GetBestSize(self, grid, attr, dc, row, col)
GetBestSize(self, Grid grid, GridCellAttr attr, DC dc, int row, int col) -> Size
source code
GridCellRenderer
Clone(self) source code

Inherited from wx.grid.PyGridCellRenderer: SetParameters, __repr__, base_SetParameters

Inherited from wx.grid.PyGridCellRenderer (private): _setCallbackInfo

Inherited from wx.grid.GridCellWorker: DecRef, IncRef, __del__, __swig_destroy__

Inherited from wx.grid.GridCellWorker (private): _setOORInfo

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  SCALE = 0.8
  COLOURS = ['HONEYDEW', 'WHITE', 'LEMON CHIFFON', 'ROSYBROWN1']
Properties [hide private]

Inherited from wx.grid.PyGridCellRenderer: thisown

Inherited from object: __class__

Method Details [hide private]

__init__(self, table, grid)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: PyGridCellRenderer
Overrides: object.__init__
(inherited documentation)

Draw(self, grid, attr, dc, rect, row, col, isSelected)

source code 

Draw(self, Grid grid, GridCellAttr attr, DC dc, Rect rect, int row, 
    int col, bool isSelected)

Overrides: wx.grid.GridCellRenderer.Draw
(inherited documentation)

GetBestSize(self, grid, attr, dc, row, col)

source code 

GetBestSize(self, Grid grid, GridCellAttr attr, DC dc, int row, int col) -> Size

Overrides: wx.grid.GridCellRenderer.GetBestSize
(inherited documentation)

Clone(self)

source code 
Returns: GridCellRenderer
Overrides: wx.grid.GridCellRenderer.Clone
(inherited documentation)