library: libGQt
#include "TQtMarker.h"

TQtMarker


class description - header file - source file
viewCVS header - viewCVS source

class TQtMarker

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TQtMarker(const TQtMarker&)
TQtMarker(int n = 0, TPoint* xy = 0, int type = 0)
virtual~TQtMarker()
static TClass*Class()
intGetNumber() const
intGetType() const
virtual TClass*IsA() const
TQtMarker&operator=(const TQtMarker&)
voidSetMarker(int n, TPoint* xy, int type)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

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

Class Description


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


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

Author: Valeri Fine 21/01/2002
Last update: root/qt:$Name: $:$Id: TQtMarker.cxx,v 1.4 2006/03/24 15:31:10 antcheva Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

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.