#include <TAttMarker.h>
Inheritance diagram for TAttMarker:

Public Methods | |
| TAttMarker () | |
| TAttMarker (Color_t color, Style_t style, Size_t msize) | |
| virtual | ~TAttMarker () |
| void | Copy (TAttMarker &attmarker) const |
| virtual Color_t | GetMarkerColor () const |
| virtual Style_t | GetMarkerStyle () const |
| virtual Size_t | GetMarkerSize () const |
| virtual void | Modify () |
| virtual void | ResetAttMarker (Option_t *toption="") |
| virtual void | SaveMarkerAttributes (ofstream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1) |
| virtual void | SetMarkerAttributes () |
| virtual void | SetMarkerColor (Color_t tcolor=1) |
| virtual void | SetMarkerStyle (Style_t mstyle=1) |
| virtual void | SetMarkerSize (Size_t msize=1) |
Protected Attributes | |
| Color_t | fMarkerColor |
| Style_t | fMarkerStyle |
| Size_t | fMarkerSize |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 44 of file TAttMarker.h. References fMarkerColor. |
|
|
Definition at line 45 of file TAttMarker.h. References fMarkerStyle. |
|
|
Definition at line 46 of file TAttMarker.h. References fMarkerSize. |
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented in TGX11, TPostScript, TSVG, and TVirtualX. Definition at line 51 of file TAttMarker.h. References fMarkerColor. |
|
|
Reimplemented in TGX11, and TVirtualX. Definition at line 52 of file TAttMarker.h. References fMarkerStyle. |
|
|
Definition at line 53 of file TAttMarker.h. References fMarkerSize. |
|
|
Definition at line 35 of file TAttMarker.h. Referenced by GetMarkerColor(), and SetMarkerColor(). |
|
|
Definition at line 36 of file TAttMarker.h. Referenced by GetMarkerStyle(), and SetMarkerStyle(). |
|
|
Definition at line 37 of file TAttMarker.h. Referenced by GetMarkerSize(), and SetMarkerSize(). |
1.2.16