Searched refs:fAuthentication (Results 1 – 2 of 2) sorted by relevance
40 fAuthentication = new BCheckBox("Authenticate", in ExtendedLocalDeviceView()42 fAuthentication->SetEnabled(false); in ExtendedLocalDeviceView()53 .Add(fAuthentication) in ExtendedLocalDeviceView()86 fAuthentication->SetValue(true); in SetLocalDevice()97 fAuthentication->SetTarget(this); in AttachedToWindow()142 fDevice->SetAuthentication(fAuthentication->Value()); in MessageReceived()156 fAuthentication->SetEnabled(value); in SetEnabled()165 fAuthentication->SetValue(false); in ClearDevice()
40 BCheckBox* fAuthentication; variable