fConnectionOptionsView
if(!fSettings || !fConnectionOptionsView)
*settings = DoesDialOnDemand() != fConnectionOptionsView->DoesDialOnDemand()
|| AskBeforeDialing() != fConnectionOptionsView->AskBeforeDialing()
|| DoesAutoRedial() != fConnectionOptionsView->DoesAutoRedial();
if(fConnectionOptionsView->DoesDialOnDemand()) {
if(fConnectionOptionsView->AskBeforeDialing()) {
if(fConnectionOptionsView->DoesAutoRedial()) {
if(!fConnectionOptionsView) {
fConnectionOptionsView = new ConnectionOptionsView(this);
fConnectionOptionsView->Reload();
return fConnectionOptionsView;
if(fConnectionOptionsView)
fConnectionOptionsView->Reload();
if(fConnectionOptionsView)
fConnectionOptionsView->Reload();
ConnectionOptionsView *fConnectionOptionsView;