Searched refs:GetKind (Results 26 - 50 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp294 if ( cEvent.GetKind() == kEventMouseDown )
323 switch ( cEvent.GetKind() )
527 if ( currentMouseWindow == NULL && cEvent.GetKind() == kEventMouseMoved )
591 if ( cEvent.GetKind() == kEventMouseDown )
644 if ( cEvent.GetKind() == kEventMouseDown )
668 if ( cEvent.GetKind() == kEventMouseUp && wxApp::s_captureWindow )
697 if ( cEvent.GetKind() == kEventMouseDown && toplevelWindow && control )
H A Dcombobxc.cpp60 switch( cEvent.GetKind() )
H A Dfontdlg.cpp68 switch(cEvent.GetKind())
H A Dtoolbar.cpp1277 curIsRadio = ( tool->IsButton() && (tool->GetKind() == wxITEM_RADIO) );
1302 if ( (toggleTool == NULL) || !toggleTool->IsButton() || (toggleTool->GetKind() != wxITEM_RADIO) )
H A Dmenu.cpp286 if ( item->GetKind() == wxITEM_RADIO )
H A Dapp.cpp606 switch ( cEvent.GetKind() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dmenu.cpp618 if ( (item->GetKind() == wxITEM_RADIO && !isReallyChecked) ||
937 switch ( GetKind() )
1055 switch ( mitem->GetKind() )
1137 if ( mitem->IsSubMenu() && mitem->GetKind() != wxITEM_RADIO && mitem->GetKind() != wxITEM_CHECK )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp316 dump.k = GetKind();
327 virtual Kind GetKind() const = 0;
368 virtual Kind GetKind() const { return Triangle; } function in class:DnDTriangularShape
405 virtual Kind GetKind() const { return Rectangle; } function in class:DnDRectangularShape
441 virtual Kind GetKind() const { return Ellipse; } function in class:DnDEllipticShape
1613 m_radio->SetSelection(m_shape->GetKind());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dvolume.cpp511 // Function: GetKind
514 wxFSVolumeKind wxFSVolumeBase::GetKind() const function in class:wxFSVolumeBase
H A Dtbar95.cpp925 switch ( tool->GetKind() )
950 if ( !tool->IsButton() || tool->GetKind() != wxITEM_RADIO )
1161 if ( tool->GetKind() == wxITEM_RADIO && !toggled )
H A Dmenu.cpp579 if ( item->GetKind() == wxITEM_RADIO )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dframecmn.cpp212 if ((item->GetKind() == wxITEM_RADIO) && item->IsChecked() )
H A Ddbgrid.cpp78 wxGridCellAttr::wxAttrKind attrkind = attr->GetKind();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dbuttonbar.cpp485 if (tool->GetKind() == wxITEM_RADIO)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtbarbase.h130 wxItemKind GetKind() const function in class:wxToolBarToolBase
H A Dxti.h404 wxTypeKind GetKind() const { return m_kind ; } function in class:wxTypeInfo
454 { wxASSERT_MSG( GetKind() < wxT_SET , wxT("Illegal Kind for Base Type") ) ; }
458 { wxASSERT_MSG( GetKind() < wxT_SET , wxT("Illegal Kind for Base Type") ) ; }
1765 if ( data.GetTypeInfo()->GetKind() == wxT_OBJECT )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp490 if (cat && uri.get()->GetKind() == CED2KLink::kFile) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfile.tex215 \membersection{wxFile::GetKind}\label{wxfilegetfilekind}
217 \constfunc{wxFileKind}{GetKind}{\void}
H A Dmenuitem.tex177 \membersection{wxMenuItem::GetKind}\label{wxmenuitemgetkind}
179 \constfunc{wxItemKind}{GetKind}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp184 if ( item->GetKind() == wxITEM_RADIO )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmenu.cpp394 if (pItem->GetKind() == wxITEM_RADIO)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibar.h165 int GetKind() const { return kind; } function in class:wxAuiToolBarItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dmenu.cpp1134 if ( item->GetKind() == wxITEM_RADIO )
1595 if ( GetKind() == wxITEM_RADIO )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp740 if (item.GetKind() == wxITEM_NORMAL)
755 else if (item.GetKind() == wxITEM_SEPARATOR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h339 UInt32 GetKind() function in class:wxMacCarbonEvent

Completed in 407 milliseconds

123