Skip to content

Commit

Permalink
Update reference file to consider new Set*Color overloads
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Nov 26, 2024
1 parent 000b9a5 commit ec9b06f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions root/meta/MemberComments.ref
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ OBJ: TList TList Doubly linked list : 0
void TAttFill::SetFillAttributes()
OBJ: TMethod SetFillColor Set the fill area color : 0
void TAttFill::SetFillColor(Color_t fcolor)
OBJ: TMethod SetFillColor : 0
void TAttFill::SetFillColor(TColorNumber)
OBJ: TMethod SetFillColorAlpha : 0
void TAttFill::SetFillColorAlpha(Color_t fcolor, Float_t falpha)
OBJ: TMethod SetFillStyle Set the fill area style : 0
Expand All @@ -421,6 +423,8 @@ OBJ: TList TList Doubly linked list : 0
void TAttLine::SetLineAttributes()
OBJ: TMethod SetLineColor Set the line color : 0
void TAttLine::SetLineColor(Color_t lcolor)
OBJ: TMethod SetLineColor : 0
void TAttLine::SetLineColor(TColorNumber lcolor)
OBJ: TMethod SetLineColorAlpha : 0
void TAttLine::SetLineColorAlpha(Color_t lcolor, Float_t lalpha)
OBJ: TMethod SetLineStyle Set the line style : 0
Expand Down
4 changes: 4 additions & 0 deletions root/meta/MemberComments_win64.ref
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ OBJ: TList TList Doubly linked list : 0
void TAttFill::SetFillAttributes()
OBJ: TMethod SetFillColor Set the fill area color : 0
void TAttFill::SetFillColor(Color_t fcolor)
OBJ: TMethod SetFillColor : 0
void TAttFill::SetFillColor(TColorNumber)
OBJ: TMethod SetFillColorAlpha : 0
void TAttFill::SetFillColorAlpha(Color_t fcolor, Float_t falpha)
OBJ: TMethod SetFillStyle Set the fill area style : 0
Expand All @@ -421,6 +423,8 @@ OBJ: TList TList Doubly linked list : 0
void TAttLine::SetLineAttributes()
OBJ: TMethod SetLineColor Set the line color : 0
void TAttLine::SetLineColor(Color_t lcolor)
OBJ: TMethod SetLineColor : 0
void TAttLine::SetLineColor(TColorNumber lcolor)
OBJ: TMethod SetLineColorAlpha : 0
void TAttLine::SetLineColorAlpha(Color_t lcolor, Float_t lalpha)
OBJ: TMethod SetLineStyle Set the line style : 0
Expand Down

0 comments on commit ec9b06f

Please sign in to comment.