aboutsummaryrefslogtreecommitdiff
path: root/dw/simpletablecell.hh
blob: 9eccbb0049ca2ae65517ea7a60733c4fe1b5279d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __DW_SIMPLETABLECELL_HH__
#define __DW_SIMPLETABLECELL_HH__

#include "textblock.hh"

namespace dw {

class SimpleTableCell: public Textblock
{
public:
   static int CLASS_ID;

   SimpleTableCell (bool limitTextWidth);
   ~SimpleTableCell ();
};

} // namespace dw

#endif // __DW_SIMPLETABLECELL_HH__