Searched refs:theType (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dicon.cpp100 OSType theType ; local
106 GetResInfo( resHandle , &theId , &theType , theName ) ;
H A Ddnd.cpp116 FlavorType theType ; local
122 result = GetFlavorType((DragReference)m_currentDrag, theItem, flavor , &theType);
123 if ( m_dataObject->IsSupportedFormat( wxDataFormat( theType ) ) )
185 FlavorType theType ; local
191 result = GetFlavorType((DragReference)m_currentDrag, theItem, flavor , &theType);
192 wxDataFormat format(theType) ;
196 result = GetFlavorFlags((DragReference)m_currentDrag, theItem, theType, &theFlags);
201 GetFlavorDataSize((DragReference)m_currentDrag, theItem, theType, &dataSize);
202 if ( theType == 'TEXT' )
209 GetFlavorData((DragReference)m_currentDrag, theItem, theType, (voi
[all...]
H A Dcursor.cpp323 OSType theType ; local
324 GetResInfo( resHandle , &theId , &theType , theName ) ;
336 OSType theType ; local
337 GetResInfo( resHandle , &theId , &theType , theName ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcursor.cpp482 OSType theType ;
484 GetResInfo( resHandle , &theId , &theType , theName ) ;
497 OSType theType ;
499 GetResInfo( resHandle , &theId , &theType , theName ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp39 wxOGLConstraintType::wxOGLConstraintType(int theType, const wxString& theName, const wxString& thePhrase) argument
41 m_type = theType;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dwxexpr.cpp372 wxExpr *wxExpr::Arg(wxExprType theType, int arg) const argument
380 if (expr && (expr->type == theType))

Completed in 110 milliseconds