Searched refs:GetValueAsBool (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h139 virtual bool GetValueAsBool(int row, int col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h252 virtual bool GetValueAsBool( int row, int col );
H A Dgriddemo.cpp1396 bool BugsGridTable::GetValueAsBool( int row, int col ) function in class:BugsGridTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridtbl.tex75 \membersection{wxGridTableBase::GetValueAsBool}\label{wxgridtablebasegetvalueasbool}
77 \func{bool}{GetValueAsBool}{\param{int }{row}, \param{int }{col}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp477 bool wxDbGridTableBase::GetValueAsBool(int row, int col) function in class:wxDbGridTableBase
479 wxLogDebug(wxT("GetValueAsBool() on %i,%i"),row,col);
484 wxFAIL_MSG (_T("You can not use GetValueAsBool for virtual columns"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h848 virtual bool GetValueAsBool( int row, int col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp1425 m_startValue = grid->GetTable()->GetValueAsBool(row, col);
2346 value = grid.GetTable()->GetValueAsBool(row, col);
3405 bool wxGridTableBase::GetValueAsBool( int WXUNUSED(row), int WXUNUSED(col) ) function in class:wxGridTableBase

Completed in 185 milliseconds