Searched refs:typeName (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h135 virtual bool CanGetValueAs(int row, int col, const wxString& typeName);
136 virtual bool CanSetValueAs(int row, int col, const wxString& typeName);
143 virtual void *GetValueAsCustom(int row, int col, const wxString& typeName);
144 virtual void SetValueAsCustom(int row, int col, const wxString& typeName, void* value);
H A Dxti.h431 static wxTypeInfo *FindType(const char *typeName) { return FindType( wxString::FromAscii(typeName) ) ; } argument
433 static wxTypeInfo *FindType(const wxChar *typeName);
930 const wxString& typeName,
939 m_typeName(typeName) ,
954 const char* typeName,
963 m_typeName(wxString::FromAscii(typeName)) ,
927 wxPropertyInfo(wxPropertyInfo* &iter, wxClassInfo* itsClass, const wxString& name, const wxString& typeName, wxPropertyAccessor *accessor, wxxVariant dv, wxPropertyInfoFlags flags = 0, const wxString& helpString = wxEmptyString, const wxString& groupString = wxEmptyString) argument
951 wxPropertyInfo(wxPropertyInfo* &iter, wxClassInfo* itsClass, const wxString& name, const char* typeName, wxPropertyAccessor *accessor, wxxVariant dv, wxPropertyInfoFlags flags = 0, const wxString& helpString = wxEmptyString, const wxString& groupString = wxEmptyString) argument
H A Ddb.h406 wxChar typeName[128+1]; member in class:wxDbColInf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp310 bool wxDbGridTableBase::CanGetValueAs(int row, int col, const wxString& typeName) argument
316 if (typeName == wxGRID_VALUE_STRING)
335 if (typeName == wxGRID_VALUE_DATETIME)
345 if (typeName == wxGRID_VALUE_NUMBER)
356 if (typeName == wxGRID_VALUE_FLOAT)
372 bool wxDbGridTableBase::CanSetValueAs(int WXUNUSED(row), int col, const wxString& typeName) argument
374 if (typeName == wxGRID_VALUE_STRING)
393 if (typeName == wxGRID_VALUE_DATETIME)
403 if (typeName == wxGRID_VALUE_NUMBER)
414 if (typeName
500 GetValueAsCustom(int row, int col, const wxString& typeName) argument
531 SetValueAsCustom(int row, int col, const wxString& typeName, void* value) argument
[all...]
H A Ddb.cpp386 typeName[0] = 0;
1666 wxChar typeName[DB_TYPE_NAME_LEN+1]; local
1669 if (SQLGetData(hstmt, 1, SQL_C_WXCHAR, typeName, sizeof(typeName), &cbRet) != SQL_SUCCESS)
1672 structSQLTypeInfo.TypeName = typeName;
2665 GetData( 6, SQL_C_WXCHAR, (UCHAR*) colInf[colNo].typeName, 128+1, &cb);
2675 if (!wxStricmp(typeInfVarchar.TypeName,colInf[colNo].typeName))
2688 else if (!wxStricmp(typeInfInteger.TypeName, colInf[colNo].typeName))
2690 else if (!wxStricmp(typeInfFloat.TypeName, colInf[colNo].typeName))
2692 else if (!wxStricmp(typeInfDate.TypeName, colInf[colNo].typeName))
3472 wxChar typeName[30+1]; local
[all...]
H A Dxti.cpp287 wxTypeInfo *wxTypeInfo::FindType(const wxChar *typeName) argument
289 wxTypeInfoMap::iterator iter = ms_typeTable->find(typeName) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h248 virtual bool CanGetValueAs( int row, int col, const wxString& typeName );
249 virtual bool CanSetValueAs( int row, int col, const wxString& typeName );
H A Dgriddemo.cpp1350 const wxString& typeName)
1352 if ( typeName == wxGRID_VALUE_STRING )
1356 else if ( typeName == wxGRID_VALUE_BOOL )
1360 else if ( typeName == wxGRID_VALUE_NUMBER )
1370 bool BugsGridTable::CanSetValueAs( int row, int col, const wxString& typeName )
1372 return CanGetValueAs(row, col, typeName);
1348 CanGetValueAs(int WXUNUSED(row), int col, const wxString& typeName) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridtbl.tex57 \func{bool}{CanGetValueAs}{\param{int }{row}, \param{int }{col}, \param{const wxString\& }{typeName}}
62 \func{bool}{CanSetValueAs}{\param{int }{row}, \param{int }{col}, \param{const wxString\& }{typeName}}
97 \func{void*}{GetValueAsCustom}{\param{int }{row}, \param{int }{col}, \param{const wxString\& }{typeName}}
104 \func{void}{SetValueAsCustom}{\param{int }{row}, \param{int }{col}, \param{const wxString\& }{typeName}, \param{void* }{value}}
H A Dgrid.tex775 \constfunc{wxGridCellEditor*}{GetDefaultEditorForType}{\param{const wxString\& }{typeName}}
798 \constfunc{wxGridCellRenderer*}{GetDefaultRendererForType}{\param{const wxString\& }{typeName}}
1384 \func{void}{RegisterDataType}{\param{const wxString\& }{typeName}, \param{wxGridCellRenderer* }{renderer}, \param{wxGridCellEditor* }{editor}}
1573 \func{void}{SetColFormatCustom}{\param{int }{col}, \param{const wxString\& }{typeName}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h843 virtual bool CanGetValueAs( int row, int col, const wxString& typeName );
844 virtual bool CanSetValueAs( int row, int col, const wxString& typeName );
855 virtual void* GetValueAsCustom( int row, int col, const wxString& typeName );
856 virtual void SetValueAsCustom( int row, int col, const wxString& typeName, void* value );
1357 void SetColFormatCustom(int col, const wxString& typeName);
1566 void RegisterDataType(const wxString& typeName,
1574 virtual wxGridCellEditor* GetDefaultEditorForType(const wxString& typeName) const;
1575 virtual wxGridCellRenderer* GetDefaultRendererForType(const wxString& typeName) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp375 wxGridDataTypeInfo(const wxString& typeName, argument
378 : m_typeName(typeName), m_renderer(renderer), m_editor(editor)
405 void RegisterDataType(const wxString& typeName,
410 int FindRegisteredDataType(const wxString& typeName);
412 // try to FindRegisteredDataType(), if this fails and typeName is one of
414 int FindDataType(const wxString& typeName);
419 int FindOrCloneDataType(const wxString& typeName);
3057 void wxGridTypeRegistry::RegisterDataType(const wxString& typeName, argument
3061 wxGridDataTypeInfo* info = new wxGridDataTypeInfo(typeName, renderer, editor);
3064 int loc = FindRegisteredDataType(typeName);
3076 FindRegisteredDataType(const wxString& typeName) argument
3090 FindDataType(const wxString& typeName) argument
3151 FindOrCloneDataType(const wxString& typeName) argument
10235 wxString typeName = wxGRID_VALUE_FLOAT; local
10244 SetColFormatCustom(int col, const wxString& typeName) argument
10442 RegisterDataType(const wxString& typeName, wxGridCellRenderer* renderer, wxGridCellEditor* editor) argument
10452 wxString typeName = m_table->GetTypeName(row, col); local
10458 wxString typeName = m_table->GetTypeName(row, col); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp1065 void wxPropertyValidatorRegistry::RegisterValidator(const wxString& typeName, wxPropertyValidator *validator) argument
1067 Put((const wxChar*) typeName, validator);
1070 wxPropertyValidator *wxPropertyValidatorRegistry::GetValidator(const wxString& typeName) argument
1072 return (wxPropertyValidator *)Get((const wxChar*) typeName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DschemasInternals.h255 const xmlChar *typeName; /* the local name of the type definition */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DschemasInternals.h255 const xmlChar *typeName; /* the local name of the type definition */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DschemasInternals.in.h255 const xmlChar *typeName; /* the local name of the type definition */ member in struct:_xmlSchemaAttribute
H A Dxmlschemas.c7290 attrDecl->typeName = tmpName;
7448 if (WXS_ATTRUSE_DECL(use)->typeName != NULL) {
7558 node, "type", &ret->typeNs, &ret->typeName);
7591 if (ret->typeName != NULL) {
20219 if (item->typeName != NULL) {
20222 type = xmlSchemaGetType(ctxt->schema, item->typeName,
20228 "type", item->typeName, item->typeNs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h255 const xmlChar *typeName; /* the local name of the type definition */ member in struct:_xmlSchemaAttribute
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DschemasInternals.in.h255 const xmlChar *typeName; /* the local name of the type definition */ member in struct:_xmlSchemaAttribute
H A Dxmlschemas.c7290 attrDecl->typeName = tmpName;
7448 if (WXS_ATTRUSE_DECL(use)->typeName != NULL) {
7558 node, "type", &ret->typeNs, &ret->typeName);
7591 if (ret->typeName != NULL) {
20219 if (item->typeName != NULL) {
20222 type = xmlSchemaGetType(ctxt->schema, item->typeName,
20228 "type", item->typeName, item->typeNs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbtree.cpp208 SQL_TYPE.Printf(_T("%10s %d,%d"),((ct_BrowserDB->pTableInf+x)->pColInf+y)->typeName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp1836 wxString typeName = label; local
1841 int a = typeDecl.Find(typeName);
1843 wxString after = typeDecl.Mid( a+typeName.Length() );
1846 // typeName.c_str(),
1855 TexOutput(typeName);
1861 // typeName.c_str(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c7290 attrDecl->typeName = tmpName;
7448 if (WXS_ATTRUSE_DECL(use)->typeName != NULL) {
7558 node, "type", &ret->typeNs, &ret->typeName);
7591 if (ret->typeName != NULL) {
20229 if (item->typeName != NULL) {
20232 type = xmlSchemaGetType(ctxt->schema, item->typeName,
20238 "type", item->typeName, item->typeNs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemas.c7290 attrDecl->typeName = tmpName;
7448 if (WXS_ATTRUSE_DECL(use)->typeName != NULL) {
7558 node, "type", &ret->typeNs, &ret->typeName);
7591 if (ret->typeName != NULL) {
20229 if (item->typeName != NULL) {
20232 type = xmlSchemaGetType(ctxt->schema, item->typeName,
20238 "type", item->typeName, item->typeNs,

Completed in 642 milliseconds

12