Home
last modified time | relevance | path

Searched refs:SelectBox (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/warmux/warmux-11.04/src/gui/
H A Dselect_box.cpp27 SelectBox::SelectBox(const Point2i& size, bool always, bool force, bool alt) in SelectBox() function in SelectBox
38 bool SelectBox::Update(const Point2i& mousePosition, in Update()
80 void SelectBox::AddWidget(Widget* w) in AddWidget()
87 void SelectBox::AddWidgetItem(bool select, Widget* w) in AddWidgetItem()
96 void SelectBox::Empty() in Empty()
105 void SelectBox::Clear() in Clear()
114 void SelectBox::Select(uint index) in Select()
127 void SelectBox::Deselect() in Deselect()
139 void SelectBox::RemoveSelected() in RemoveSelected()
178 SelectBox::AddWidgetItem(select, w); in AddItem()
[all …]
H A Dselect_box.h28 class SelectBox : public ScrollBox
42 SelectBox(const Point2i& size,
77 class ItemBox : public SelectBox
84 : SelectBox(size, always, force, true) { }; in SelectBox() function
95 virtual void Empty() { m_values.clear(); SelectBox::Empty(); } in Empty()
96 virtual void Clear() { m_values.clear(); SelectBox::Clear(); } in Clear()
H A Dcontrol_config.h27 class SelectBox; variable
34 SelectBox *box;
H A Dcontrol_config.cpp335 box = new SelectBox(size, false, true /* full box width used*/); in ControlConfig()
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/listings/ch17-oop/listing-17-09/src/
H A Dmain.rs3 struct SelectBox { struct
9 impl Draw for SelectBox { argument
21 Box::new(SelectBox { in main()
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/listings/ch17-oop/listing-17-08/src/
H A Dmain.rs4 struct SelectBox { struct
10 impl Draw for SelectBox { argument
/dports/www/p5-Rose-HTML-Objects/Rose-HTML-Objects-0.623/t/
H A Dform-field-selectbox.t14 my $field = Rose::HTML::Form::Field::SelectBox->new(name => 'fruits');
537 $field = Rose::HTML::Form::Field::SelectBox->new(name => 'fruits');
551 Rose::HTML::Form::Field::SelectBox->new(
688 $field = Rose::HTML::Form::Field::SelectBox->new(name => 'fruits');
H A Dleaks.t45 use Rose::HTML::Form::Field::SelectBox;
H A Dform.t468 Rose::HTML::Form::Field::SelectBox->new(
/dports/www/p5-Rose-HTML-Objects/Rose-HTML-Objects-0.623/lib/Rose/HTML/Form/Field/
H A DSelectBox.pm1 package Rose::HTML::Form::Field::SelectBox;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/controllers/
H A DTimelineController.php11 use Icinga\Module\Monitoring\Web\Widget\SelectBox; alias
138 $box = new SelectBox(
H A DAlertsummaryController.php16 use Icinga\Module\Monitoring\Web\Widget\SelectBox; alias
528 * @return SelectBox
532 $box = new SelectBox(
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/src/
H A Dch17-02-trait-objects.md20 `SelectBox`.
32 `Button`, `Image`, and `SelectBox`, would inherit from `Component` and thus
158 If someone using our library decides to implement a `SelectBox` struct that has
160 `SelectBox` type as well, as shown in Listing 17-8:
169 the `Draw` trait on a `SelectBox` struct</span>
172 instance. To the `Screen` instance, they can add a `SelectBox` and a `Button`
187 `SelectBox` type, but our `Screen` implementation was able to operate on the
188 new type and draw it because `SelectBox` implements the `Draw` trait, which
197 or a `SelectBox`, it just calls the `draw` method on the component. By
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/library/Monitoring/Web/Widget/
H A DSelectBox.php10 class SelectBox extends AbstractWidget class
/dports/games/warmux/warmux-11.04/src/menu/
H A Dnetwork_connection_menu.cpp70 class GameListBox : public SelectBox
73 GameListBox(const Point2i &size) : SelectBox(size, false) { } in GameListBox()
74 void Select(uint index) { SelectBox::Select(index); } in Select()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.renderosity.com25 Disallow: /SelectBox/
/dports/deskutils/notekit/notekit-6d6278b/
H A Dnotebook.h54 void SelectBox(float x0, float x1, float y0, float y1);
H A Dnotebook.cpp923 SelectBox(sel_x0,x,sel_y0,y); in on_button_release()
1030 void CNotebook::SelectBox(float x0, float x1, float y0, float y1) in SelectBox() function in CNotebook
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/canvas/
H A DCanvasItem.py14 class SelectBox(ROI): class
114 self.selectBox = SelectBox(scalable=self.opts['scalable'], rotatable=self.opts['rotatable'])
H A DCanvas.py34 self.multiSelectBox = SelectBox()
458 class SelectBox(ROI): class
/dports/www/p5-Rose-HTML-Objects/Rose-HTML-Objects-0.623/
H A DMANIFEST39 lib/Rose/HTML/Form/Field/SelectBox.pm
/dports/deskutils/egroupware/egroupware/api/lang/
H A Degw_uk.lang152 force selectbox common uk Форсувати SelectBox
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/setup/
H A Dphpgw_ja.lang162 force selectbox common ja Force SelectBox
H A Dphpgw_ca.lang162 force selectbox common ca For�ar SelectBox
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Doperation.c1156 GENERATE_OP(SelectBox)

12