Searched refs:Update (Results 51 - 75 of 187) sorted by relevance

12345678

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.h109 virtual void Update(
/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.h21 virtual void Update(bool deep = true) {} function in class:ChannelTransform
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.h37 void Update(BMediaFile* file, entry_ref* ref);
/haiku/src/apps/mediaplayer/
H A DInfoWin.h43 void Update(uint32 which = INFO_ALL);
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp98 TestResultItem::Update(BView *owner, const BFont *font) function in class:TestResultItem
100 BListItem::Update(owner, font);
176 HeaderListItem::Update(BView *owner, const BFont *font) function in class:HeaderListItem
178 BListItem::Update(owner, font);
/haiku/src/apps/softwareupdater/
H A DUpdateAction.cpp68 fUpdateManager->Update(&packages, packageCount);
H A DCheckAction.cpp53 fCheckManager->Update(&packages, packageCount);
/haiku/src/apps/processcontroller/
H A DPriorityMenu.cpp28 PriorityMenu::Update(int32 priority) function in class:PriorityMenu
H A DProcessController.h35 void Update();
H A DThreadBarMenuItem.cpp139 popup->Update(fThreadInfo.priority);
163 popup->Update (info.priority);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp39 Update();
45 Update();
48 bool Update() function in class:ImageListView::ImagesTableModel
234 fImagesTableModel->Update();
H A DThreadListView.cpp40 Update(-1);
46 Update(-1);
49 bool Update(thread_id threadID) function in class:ThreadListView::ThreadsTableModel
287 fThreadsTableModel->Update(threadID);
/haiku/src/apps/mail/
H A DEnclosures.h96 virtual void Update(BView* owner, const BFont* font);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp63 BatteryInfoView::Update(battery_info& info, acpi_extended_battery_info& extInfo) function in class:BatteryInfoView
306 Update(true);
318 ExtPowerStatusView::Update(bool force, bool notify) function in class:ExtPowerStatusView
320 PowerStatusView::Update(force);
327 fBatteryInfoView->Update(fBatteryInfo, extInfo);
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp193 tab->Update();
205 item->Parent()->Update();
230 // Update tabs after or before the removed tab.
235 tab->Update();
246 tab->Update();
304 fSelectedTab->Update();
310 fSelectedTab->Update();
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp76 Update();
84 void Update() function in class:VolumeToolTip
303 tip->Update();
368 tip->Update();
382 tip->Update();
400 tip->Update();
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp69 TimeZoneListItem::Update(BView* owner, const BFont* font) function in class:TimeZoneListItem
72 BStringItem::Update(owner, font);
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.cpp125 DeviceListItem::Update(BView* owner, const BFont* font) function in class:Bluetooth::DeviceListItem
127 BListItem::Update(owner, font);
/haiku/src/preferences/input/
H A DInputDeviceView.cpp120 DeviceListItemView::Update(BView* owner, const BFont* font) function in class:DeviceListItemView
122 BListItem::Update(owner, font);
/haiku/headers/os/device/
H A DJoystick.h30 status_t Update();
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp117 fStatus->Update(count, text, trailing);
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h22 virtual void Update(BView* owner, const BFont* font);
/haiku/src/preferences/locale/
H A DLanguageListView.h53 virtual void Update(BView* owner, const BFont* font);
/haiku/src/preferences/printers/
H A DPrinterListView.h81 void Update(BView* owner, const BFont* font);
/haiku/headers/os/package/solver/
H A DSolver.h73 virtual status_t Update(

Completed in 121 milliseconds

12345678