#include <string>
#include <deque>
#include <pango/pango.h>
Go to the source code of this file.
Data Structures | |
struct | text::ViewPosition |
struct | text::Rect |
class | text::Position |
Position type for text plugin. More... | |
struct | text::Range |
Information about one page, used for pagination. More... | |
struct | text::SearchContext |
class | text::SafeDeque< T > |
Namespaces | |
namespace | text |
Typedefs | |
typedef Range | text::PageInfo |
Enumerations | |
enum | text::SearchType { text::SEARCH_ALL, text::SEARCH_NEXT } |