Searched refs:wxDbGridTableBase (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp124 wxDbGridTableBase::wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo* ColInfo, function in class:wxDbGridTableBase
168 wxDbGridTableBase::~wxDbGridTableBase()
191 bool wxDbGridTableBase::CanHaveAttributes()
202 bool wxDbGridTableBase::AssignDbTable(wxDbTable *tab, int count, bool takeOwnership)
260 wxString wxDbGridTableBase::GetTypeName(int WXUNUSED(row), int col)
310 bool wxDbGridTableBase::CanGetValueAs(int row, int col, const wxString& typeName)
372 bool wxDbGridTableBase::CanSetValueAs(int WXUNUSED(row), int col, const wxString& typeName)
430 long wxDbGridTableBase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h93 friend class wxDbGridTableBase;
113 class WXDLLIMPEXP_DBGRID wxDbGridTableBase : public wxGridTableBase class in inherits:wxGridTableBase
116 wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo *ColInfo,
118 virtual ~wxDbGridTableBase();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlibs.tex122 \helpref{wxDbGridTableBase}{wxdbgridtablebase} class which combines
H A Ddb.tex4046 See the database grid example in \helpref{wxDbGridTableBase}{wxdbgridtablebase} for
4060 Default constructor. See the database grid example in \helpref{wxDbGridTableBase}{wxdbgridtablebase} to
4072 See the database grid example in \helpref{wxDbGridTableBase}{wxdbgridtablebase} to
4087 grid example in \helpref{wxDbGridTableBase}{wxdbgridtablebase} to
4090 It is important to note that this class is merely a specifier to the \helpref{wxDbGridTableBase}{wxdbgridtablebase}
4091 constructor. Changes made to this datatype after the \helpref{wxDbGridTableBase}{wxdbgridtablebase} is called will
4109 \section{\class{wxDbGridTableBase}}\label{wxdbgridtablebase}
4115 be taken when using wxDbGridTableBase in this way.
4170 wxDbGridTableBase *dbgrid = new wxDbGridTableBase(tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp3394 wxDbGridTableBase* db = new wxDbGridTableBase(Contact, cols, wxUSE_QUERY, true);

Completed in 79 milliseconds