Searched refs:SetTarget (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/glteapot/
H A DTeapotWindow.cpp53 item->SetTarget(fObjectView);
57 item->SetTarget(be_app);
62 item->SetTarget(fObjectView);
66 item->SetTarget(fObjectView);
70 item->SetTarget(fObjectView);
74 item->SetTarget(fObjectView);
78 item->SetTarget(fObjectView);
82 item->SetTarget(fObjectView);
86 item->SetTarget(fObjectView);
89 // item->SetTarget(fObjectVie
[all...]
/haiku-fatelf/src/kits/shared/
H A DPromptWindow.cpp38 fTextControl->SetTarget(this);
39 acceptButton->SetTarget(this);
40 cancelButton->SetTarget(this);
72 PromptWindow::SetTarget(BMessenger messenger) function in class:PromptWindow
/haiku-fatelf/src/preferences/bluetooth/
H A DRemoteDevicesView.cpp105 fDeviceList->SetTarget(this);
106 addButton->SetTarget(this);
107 removeButton->SetTarget(this);
108 pairButton->SetTarget(this);
109 disconnectButton->SetTarget(this);
110 blockButton->SetTarget(this);
111 availButton->SetTarget(this);
H A DExtendedLocalDeviceView.cpp96 fDiscoverable->SetTarget(this);
97 fVisible->SetTarget(this);
98 fAuthentication->SetTarget(this);
103 ExtendedLocalDeviceView::SetTarget(BHandler* target) function in class:ExtendedLocalDeviceView
105 printf("ExtendedLocalDeviceView::SetTarget\n");
/haiku-fatelf/src/preferences/dun/
H A DLocationView.cpp150 disablecallwaiting->SetTarget(this);
151 dcwvalue->SetTarget(this);
152 dcwone->SetTarget(this);
153 dcwtwo->SetTarget(this);
154 dcwthree->SetTarget(this);
156 dialoutprefix->SetTarget(this);
157 dopvalue->SetTarget(this);
158 dopone->SetTarget(this);
159 doptwo->SetTarget(this);
160 dopthree->SetTarget(thi
[all...]
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h30 void SetTarget(BHandler *target);
50 { SetTarget(copy.Target()); return *this; }
/haiku-fatelf/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp34 ColorCheckBox::SetTarget(const BMessenger& target) function in class:ColorCheckBox
36 fCheckBox->SetTarget(target);
H A DColorCheckBox.h25 void SetTarget(const BMessenger& target);
/haiku-fatelf/headers/private/shared/
H A DPromptWindow.h26 status_t SetTarget(BMessenger messenger);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeEvent.cpp26 // SetTarget
28 VolumeEvent::SetTarget(vnode_id target) function in class:VolumeEvent
H A DVolumeEvent.h26 void SetTarget(vnode_id target);
/haiku-fatelf/src/apps/cdplayer/
H A DVolumeSlider.cpp19 SetTarget(target);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DVolumeEvent.cpp25 // SetTarget
27 VolumeEvent::SetTarget(vnode_id target) function in class:VolumeEvent
H A DVolumeEvent.h24 void SetTarget(vnode_id target);
/haiku-fatelf/src/kits/tracker/
H A DQueryContainerWindow.cpp96 item->SetTarget(this);
101 item->SetTarget(PoseView());
106 item->SetTarget(PoseView());
111 item->SetTarget(PoseView());
116 item->SetTarget(this);
136 closeItem->SetTarget(this);
137 resizeItem->SetTarget(this);
H A DAutoMounterSettings.cpp229 fInitialMountAllCheck->SetTarget(this);
230 fInitialMountAllBFSCheck->SetTarget(this);
231 fInitialMountRestoreCheck->SetTarget(this);
232 fInitialDontMountCheck->SetTarget(this);
234 fAutoMountAllCheck->SetTarget(this);
235 fAutoMountAllBFSCheck->SetTarget(this);
236 fScanningDisabledCheck->SetTarget(this);
237 fEjectWhenUnmountingCheckBox->SetTarget(this);
239 fDone->SetTarget(this);
240 fMountAllNow->SetTarget(fTarge
[all...]
H A DFilePermissionsView.cpp382 fReadUserCheckBox->SetTarget(this);
383 fReadGroupCheckBox->SetTarget(this);
384 fReadOtherCheckBox->SetTarget(this);
385 fWriteUserCheckBox->SetTarget(this);
386 fWriteGroupCheckBox->SetTarget(this);
387 fWriteOtherCheckBox->SetTarget(this);
388 fExecuteUserCheckBox->SetTarget(this);
389 fExecuteGroupCheckBox->SetTarget(this);
390 fExecuteOtherCheckBox->SetTarget(this);
392 fOwnerTextControl->SetTarget(thi
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/gui/util/
H A DActionMenuItem.cpp41 SetTarget(targetHandler);
/haiku-fatelf/src/apps/diskprobe/
H A DFindWindow.h34 void SetTarget(BMessenger &target);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h36 void SetTarget(BHandler* target);
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DCheckBox.h35 void SetTarget(BMessenger messenger);
H A DCheckBox.cpp74 LabeledCheckBox::SetTarget(BMessenger messenger) function in class:LabeledCheckBox
76 fCheckBox->SetTarget(messenger);
/haiku-fatelf/src/tests/kits/net/preflet/InterfacesAddOn/
H A DInterfacesAddOn.cpp109 fListview->SetTarget(this);
110 fConfigure->SetTarget(this);
111 fOnOff->SetTarget(this);
112 fRenegotiate->SetTarget(this);
/haiku-fatelf/headers/os/app/
H A DInvoker.h34 virtual status_t SetTarget(const BHandler* handler,
36 virtual status_t SetTarget(BMessenger messenger);
/haiku-fatelf/src/apps/login/
H A DLoginView.cpp119 fUserList->SetTarget(this);
120 fLoginControl->SetTarget(this);
121 fPasswordControl->SetTarget(this);
122 fHidePasswordCheckBox->SetTarget(this);
123 fHaltButton->SetTarget(be_app_messenger);
124 fRebootButton->SetTarget(be_app_messenger);
125 fLoginButton->SetTarget(this);

Completed in 130 milliseconds

1234567891011>>