• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/

Lines Matching defs:m_owner

184     wxListMainWindow *m_owner;
287 wxListMainWindow *m_owner;
387 wxListMainWindow *m_owner;
443 wxListMainWindow *m_owner;
475 wxListMainWindow *m_owner;
874 if ( !m_owner->IsVirtual() )
892 m_owner = owner;
1124 return m_owner->GetListCtrl()->GetWindowStyleFlag() & wxLC_MASK_TYPE;
1129 return m_owner->HasFlag(wxLC_REPORT);
1134 return m_owner->IsVirtual();
1139 m_owner = owner;
1148 InitItems( GetMode() == wxLC_REPORT ? m_owner->GetColumnCount() : 1 );
1192 m_owner->GetImageSize( item->GetImage(), w, h );
1230 m_owner->GetImageSize( item->GetImage(), w, h );
1324 m_items.Append( new wxListItemData(m_owner) );
1410 wxWindow *listctrl = m_owner->GetParent();
1421 if (m_owner->HasFocus()
1423 && IsControlActive( (ControlRef)m_owner->GetHandle() )
1454 dc->SetBrush( m_owner->GetHighlightBrush() );
1485 if (m_owner->HasFocus()
1487 && IsControlActive( (ControlRef)m_owner->GetHandle() )
1491 wxRendererNative::Get().DrawItemSelectionRect( m_owner, *dc, m_gi->m_rectHighlight, flags );
1517 m_owner->DrawImage(item->GetImage(), dc, rectIcon.x, rectIcon.y);
1548 if (m_owner->HasFocus()
1550 && IsControlActive( (ControlRef)m_owner->GetHandle() )
1554 wxRendererNative::Get().DrawItemSelectionRect( m_owner, *dc, rectHL, flags );
1579 int width = m_owner->GetColumnWidth(col);
1586 m_owner->GetImageSize( item->GetImage(), ix, iy );
1587 m_owner->DrawImage( item->GetImage(), dc, xOld, yMid - iy/2 );
1624 m_owner->GetColumn(col, item);
1718 m_owner = (wxListMainWindow *) NULL;
1733 m_owner = owner;
1765 m_owner->GetScrollPixelsPerUnit( &xpix, NULL );
1768 m_owner->GetViewStart( &view_start, NULL );
1801 m_owner->CalcUnscrolledPosition(w, 0, &w, NULL);
1807 int numColumns = m_owner->GetColumnCount();
1811 m_owner->GetColumn( i, item );
1826 if ( !m_owner->IsVirtual() && (item.m_mask & wxLIST_MASK_STATE) &&
1853 imageList = m_owner->m_small_image_list;
1926 m_owner->SetColumnWidth( m_column, m_currentX - m_minX );
1930 m_owner->ClientToScreen( &x1, &y1 );
1934 m_owner->GetClientSize( NULL, &y2 );
1935 m_owner->ClientToScreen( &x2, &y2 );
1957 m_owner->CalcUnscrolledPosition(event.GetX(), 0, &x, NULL);
1968 m_owner->CalcUnscrolledPosition(w, 0, &w, NULL);
1980 m_owner->SetColumnWidth( m_column, m_currentX - m_minX );
2005 countCol = m_owner->GetColumnCount();
2008 xpos += m_owner->GetColumnWidth( col );
2049 for (int i=0; i < m_owner->GetColumnCount(); i++)
2052 m_owner->GetColumn(i, colItem);
2058 m_owner->SetColumn(i, colItem);
2090 m_owner->SetFocus();
2091 m_owner->Update();
2117 m_owner = owner;
2122 m_owner->OnRenameTimer();
2141 m_owner = owner;
2148 m_owner->CalcScrolledPosition(rectLabel.x, rectLabel.y,
2166 m_owner->FinishEditing(m_text);
2178 if ( !m_owner->OnRenameAccept(m_itemEdited, value) )
2186 m_owner->SetItemText(m_itemEdited, value);
2211 m_owner->OnRenameCancelled( m_itemEdited );
2229 wxSize parentSize = m_owner->GetSize();
2248 m_owner->OnRenameCancelled( m_itemEdited );