library: libGQt
#include "TQtMarker.h"

TQtMarker


class description - source file - inheritance tree (.pdf)

class TQtMarker

Inheritance Chart:
TQtMarker

    public:
TQtMarker(int n = 0, TPoint* xy = 0, int type = 0) TQtMarker(const TQtMarker&) virtual ~TQtMarker() static TClass* Class() QPointArray& GetNodes() int GetNumber() const int GetType() const virtual TClass* IsA() const TQtMarker& operator=(const TQtMarker&) void SetMarker(int n, TPoint* xy, int type) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
int fNumNode Number of chain in the marker shape QPointArray fChain array of the n chains to build a shaped marker Color_t fCindex Color index of the marker; int fMarkerType Type 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) : fNumNode(n), fChain(0), fCindex(0), fMarkerType(type)

~TQtMarker()
______________________________________________________________________________

int GetNumber() const
______________________________________________________________________________

QPointArray& GetNodes()
______________________________________________________________________________

int GetType() const

void SetMarker(int n, TPoint *xy, int type)
*-* Did we have a chain ?



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
          TQtMarker TQtMarker(const TQtMarker&)
         TQtMarker& operator=(const TQtMarker&)


Author: Valeri Fine 21/01/2002
Last update: root/qt:$Name: $:$Id: TQtMarker.cxx,v 1.3 2005/03/01 07:24:01 brun 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.