Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Examples  

QSGLine Class Reference

Line style definition. More...

#include <qsgattr.h>

Inheritance diagram for QSGLine:

Inheritance graph
[legend]
List of all members.

Public Types

enum  Style {
  Invisible = Qt::NoPen, Solid = Qt::SolidLine, Dash = Qt::DashLine, DashDot = Qt::DashDotLine,
  Dot = Qt::DotLine, DashDotDot = Qt::DashDotDotLine
}

Public Methods

 QSGLine ()
 QSGLine (Style style)

Public Attributes

Style style
int width
QSGColor color

Static Public Attributes

const QSGLine invisibleLine

Friends

bool operator== (const QSGLine &, const QSGLine &)
bool operator!= (const QSGLine &, const QSGLine &)
QString toQString (const QSGLine &line)
QSGLine toQSGLine (const QString &string)

Detailed Description

Line style definition.

Author:
Kamil Dobkowski
Examples:

demo2d.cpp.


Member Enumeration Documentation

enum QSGLine::Style
 

Line type.


Constructor & Destructor Documentation

QSGLine::QSGLine  
 

Creates a solid, black, 0-width line.


The documentation for this class was generated from the following file:
Generated on Mon Mar 18 19:16:47 2002 for KMatplot library by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002