Searched refs:index (Results 26 - 50 of 1857) sorted by path

1234567891011>>

/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h472 u_char index; member in struct:cistpl_cftable_entry_t
494 u_char index; member in struct:cistpl_cftable_entry_cb_t
/haiku/headers/os/interface/
H A DAbstractLayout.h49 int32 index) const;
51 BLayoutItem* item, int32 index);
H A DBox.h59 int32 index, BMessage* specifier,
H A DButton.h75 int32 index, BMessage* specifier,
H A DCardLayout.h19 void SetVisibleItem(int32 index);
41 int32 index) const;
43 BLayoutItem* item, int32 index);
H A DChannelControl.h48 virtual BHandler* ResolveSpecifier(BMessage* message, int32 index,
72 virtual status_t SetCurrentChannel(int32 index);
H A DChannelSlider.h61 int32 index, BMessage* specifier,
H A DCheckBox.h65 int32 index, BMessage* specifier,
H A DColorControl.h71 int32 index, BMessage* specifier,
H A DControl.h71 int32 index, BMessage* specifier,
H A DGridLayout.h51 virtual BLayoutItem* AddView(int32 index, BView* child);
56 virtual bool AddItem(int32 index, BLayoutItem* item);
70 BLayoutItem* item, int32 index) const;
72 BLayoutItem* item, int32 index);
84 int32 index,
H A DGroupLayout.h23 float ItemWeight(int32 index) const;
24 void SetItemWeight(int32 index, float weight);
27 virtual BLayoutItem* AddView(int32 index, BView* child);
29 virtual BLayoutItem* AddView(int32 index, BView* child,
33 virtual bool AddItem(int32 index, BLayoutItem* item);
35 virtual bool AddItem(int32 index, BLayoutItem* item,
47 int32 index) const;
49 BLayoutItem* item, int32 index);
60 int32 index,
H A DLayout.h33 virtual BLayoutItem* AddView(int32 index, BView* child);
36 virtual bool AddItem(int32 index, BLayoutItem* item);
40 virtual BLayoutItem* RemoveItem(int32 index);
42 BLayoutItem* ItemAt(int32 index) const;
73 int32 index) const;
75 BLayoutItem* item, int32 index);
H A DMenuBar.h71 int32 index, BMessage* specifier,
H A DOptionControl.h32 virtual bool GetOptionAt(int32 index, const char** _name,
34 virtual void RemoveOptionAt(int32 index) = 0;
37 int32 index) = 0;
H A DOptionPopUp.h34 virtual bool GetOptionAt(int32 index, const char** _name,
36 virtual void RemoveOptionAt(int32 index);
39 int32 index);
H A DPopUpMenu.h42 int32 index, BMessage* specifier,
H A DRadioButton.h51 int32 index, BMessage* specifier,
H A DRegion.h43 BRect RectAt(int32 index);
44 BRect RectAt(int32 index) const;
45 clipping_rect RectAtInt(int32 index);
46 clipping_rect RectAtInt(int32 index) const;
H A DScreen.h42 rgb_color ColorForIndex(uint8 index);
43 uint8 InvertIndex(uint8 index);
H A DSlider.h113 int32 index, BMessage* specifier,
H A DSplitView.h38 float ItemWeight(int32 index) const;
40 void SetItemWeight(int32 index, float weight,
44 bool IsCollapsible(int32 index) const;
46 void SetCollapsible(int32 index, bool collapsible);
50 bool IsItemCollapsed(int32 index) const;
51 void SetItemCollapsed(int32 index, bool collapsed);
56 bool AddChild(int32 index, BView* child,
61 bool AddChild(int32 index, BLayoutItem* child,
H A DStatusBar.h80 int32 index, BMessage* specifier,
H A DStringView.h60 int32 index, BMessage* specifier,
H A DTextControl.h74 int32 index, BMessage* specifier,

Completed in 120 milliseconds

1234567891011>>