Searched refs:isSelected (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridctrl.cpp94 bool isSelected)
96 wxGridCellRenderer::Draw(grid, attr, dc, rectCell, row, col, isSelected);
98 SetTextColoursAndFont(grid, attr, dc, isSelected);
171 bool isSelected)
173 wxGridCellRenderer::Draw(grid, attr, dc, rectCell, row, col, isSelected);
175 SetTextColoursAndFont(grid, attr, dc, isSelected);
309 bool isSelected) {
312 wxGridCellRenderer::Draw(grid, attr, dc, rectCell, row, col, isSelected);
315 SetTextColoursAndFont(grid, attr, dc, isSelected);
89 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rectCell, int row, int col, bool isSelected) argument
166 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rectCell, int row, int col, bool isSelected) argument
304 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rectCell, int row, int col, bool isSelected) argument
H A Dvlbox.cpp343 const bool isSelected = IsSelected(n), local
345 if ( isSelected || isCurrent )
347 if ( isSelected )
H A Dgrid.cpp1868 bool isSelected)
1875 if ( isSelected )
1905 bool isSelected)
1914 if ( isSelected )
1971 bool isSelected)
1977 wxGridCellRenderer::Draw(grid, attr, dc, rectCell, row, col, isSelected);
2059 SetTextColoursAndFont(grid, attr, dc, isSelected);
2090 bool isSelected)
2092 wxGridCellRenderer::Draw(grid, attr, dc, rectCell, row, col, isSelected);
2094 SetTextColoursAndFont(grid, attr, dc, isSelected);
1863 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rect, int WXUNUSED(row), int WXUNUSED(col), bool isSelected) argument
1902 SetTextColoursAndFont(const wxGrid& grid, const wxGridCellAttr& attr, wxDC& dc, bool isSelected) argument
1966 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rectCell, int row, int col, bool isSelected) argument
2085 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rectCell, int row, int col, bool isSelected) argument
2188 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rectCell, int row, int col, bool isSelected) argument
2296 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rect, int row, int col, bool isSelected) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgridctrl.h39 bool isSelected);
74 bool isSelected);
138 bool isSelected);
H A Dgrid.h137 // state corresponding to the isSelected value.
147 bool isSelected) = 0;
169 bool isSelected);
185 bool isSelected);
203 bool isSelected);
234 bool isSelected);
267 bool isSelected);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dtransmission.js209 if ((i!==-1) && !tr._rows[i].isSelected())
284 return $.grep(this._rows, function(r) {return r.isSelected();});
825 if (row.isSelected())
835 } else if (!row.isSelected() && meta_key) {
839 } else if (!row.isSelected()) {
843 } else if (row.isSelected() && meta_key) {
847 } else if (row.isSelected()) {
1211 var isSelected = row.isSelected();
1214 if (isSelected) haveSe
[all...]
H A Dtorrent-row.js387 isSelected: function() {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbmpbuttn.cpp338 bool isSelected = (state & ODS_SELECTED) != 0; local
345 if ( isSelected && m_bmpSelected.Ok() )
434 if ( isSelected && autoDraw )
446 isSelected);
468 isSelected);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dchecklst.cpp62 static pascal void wxMacCheckListDefinition( short message, Boolean isSelected, Rect *drawRect,
67 static pascal void wxMacCheckListDefinition( short message, Boolean isSelected, Rect *drawRect, argument
136 if( isSelected ) {
H A Dlistbox.cpp66 static pascal void wxMacListDefinition( short message, Boolean isSelected, Rect *drawRect,
71 static pascal void wxMacListDefinition( short message, Boolean isSelected, Rect *drawRect, argument
150 if( isSelected ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.cpp400 bool isSelected = m_shapeOnCanvas->Selected(); local
401 if (isSelected)
474 if (isSelected)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridrend.tex147 \func{void}{Draw}{\param{wxGrid\& }{grid}, \param{wxGridCellAttr\& }{attr}, \param{wxDC\& }{dc}, \param{const wxRect\& }{rect}, \param{int }{row}, \param{int }{col}, \param{bool }{isSelected}}
151 state corresponding to the isSelected value.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h176 bool isSelected);
H A Dgriddemo.cpp1091 bool isSelected)
1093 wxGridCellStringRenderer::Draw(grid, attr, dc, rect, row, col, isSelected);
1086 Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc, const wxRect& rect, int row, int col, bool isSelected) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmainwin.cc793 const bool isSelected( selectionModel->isSelected( modelIndex ) );
796 if( isSelected ) ++selected;
799 if( isSelected && isPaused ) ++selectedAndPaused;
800 if( isSelected && isQueued ) ++selectedAndQueued;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp1317 bool isSelected = IsDataBrowserItemSelected(m_dbImpl->GetControlRef(), (DataBrowserItemID)itemID ); local
1321 if ( (stateMask & wxLIST_STATE_SELECTED) && isSelected != isSelectedState )
3332 bool isSelected = IsItemSelected( dataItem ); local
3336 if ( listItem->GetMask() & wxLIST_MASK_STATE && isSelected != isSelectedState )
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc317 if (isSelected() && !list->hasFocus() && list->mode == menuMode)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc239 if (isSelected() && !list->hasFocus() && list->mode == menuMode)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/common/ com/common/ndisJni/ com/common/ndisJni/QualNdisJni ...

Completed in 474 milliseconds