Home
last modified time | relevance | path

Searched refs:pQueryOperatorChoice (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/db/
H A Ddbtest.cpp2410pQueryOperatorChoice = new wxChoice(this, QUERY_DIALOG_OP_CHOICE, … in BEGIN_EVENT_TABLE()
2466 pQueryOperatorChoice->SetSelection(0); in BEGIN_EVENT_TABLE()
2506 if (widgetName == pQueryOperatorChoice->GetName()) in OnCommand()
2509 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2545 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2560 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2727 qryOp oper = (qryOp) pQueryOperatorChoice->GetSelection(); in ProcessAddBtn()
H A Ddbtest.h511 wxChoice *pQueryOperatorChoice; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/db/
H A Ddbtest.cpp2410pQueryOperatorChoice = new wxChoice(this, QUERY_DIALOG_OP_CHOICE, … in BEGIN_EVENT_TABLE()
2466 pQueryOperatorChoice->SetSelection(0); in BEGIN_EVENT_TABLE()
2506 if (widgetName == pQueryOperatorChoice->GetName()) in OnCommand()
2509 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2545 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2560 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2727 qryOp oper = (qryOp) pQueryOperatorChoice->GetSelection(); in ProcessAddBtn()
H A Ddbtest.h511 wxChoice *pQueryOperatorChoice; variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/db/
H A Ddbtest.cpp2410pQueryOperatorChoice = new wxChoice(this, QUERY_DIALOG_OP_CHOICE, … in BEGIN_EVENT_TABLE()
2466 pQueryOperatorChoice->SetSelection(0); in BEGIN_EVENT_TABLE()
2506 if (widgetName == pQueryOperatorChoice->GetName()) in OnCommand()
2509 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2545 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2560 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2727 qryOp oper = (qryOp) pQueryOperatorChoice->GetSelection(); in ProcessAddBtn()
H A Ddbtest.h511 wxChoice *pQueryOperatorChoice; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/db/
H A Ddbtest.cpp2410pQueryOperatorChoice = new wxChoice(this, QUERY_DIALOG_OP_CHOICE, … in BEGIN_EVENT_TABLE()
2466 pQueryOperatorChoice->SetSelection(0); in BEGIN_EVENT_TABLE()
2506 if (widgetName == pQueryOperatorChoice->GetName()) in OnCommand()
2509 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2545 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2560 switch((qryOp) pQueryOperatorChoice->GetSelection()) in OnCommand()
2727 qryOp oper = (qryOp) pQueryOperatorChoice->GetSelection(); in ProcessAddBtn()
H A Ddbtest.h511 wxChoice *pQueryOperatorChoice; variable