Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reference file to consider new Set*Color overloads #1227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_win32.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