Searched refs:GetKind (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwfstream.h43 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; }
73 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; }
144 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; }
174 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; }
H A Dvolume.h81 wxFSVolumeKind GetKind() const;
H A Dffile.h95 wxFileKind GetKind() const { return wxGetFileKind(m_fp); } function in class:wxFFile
H A Dfile.h129 wxFileKind GetKind() const { return wxGetFileKind(m_fd); } function in class:wxFile
H A Dmenuitem.h76 wxItemKind GetKind() const { return m_kind; } function in class:wxMenuItemBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dvolume.cpp193 // Function: GetKind
196 wxFSVolumeKind wxFSVolumeBase::GetKind() const function in class:wxFSVolumeBase
H A Dmenuitem.cpp93 wxREADONLY_PROPERTY( Kind, wxItemKind , GetKind , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filekind/
H A Dfilekind.cpp74 CPPUNIT_ASSERT((file.GetKind() == wxFILE_KIND_DISK) == expected);
89 CPPUNIT_ASSERT((file.GetKind() == wxFILE_KIND_DISK) == expected);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLink.h45 LinkType GetKind() const;
H A DED2KLink.cpp52 CED2KLink::LinkType CED2KLink::GetKind() const function in class:CED2KLink
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxtixml.cpp398 if ( pi->GetTypeInfo()->GetKind() == wxT_COLLECTION )
421 if ( elementType->GetKind() == wxT_OBJECT && valueId != wxNullObjectID )
447 if ( pi->GetTypeInfo()->GetKind() == wxT_OBJECT && valueId != wxNullObjectID )
H A Dxtistrm.cpp193 if ( pi->GetTypeInfo()->GetKind() == wxT_COLLECTION )
213 WriteObject( vobj , (vobj ? vobj->GetClassInfo() : pci ) , persister , cti->GetKind()== wxT_OBJECT , md ) ;
311 WriteObject( vobj , (vobj ? vobj->GetClassInfo() : pci ) , persister , cti->GetKind()== wxT_OBJECT , md) ;
691 if ( type->GetKind() == wxT_CUSTOM )
703 else if ( type->GetKind() == wxT_STRING )
786 if ( propertyInfo->GetTypeInfo()->GetKind() == wxT_OBJECT )
H A Dtbarbase.cpp376 if ( !tool->IsButton() || tool->GetKind() != wxITEM_RADIO )
387 if ( !toolNext->IsButton() || toolNext->GetKind() != wxITEM_RADIO )
403 if ( !toolNext->IsButton() || toolNext->GetKind() != wxITEM_RADIO )
H A Dfile.cpp332 if ( IsOpened() && GetKind() == wxFILE_KIND_DISK )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmenuitem.cpp104 wxREADONLY_PROPERTY( Kind, wxItemKind , GetKind , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
269 if ( GetKind() == wxITEM_RADIO )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmenu.cpp625 if ( (item->GetKind() == wxITEM_RADIO && !isReallyChecked) ||
1001 switch ( GetKind() )
1141 (mitem->GetKind() == wxITEM_NORMAL && isstock) )
1157 wxASSERT_MSG( mitem->GetKind() == wxITEM_NORMAL,
1179 switch ( mitem->GetKind() )
1266 if ( mitem->IsSubMenu() && mitem->GetKind() != wxITEM_RADIO && mitem->GetKind() != wxITEM_CHECK )
H A Dtbargtk.cpp108 // unlike GetKind(), can be called for any kind of tools, not just buttons
109 bool IsRadio() const { return IsButton() && GetKind() == wxITEM_RADIO; }
115 switch ( GetKind() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtbarwce.cpp450 switch ( tool->GetKind() )
527 if ( !tool->CanBeToggled() || tool->GetKind() != wxITEM_RADIO || toggled )
H A Dmenuce.cpp109 wxMenuItem *new_item = wxMenuItem::New(duplication, item->GetId(), item->GetLabel(), item->GetHelp(), item->GetKind(), submenu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtbargtk.cpp99 // unlike GetKind(), can be called for any kind of tools, not just buttons
100 bool IsRadio() const { return IsButton() && GetKind() == wxITEM_RADIO; }
106 switch ( GetKind() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmenuitem.cpp198 if ( GetKind() == wxITEM_RADIO )
H A Dtaskbar.cpp275 theItem->GetKind(), // menu flags - checkable, separator, etc.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenuitem.cpp191 if ( GetKind() == wxITEM_RADIO )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmenuitem.cpp276 if (GetKind() == wxITEM_RADIO)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dffile.tex148 \membersection{wxFFile::GetKind}\label{wxffilegetfilekind}
150 \constfunc{wxFileKind}{GetKind}{\void}

Completed in 190 milliseconds

123