dillo  3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java).
  Fossies Dox: dillo-3.0.5.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

tablecell.hh
Go to the documentation of this file.
1 #ifndef __DW_TABLECELL_HH__
2 #define __DW_TABLECELL_HH__
3 
4 #include "core.hh"
5 #include "alignedtextblock.hh"
6 
7 namespace dw {
8 
10 {
11 private:
13 
14 protected:
15  bool wordWrap (int wordIndex, bool wrapAll);
16 
17  int getValue ();
18  void setMaxValue (int maxValue, int value);
19 
20 public:
21  static int CLASS_ID;
22 
24  ~TableCell();
25 };
26 
27 } // namespace dw
28 
29 #endif // __DW_TABLECELL_HH__
dw::AlignedTextblock
Base widget for all textblocks (sub classes of dw::Textblock), which are positioned vertically and al...
Definition: alignedtextblock.hh:13
dw::TableCell::charWordPos
int charWordPos
Definition: tablecell.hh:12
dw::TableCell
Definition: tablecell.hh:9
dw::Textblock::limitTextWidth
bool limitTextWidth
Definition: textblock.hh:474
dw::TableCell::charWordIndex
int charWordIndex
Definition: tablecell.hh:12
dw::TableCell::TableCell
TableCell(TableCell *ref, bool limitTextWidth)
Definition: tablecell.cc:30
alignedtextblock.hh
dw::TableCell::wordWrap
bool wordWrap(int wordIndex, bool wrapAll)
Definition: tablecell.cc:48
dw::TableCell::~TableCell
~TableCell()
Definition: tablecell.cc:43
dw::TableCell::getValue
int getValue()
Definition: tablecell.cc:76
dw::TableCell::setMaxValue
void setMaxValue(int maxValue, int value)
Definition: tablecell.cc:107
core.hh
dw
Dw is in this namespace, or sub namespaces of this one.
Definition: alignedtextblock.cc:26
dw::TableCell::CLASS_ID
static int CLASS_ID
Definition: tablecell.hh:21