fControl
delete fControl;
fControl = new BNetEndpoint();
if (fControl->InitCheck() != B_NO_ERROR)
if (fControl->Connect(addr) == B_NO_ERROR) {
delete fControl;
fControl = NULL;
fControl(NULL),
delete fControl;
if (fControl != 0) {
if (fControl->Send(ccmd.c_str(), ccmd.length()) >= 0)
if (fControl != NULL) {
while (done == false && fControl->Receive(&c, 1) > 0) {
fControl->Receive(&c, 1);
fControl->Receive(&c, 1);
fControl->Send(treply, 3);
fControl->Receive(&c, 1);
fControl->Receive(&c, 1);
fControl->Send(treply, 3);
delete fControl;
fControl = NULL;
BNetEndpoint* fControl;
if (BLooper *looper = fControl->Looper()) {
looper->PostMessage(&msg, fControl);
if (BLooper *looper = fControl->Looper())
looper->PostMessage(MSG_POPUP_SHOWN, fControl);
PopupControl* fControl;
BControl *fControl;
fControl(control),
if (BSlider *slider = dynamic_cast<BSlider *>(fControl))
else if (BChannelSlider *slider = dynamic_cast<BChannelSlider *>(fControl))
if (*target != fControl)
if (BSlider *slider = dynamic_cast<BSlider *>(fControl)) {
= dynamic_cast<BChannelSlider *>(fControl)) {
" channels\n", fControl->Name(), fParameter.CountChannels());
if (BSlider *slider = dynamic_cast<BSlider *>(fControl)) {
= dynamic_cast<BChannelSlider *>(fControl)) {
fControl->SetViewColor(background);
fControl->SetLowColor(background);
if (!fLongTextCheckBox || !fControl)
fControl->SetLabel(fLongTextCheckBox->IsSelected()
if (!fBigFontCheckBox || !fControl || !fControl->Window())
fControl->GetFont(fDefaultFont);
fControl->SetFont(fBigFontCheckBox->IsSelected()
fControl->InvalidateLayout();
fControl->Invalidate();
fControl(NULL),
fControl = dynamic_cast<BControl*>(view);
BControl* fControl;
fControl->SetViewColor(background);
fControl->SetLowColor(background);