LibreOffice Module toolkit (master) 1
Public Member Functions | Public Attributes | List of all members
svt::table::GridTableRenderer::CellRenderContext Struct Reference
Collaboration diagram for svt::table::GridTableRenderer::CellRenderContext:
[legend]

Public Member Functions

 CellRenderContext (OutputDevice &i_device, tools::Rectangle const &i_contentArea, StyleSettings const &i_style, ColPos const i_column, bool const i_selected, bool const i_hasControlFocus)
 

Public Attributes

OutputDevicerDevice
 
tools::Rectangle const aContentArea
 
StyleSettings const & rStyle
 
ColPos const nColumn
 
bool const bSelected
 
bool const bHasControlFocus
 

Detailed Description

Definition at line 392 of file gridtablerenderer.cxx.

Constructor & Destructor Documentation

◆ CellRenderContext()

svt::table::GridTableRenderer::CellRenderContext::CellRenderContext ( OutputDevice i_device,
tools::Rectangle const &  i_contentArea,
StyleSettings const &  i_style,
ColPos const  i_column,
bool const  i_selected,
bool const  i_hasControlFocus 
)
inline

Definition at line 401 of file gridtablerenderer.cxx.

Member Data Documentation

◆ aContentArea

tools::Rectangle const svt::table::GridTableRenderer::CellRenderContext::aContentArea

◆ bHasControlFocus

bool const svt::table::GridTableRenderer::CellRenderContext::bHasControlFocus

◆ bSelected

bool const svt::table::GridTableRenderer::CellRenderContext::bSelected

◆ nColumn

ColPos const svt::table::GridTableRenderer::CellRenderContext::nColumn

◆ rDevice

OutputDevice& svt::table::GridTableRenderer::CellRenderContext::rDevice

◆ rStyle

StyleSettings const& svt::table::GridTableRenderer::CellRenderContext::rStyle

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