text::Range Struct Reference

Information about one page, used for pagination. More...

#include <text_base_types.h>

Collaboration diagram for text::Range:
Collaboration graph
[legend]

Public Member Functions

 Range ()
 Range (const Position &start_pos, const Position &end_pos)

Data Fields

Position start
Position end

Detailed Description

Information about one page, used for pagination.

Definition at line 133 of file text_base_types.h.


Constructor & Destructor Documentation

text::Range::Range (  )  [inline]

Definition at line 136 of file text_base_types.h.

00137     : start(Position(0, 0)), end(Position(0, 0))
00138     {
00139     }

text::Range::Range ( const Position start_pos,
const Position end_pos 
) [inline]

Definition at line 141 of file text_base_types.h.

00142     : start(start_pos), end(end_pos)
00143     {
00144     }


Field Documentation


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.2-20100208