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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h197 bool IsEmptyCell( int , int ) { return false; } function in class:BigGridTable
241 virtual bool IsEmptyCell( int row, int col );
H A Dgriddemo.cpp1271 bool BugsGridTable::IsEmptyCell( int WXUNUSED(row), int WXUNUSED(col) ) function in class:BugsGridTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h130 virtual bool IsEmptyCell(int row, int col) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridtbl.tex34 \membersection{wxGridTableBase::IsEmptyCell}\label{wxgridtablebaseisemptycell}
36 \func{bool}{IsEmptyCell}{\param{int }{row}, \param{int }{col}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp2002 if (!grid.GetTable()->IsEmptyCell(j + c_rows, i))
3521 bool wxGridStringTable::IsEmptyCell( int row, int col ) function in class:wxGridStringTable
7640 if (m_table && m_table->IsEmptyCell(row, col))
7658 if (!m_table->IsEmptyCell(row + l, j))
8618 if (m_table->IsEmptyCell( row, i ) &&
9292 if ( m_table->IsEmptyCell(row, col) )
9300 if ( !(m_table->IsEmptyCell(row, col)) )
9304 else if ( m_table->IsEmptyCell(row - 1, col) )
9312 if ( !(m_table->IsEmptyCell(row, col)) )
9323 if ( m_table->IsEmptyCell(ro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp577 bool wxDbGridTableBase::IsEmptyCell(int row, int col) function in class:wxDbGridTableBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h837 virtual bool IsEmptyCell( int row, int col ) = 0;
984 bool IsEmptyCell( int row, int col );

Completed in 212 milliseconds