tbx  0.7.6
Public Member Functions | Public Attributes | List of all members
tbx::view::ItemRenderer::Info Struct Reference

Information on what needs to be redrawn. More...

#include <itemrenderer.h>

Public Member Functions

 Info (const tbx::RedrawEvent &r)
 Construct from Redraw event. More...
 

Public Attributes

const tbx::RedrawEventredraw
 Redraw event object from FixedCellView.
 
tbx::BBox bounds
 Bounding box of cell to redraw in work area coordinates.
 
tbx::Point screen
 Bottom left of items bounding box in screen coordinates.
 
unsigned int index
 zero based index of item to redraw
 
bool selected
 Is the item selected.
 

Detailed Description

Information on what needs to be redrawn.

Constructor & Destructor Documentation

◆ Info()

tbx::view::ItemRenderer::Info::Info ( const tbx::RedrawEvent r)
inline

Construct from Redraw event.

Other parameters need to be set before it is used.


The documentation for this struct was generated from the following file: