Searched refs:GetAttr (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h104 virtual wxGridCellAttr *GetAttr(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.h223 virtual wxGridCellAttr *GetAttr(int row, int col,
H A Dgriddemo.cpp1115 wxGridCellAttr *MyGridCellAttrProvider::GetAttr(int row, int col, function in class:MyGridCellAttrProvider
1118 wxGridCellAttr *attr = wxGridCellAttrProvider::GetAttr(row, col, kind);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridtbl.tex209 \membersection{wxGridTableBase::GetAttr}\label{wxgridtablebasegetattr}
211 \func{wxGridCellAttr*}{GetAttr}{\param{int }{row}, \param{int }{col}}
H A Dgridattr.tex10 class may be returned by wxGridTable::GetAttr().
H A Dcalctrl.tex266 \membersection{wxCalendarCtrl::GetAttr}\label{wxcalendarctrlgetattr}
268 \constfunc{wxCalendarDateAttr *}{GetAttr}{\param{size\_t }{day}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcalctrl.h125 wxCalendarDateAttr *GetAttr(size_t day) const function in class:wxCalendarCtrl
H A Dgrid.h625 // class may be returned by wxGridTable::GetAttr().
798 virtual wxGridCellAttr *GetAttr(int row, int col,
892 virtual wxGridCellAttr *GetAttr( int row, int col,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp51 wxGridCellAttr *wxDbGridCellAttrProvider::GetAttr(int row, int col, function in class:wxDbGridCellAttrProvider
54 wxGridCellAttr *attr = wxGridCellAttrProvider::GetAttr(row,col,kind);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp330 wxGridCellAttr *GetAttr(int row, int col) const;
350 wxGridCellAttr *GetAttr(int rowOrCol) const;
2699 wxGridCellAttr *wxGridCellAttrData::GetAttr(int row, int col) const function in class:wxGridCellAttrData
2809 wxGridCellAttr *wxGridRowOrColAttrData::GetAttr(int rowOrCol) const function in class:wxGridRowOrColAttrData
2910 wxGridCellAttr *wxGridCellAttrProvider::GetAttr(int row, int col, function in class:wxGridCellAttrProvider
2921 // attr = m_data->m_mergeAttr.GetAttr(row, col);
2926 wxGridCellAttr *attrcell = m_data->m_cellAttrs.GetAttr(row, col);
2927 wxGridCellAttr *attrrow = m_data->m_rowAttrs.GetAttr(row);
2928 wxGridCellAttr *attrcol = m_data->m_colAttrs.GetAttr(col);
2979 attr = m_data->m_cellAttrs.GetAttr(ro
3241 wxGridCellAttr *wxGridTableBase::GetAttr(int row, int col, wxGridCellAttr::wxAttrKind kind) function in class:wxGridTableBase
[all...]
H A Dlistctrl.cpp171 wxListItemAttr *GetAttr() const { return m_attr; } function in class:wxListItemData
330 wxListItemAttr *GetAttr() const;
1387 wxListItemAttr *wxListLineData::GetAttr() const function in class:wxListLineData
1390 wxCHECK_MSG( node, NULL, _T("invalid column index in GetAttr()") );
1393 return item->GetAttr();
1477 wxListItemAttr *attr = GetAttr();
1540 // GetAttr() and move these lines into the loop below
1541 wxListItemAttr *attr = GetAttr();
H A Dcalctrl.cpp1806 wxCalendarDateAttr *attr = GetAttr(day);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp170 wxListItemAttr *GetAttr() const { return m_attr; } function in class:MuleExtern::wxListItemData
329 wxListItemAttr *GetAttr() const;
1388 wxListItemAttr *wxListLineData::GetAttr() const function in class:MuleExtern::wxListLineData
1391 wxCHECK_MSG( node, NULL, _T("invalid column index in GetAttr()") );
1394 return item->GetAttr();
1473 wxListItemAttr *attr = GetAttr();
1536 // GetAttr() and move these lines into the loop below
1537 wxListItemAttr *attr = GetAttr();

Completed in 144 milliseconds