lib Library API Documentation

KoTabulator Struct Reference

Struct: KoTabulator Defines the position of a tabulation (in pt), and its type. More...

#include <koRuler.h>

Collaboration diagram for KoTabulator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool operator== (const KoTabulator &t) const
bool operator!= (const KoTabulator &t) const
bool operator< (const KoTabulator &t) const
bool operator<= (const KoTabulator &t) const
bool operator> (const KoTabulator &t) const

Public Attributes

double ptPos
KoTabulators type
KoTabulatorFilling filling
double ptWidth
QChar alignChar

Detailed Description

Struct: KoTabulator Defines the position of a tabulation (in pt), and its type.

Definition at line 42 of file koRuler.h.


Member Data Documentation

double KoTabulator::ptPos
 

Position of the tab in pt.

Definition at line 46 of file koRuler.h.

Referenced by KoParagLayout::loadParagLayout().

KoTabulators KoTabulator::type
 

Type of tab (left/center/right/decimalpoint).

Definition at line 50 of file koRuler.h.

Referenced by KoParagLayout::loadParagLayout().

KoTabulatorFilling KoTabulator::filling
 

Type of tab filling.

Definition at line 54 of file koRuler.h.

Referenced by KoParagLayout::loadParagLayout().

double KoTabulator::ptWidth
 

Width of the tab filling line.

Definition at line 58 of file koRuler.h.

Referenced by KoParagLayout::loadParagLayout().

QChar KoTabulator::alignChar
 

Alignment character.

Definition at line 62 of file koRuler.h.

Referenced by KoParagLayout::loadParagLayout().


The documentation for this struct was generated from the following file:
KDE Logo
This file is part of the documentation for lib Library Version 1.3.5.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Mar 20 14:26:43 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003