Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
tablecell.cc File Reference
#include "tablecell.hh"
#include "table.hh"
Include dependency graph for tablecell.cc:

Go to the source code of this file.

Namespaces

namespace  dw
 Dw is in this namespace, or sub namespaces of this one.
 
namespace  dw::tablecell
 Provided some common implementations of virtual widget methods.
 

Functions

bool dw::tablecell::getAdjustMinWidth ()
 
bool dw::tablecell::isBlockLevel ()
 
int dw::tablecell::correctAvailWidthOfChild (core::Widget *widget, core::Widget *child, int width, bool forceValue)
 
int dw::tablecell::correctAvailHeightOfChild (core::Widget *widget, core::Widget *child, int height, bool forceValue)
 
void dw::tablecell::correctCorrectedRequisitionOfChild (core::Widget *widget, core::Widget *child, core::Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight)
 
void dw::tablecell::correctCorrectedExtremesOfChild (core::Widget *widget, core::Widget *child, core::Extremes *extremes, bool useAdjustmentWidth)
 
int dw::tablecell::applyPerWidth (core::Widget *widget, int containerWidth, core::style::Length perWidth)
 
int dw::tablecell::applyPerHeight (core::Widget *widget, int containerHeight, core::style::Length perHeight)