Home
last modified time | relevance | path

Searched refs:ProgressBar (Results 1 – 25 of 2739) sorted by relevance

12345678910>>...110

/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dprogressbar.cc94 ProgressBar::ProgressBar(const Glib::ConstructParams& construct_params) in ProgressBar() function in Gtk::ProgressBar
100 ProgressBar::ProgressBar(GtkProgressBar* castitem) in ProgressBar() function in Gtk::ProgressBar
107 ProgressBar::ProgressBar(ProgressBar&& src) noexcept in ProgressBar() function in Gtk::ProgressBar
112 ProgressBar& ProgressBar::operator=(ProgressBar&& src) noexcept in operator =()
119 ProgressBar::~ProgressBar() noexcept in ~ProgressBar()
124 ProgressBar::CppClassType ProgressBar::progressbar_class_; // initialize static member
126 GType ProgressBar::get_type() in get_type()
132 GType ProgressBar::get_base_type() in get_base_type()
138 ProgressBar::ProgressBar() in ProgressBar() function in Gtk::ProgressBar
148 void ProgressBar::pulse() in pulse()
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dprogressbar.cc103 ProgressBar::ProgressBar(const Glib::ConstructParams& construct_params) in ProgressBar() function in Gtk::ProgressBar
109 ProgressBar::ProgressBar(GtkProgressBar* castitem) in ProgressBar() function in Gtk::ProgressBar
115 ProgressBar::~ProgressBar() in ~ProgressBar()
120 ProgressBar::CppClassType ProgressBar::progressbar_class_; // initialize static member
122 GType ProgressBar::get_type() in get_type()
128 GType ProgressBar::get_base_type() in get_base_type()
134 ProgressBar::ProgressBar() in ProgressBar() function in Gtk::ProgressBar
144 void ProgressBar::pulse() in pulse()
149 Glib::ustring ProgressBar::get_text() const in get_text()
159 double ProgressBar::get_fraction() const in get_fraction()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DProgressBar.cpp35 const String ProgressBar::EventNamespace("ProgressBar");
47 ProgressBar::ProgressBar(const String& type, const String& name) : in ProgressBar() function in CEGUI::ProgressBar
59 ProgressBar::~ProgressBar(void) in ~ProgressBar()
67 void ProgressBar::setProgress(float progress) in setProgress()
93 void ProgressBar::onProgressChanged(WindowEventArgs& e) in onProgressChanged()
104 void ProgressBar::onProgressDone(WindowEventArgs& e) in onProgressDone()
112 void ProgressBar::addProgressBarProperties(void) in addProgressBarProperties()
116 CEGUI_DEFINE_PROPERTY(ProgressBar, float, in addProgressBarProperties()
118 &ProgressBar::setProgress, &ProgressBar::getProgress, 0.0f /* TODO: Inconsistency */ in addProgressBarProperties()
121 CEGUI_DEFINE_PROPERTY(ProgressBar, float, in addProgressBarProperties()
[all …]
/dports/devel/bullet/bullet3-3.21/test/GwenOpenGLTest/
H A DProgressBar.cpp7 class ProgressBar : public GUnit class
13 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
19 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
26 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
33 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
42 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
49 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
56 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
63 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
71 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/test/GwenOpenGLTest/
H A DProgressBar.cpp7 class ProgressBar : public GUnit class
13 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
19 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
26 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
33 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
42 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
49 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
56 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
63 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
71 Gwen::Controls::ProgressBar* pb = new Gwen::Controls::ProgressBar(this); in GWEN_CONTROL_INLINE()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cheggaaa/pb/v3/
H A Dpb.go152 func (pb *ProgressBar) Start() *ProgressBar { argument
186 func (pb *ProgressBar) Write() *ProgressBar { argument
223 func (pb *ProgressBar) SetTotal(value int64) *ProgressBar { argument
229 func (pb *ProgressBar) SetCurrent(value int64) *ProgressBar { argument
240 func (pb *ProgressBar) Add64(value int64) *ProgressBar { argument
246 func (pb *ProgressBar) Add(value int) *ProgressBar { argument
251 func (pb *ProgressBar) Increment() *ProgressBar { argument
287 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
363 func (pb *ProgressBar) Finish() *ProgressBar { argument
476 func (pb *ProgressBar) SetErr(err error) *ProgressBar { argument
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/cheggaaa/pb/v3/
H A Dpb.go152 func (pb *ProgressBar) Start() *ProgressBar { argument
186 func (pb *ProgressBar) Write() *ProgressBar { argument
223 func (pb *ProgressBar) SetTotal(value int64) *ProgressBar { argument
229 func (pb *ProgressBar) SetCurrent(value int64) *ProgressBar { argument
240 func (pb *ProgressBar) Add64(value int64) *ProgressBar { argument
246 func (pb *ProgressBar) Add(value int) *ProgressBar { argument
251 func (pb *ProgressBar) Increment() *ProgressBar { argument
287 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
363 func (pb *ProgressBar) Finish() *ProgressBar { argument
476 func (pb *ProgressBar) SetErr(err error) *ProgressBar { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/cheggaaa/pb/v3/
H A Dpb.go152 func (pb *ProgressBar) Start() *ProgressBar { argument
186 func (pb *ProgressBar) Write() *ProgressBar { argument
223 func (pb *ProgressBar) SetTotal(value int64) *ProgressBar { argument
229 func (pb *ProgressBar) SetCurrent(value int64) *ProgressBar { argument
240 func (pb *ProgressBar) Add64(value int64) *ProgressBar { argument
246 func (pb *ProgressBar) Add(value int) *ProgressBar { argument
251 func (pb *ProgressBar) Increment() *ProgressBar { argument
287 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
363 func (pb *ProgressBar) Finish() *ProgressBar { argument
476 func (pb *ProgressBar) SetErr(err error) *ProgressBar { argument
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/cheggaaa/pb/v3/
H A Dpb.go152 func (pb *ProgressBar) Start() *ProgressBar { argument
186 func (pb *ProgressBar) Write() *ProgressBar { argument
223 func (pb *ProgressBar) SetTotal(value int64) *ProgressBar { argument
229 func (pb *ProgressBar) SetCurrent(value int64) *ProgressBar { argument
240 func (pb *ProgressBar) Add64(value int64) *ProgressBar { argument
246 func (pb *ProgressBar) Add(value int) *ProgressBar { argument
251 func (pb *ProgressBar) Increment() *ProgressBar { argument
287 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
363 func (pb *ProgressBar) Finish() *ProgressBar { argument
476 func (pb *ProgressBar) SetErr(err error) *ProgressBar { argument
[all …]
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/cheggaaa/pb/v3/
H A Dpb.go152 func (pb *ProgressBar) Start() *ProgressBar { argument
186 func (pb *ProgressBar) Write() *ProgressBar { argument
223 func (pb *ProgressBar) SetTotal(value int64) *ProgressBar { argument
229 func (pb *ProgressBar) SetCurrent(value int64) *ProgressBar { argument
240 func (pb *ProgressBar) Add64(value int64) *ProgressBar { argument
246 func (pb *ProgressBar) Add(value int) *ProgressBar { argument
251 func (pb *ProgressBar) Increment() *ProgressBar { argument
287 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
363 func (pb *ProgressBar) Finish() *ProgressBar { argument
476 func (pb *ProgressBar) SetErr(err error) *ProgressBar { argument
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/cheggaaa/pb/v3/
H A Dpb.go152 func (pb *ProgressBar) Start() *ProgressBar { argument
186 func (pb *ProgressBar) Write() *ProgressBar { argument
223 func (pb *ProgressBar) SetTotal(value int64) *ProgressBar { argument
229 func (pb *ProgressBar) SetCurrent(value int64) *ProgressBar { argument
240 func (pb *ProgressBar) Add64(value int64) *ProgressBar { argument
246 func (pb *ProgressBar) Add(value int) *ProgressBar { argument
251 func (pb *ProgressBar) Increment() *ProgressBar { argument
287 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
363 func (pb *ProgressBar) Finish() *ProgressBar { argument
476 func (pb *ProgressBar) SetErr(err error) *ProgressBar { argument
[all …]
/dports/net/drive/drive-0.4.0/vendor/github.com/cheggaaa/pb/v3/
H A Dpb.go163 func (pb *ProgressBar) Start() *ProgressBar { argument
197 func (pb *ProgressBar) Write() *ProgressBar { argument
239 func (pb *ProgressBar) SetTotal(value int64) *ProgressBar { argument
245 func (pb *ProgressBar) AddTotal(value int64) *ProgressBar { argument
262 func (pb *ProgressBar) Add64(value int64) *ProgressBar { argument
268 func (pb *ProgressBar) Add(value int) *ProgressBar { argument
273 func (pb *ProgressBar) Increment() *ProgressBar { argument
309 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
385 func (pb *ProgressBar) Finish() *ProgressBar { argument
498 func (pb *ProgressBar) SetErr(err error) *ProgressBar { argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripProgressBar.cs74 get { return this.ProgressBar.Maximum; }
81 get { return this.ProgressBar.Minimum; }
87 public ProgressBar ProgressBar { property in System.Windows.Forms.ToolStripProgressBar
100 get { return this.ProgressBar.Step; }
101 set { this.ProgressBar.Step = value; }
106 get { return this.ProgressBar.Style; }
107 set { this.ProgressBar.Style = value; }
121 get { return this.ProgressBar.Value; }
122 set { this.ProgressBar.Value = value; }
134 this.ProgressBar.Increment (value); in Increment()
[all …]
/dports/net/drive/drive-0.4.0/drive-gen/Godeps/_workspace/src/github.com/cheggaaa/pb/
H A Dpb.go35 pb := &ProgressBar{
97 func (pb *ProgressBar) Start() *ProgressBar { argument
116 func (pb *ProgressBar) Set(current int) *ProgressBar { argument
121 func (pb *ProgressBar) Set64(current int64) *ProgressBar { argument
136 func (pb *ProgressBar) Prefix(prefix string) *ProgressBar { argument
142 func (pb *ProgressBar) Postfix(postfix string) *ProgressBar { argument
149 func (pb *ProgressBar) Format(format string) *ProgressBar { argument
162 func (pb *ProgressBar) SetRefreshRate(rate time.Duration) *ProgressBar { argument
170 func (pb *ProgressBar) SetUnits(units Units) *ProgressBar { argument
176 func (pb *ProgressBar) SetMaxWidth(width int) *ProgressBar { argument
[all …]
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/cheggaaa/pb/
H A Dpb.go35 pb := &ProgressBar{
97 func (pb *ProgressBar) Start() *ProgressBar { argument
116 func (pb *ProgressBar) Set(current int) *ProgressBar { argument
121 func (pb *ProgressBar) Set64(current int64) *ProgressBar { argument
136 func (pb *ProgressBar) Prefix(prefix string) *ProgressBar { argument
142 func (pb *ProgressBar) Postfix(postfix string) *ProgressBar { argument
149 func (pb *ProgressBar) Format(format string) *ProgressBar { argument
162 func (pb *ProgressBar) SetRefreshRate(rate time.Duration) *ProgressBar { argument
170 func (pb *ProgressBar) SetUnits(units Units) *ProgressBar { argument
176 func (pb *ProgressBar) SetMaxWidth(width int) *ProgressBar { argument
[all …]
/dports/editors/lazarus/lazarus/ide/
H A Dprogresswnd.pas143 if ProgressBar<>nil then
150 ProgressBar.Max:=EndPos;
161 if ProgressBar<>Nil then
162 ProgressBar.Hint:=Hint;
181 if ProgressBar<>nil then
188 if ProgressBar<>nil then
198 ProgressBar.Max:=EndPos;
202 ProgressBar.Hint:=Hint;
210 if ProgressBar<>Nil then
217 ProgressBar.Max:=EndPos;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprogresswnd.pas143 if ProgressBar<>nil then
150 ProgressBar.Max:=EndPos;
161 if ProgressBar<>Nil then
162 ProgressBar.Hint:=Hint;
181 if ProgressBar<>nil then
188 if ProgressBar<>nil then
198 ProgressBar.Max:=EndPos;
202 ProgressBar.Hint:=Hint;
210 if ProgressBar<>Nil then
217 ProgressBar.Max:=EndPos;
[all …]
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dprogresswnd.pas143 if ProgressBar<>nil then
150 ProgressBar.Max:=EndPos;
161 if ProgressBar<>Nil then
162 ProgressBar.Hint:=Hint;
181 if ProgressBar<>nil then
188 if ProgressBar<>nil then
198 ProgressBar.Max:=EndPos;
202 ProgressBar.Hint:=Hint;
210 if ProgressBar<>Nil then
217 ProgressBar.Max:=EndPos;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprogresswnd.pas143 if ProgressBar<>nil then
150 ProgressBar.Max:=EndPos;
161 if ProgressBar<>Nil then
162 ProgressBar.Hint:=Hint;
181 if ProgressBar<>nil then
188 if ProgressBar<>nil then
198 ProgressBar.Max:=EndPos;
202 ProgressBar.Hint:=Hint;
210 if ProgressBar<>Nil then
217 ProgressBar.Max:=EndPos;
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Utils/Widgets/
H A DProgressBar.cpp25 using Gui::ProgressBar;
27 struct Gui::ProgressBar::Private
34 position(ProgressBar::Position::Bottom) in Private()
39 ProgressBar::ProgressBar(QWidget* parent) : in ProgressBar() function in ProgressBar
59 ProgressBar::~ProgressBar() = default;
61 void ProgressBar::setPosition(ProgressBar::Position o) in setPosition()
66 void ProgressBar::refresh() in refresh()
79 case ProgressBar::Position::Top: in refresh()
82 case ProgressBar::Position::Middle: in refresh()
85 case ProgressBar::Position::Bottom: in refresh()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cheggaaa/pb/
H A Dpb.go114 func (pb *ProgressBar) Start() *ProgressBar { argument
141 func (pb *ProgressBar) Set(current int) *ProgressBar { argument
146 func (pb *ProgressBar) Set64(current int64) *ProgressBar { argument
161 func (pb *ProgressBar) Prefix(prefix string) *ProgressBar { argument
169 func (pb *ProgressBar) Postfix(postfix string) *ProgressBar { argument
179 func (pb *ProgressBar) Format(format string) *ProgressBar { argument
205 func (pb *ProgressBar) SetUnits(units Units) *ProgressBar { argument
211 func (pb *ProgressBar) SetMaxWidth(width int) *ProgressBar { argument
218 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
474 func (pb *ProgressBar) SetTotal(total int) *ProgressBar { argument
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/cheggaaa/pb/
H A Dpb.go114 func (pb *ProgressBar) Start() *ProgressBar { argument
141 func (pb *ProgressBar) Set(current int) *ProgressBar { argument
146 func (pb *ProgressBar) Set64(current int64) *ProgressBar { argument
161 func (pb *ProgressBar) Prefix(prefix string) *ProgressBar { argument
169 func (pb *ProgressBar) Postfix(postfix string) *ProgressBar { argument
179 func (pb *ProgressBar) Format(format string) *ProgressBar { argument
205 func (pb *ProgressBar) SetUnits(units Units) *ProgressBar { argument
211 func (pb *ProgressBar) SetMaxWidth(width int) *ProgressBar { argument
218 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
474 func (pb *ProgressBar) SetTotal(total int) *ProgressBar { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/cheggaaa/pb/
H A Dpb.go114 func (pb *ProgressBar) Start() *ProgressBar { argument
141 func (pb *ProgressBar) Set(current int) *ProgressBar { argument
146 func (pb *ProgressBar) Set64(current int64) *ProgressBar { argument
161 func (pb *ProgressBar) Prefix(prefix string) *ProgressBar { argument
169 func (pb *ProgressBar) Postfix(postfix string) *ProgressBar { argument
179 func (pb *ProgressBar) Format(format string) *ProgressBar { argument
205 func (pb *ProgressBar) SetUnits(units Units) *ProgressBar { argument
211 func (pb *ProgressBar) SetMaxWidth(width int) *ProgressBar { argument
218 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
475 func (pb *ProgressBar) SetTotal(total int) *ProgressBar { argument
[all …]
/dports/net/drive/drive-0.4.0/vendor/github.com/cheggaaa/pb/
H A Dpb.go114 func (pb *ProgressBar) Start() *ProgressBar { argument
141 func (pb *ProgressBar) Set(current int) *ProgressBar { argument
146 func (pb *ProgressBar) Set64(current int64) *ProgressBar { argument
161 func (pb *ProgressBar) Prefix(prefix string) *ProgressBar { argument
169 func (pb *ProgressBar) Postfix(postfix string) *ProgressBar { argument
179 func (pb *ProgressBar) Format(format string) *ProgressBar { argument
205 func (pb *ProgressBar) SetUnits(units Units) *ProgressBar { argument
211 func (pb *ProgressBar) SetMaxWidth(width int) *ProgressBar { argument
218 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
474 func (pb *ProgressBar) SetTotal(total int) *ProgressBar { argument
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/cheggaaa/pb/
H A Dpb.go114 func (pb *ProgressBar) Start() *ProgressBar { argument
141 func (pb *ProgressBar) Set(current int) *ProgressBar { argument
146 func (pb *ProgressBar) Set64(current int64) *ProgressBar { argument
161 func (pb *ProgressBar) Prefix(prefix string) *ProgressBar { argument
169 func (pb *ProgressBar) Postfix(postfix string) *ProgressBar { argument
179 func (pb *ProgressBar) Format(format string) *ProgressBar { argument
205 func (pb *ProgressBar) SetUnits(units Units) *ProgressBar { argument
211 func (pb *ProgressBar) SetMaxWidth(width int) *ProgressBar { argument
218 func (pb *ProgressBar) SetWidth(width int) *ProgressBar { argument
474 func (pb *ProgressBar) SetTotal(total int) *ProgressBar { argument
[all …]

12345678910>>...110