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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dradiobox.h49 unsigned int GetColumnCount() const { return m_numCols; }
99 m_numCols =
112 // sets m_majorDim and also updates m_numCols/Rows
143 m_numCols, member in class:wxRadioBoxBase
H A Ddbtable.h138 UWORD m_numCols; // # of columns in the table member in class:wxDbTable
172 UWORD m_numCols; // # of columns in the table member in class:wxDbTable
210 UWORD GetNumberOfColumns() { return m_numCols; } // number of "defined" columns for this wxDbTable instance
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp152 m_numCols = numColumns; // Number of columns in the table
218 if (m_numCols)
219 colDefs = new wxDbColDef[m_numCols]; // Points to the first column definition
481 for (i=0, colNumber=1; i < m_numCols; i++)
580 for (i = 0; i < m_numCols; i++)
616 for (i = 0; i < m_numCols; i++)
636 for (i = 0; i < m_numCols; i++)
692 for (i=0; i < m_numCols; i++)
773 for (i=0; i < m_numCols; i++)
852 if (!queryOnly && m_numCols >
[all...]
H A Dradiocmn.cpp55 m_numCols = majorDim;
60 m_numCols = minorDim;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp4422 m_numCols = 0;
4486 m_numCols = numCols;
4488 m_table = new wxGridStringTable( m_numRows, m_numCols );
4538 m_numCols = 0;
4551 m_numCols = table->GetNumberCols();
4565 wxMin(m_numCols, m_currentCellCoords.GetCol()));
4567 m_selectingTopLeft.GetCol() >= m_numCols)
4576 wxMin(m_numCols,
4709 m_colWidths.Alloc( m_numCols );
4710 m_colRights.Alloc( m_numCols );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h1117 int GetNumberCols() { return m_numCols; }
1403 for ( int i = 0; i < m_numCols; i++ )
1798 int m_numCols; member in class:wxGrid

Completed in 87 milliseconds