class TQtMarker


 TQtMarker - class-utility to convert the ROOT TMarker object shape
             in to the Qt QPointArray.


Function Members (Methods)

public:
TQtMarker(const TQtMarker& m)
TQtMarker(int n = 0, TPoint* xy = 0, int type = 0)
virtual~TQtMarker()
static TClass*Class()
intGetNumber() const
intGetType() const
virtual TClass*IsA() const
voidoperator=(const TQtMarker& m)
voidSetMarker(int n, TPoint* xy, int type)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

private:
Color_tfCindexColor index of the marker;
intfMarkerTypeType of the current marker
intfNumNodeNumber of chain in the marker shape

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TQtMarker(int n = 0, TPoint* xy = 0, int type = 0)
~TQtMarker()
{}
int GetNumber()
{return fNumNode;}
int GetType()
{return fMarkerType;}
void SetMarker(int n, TPoint* xy, int type)
*-* Did we have a chain ?
void operator=(const TQtMarker& m)
inline TQtMarker(const TQtMarker& m)
{}

Author: Valeri Fine 21/01/2002
Last change: root/qt:$Id: TQtMarker.h 23251 2008-04-16 10:28:21Z antcheva $
Last generated: 2008-11-28 17:01
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.