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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp63 wxDataViewCtrl *GetOwner() { return m_owner; } function in class:wxDataViewHeaderWindow
158 wxDataViewCtrl *GetOwner() { return m_owner; } function in class:wxDataViewMainWindow
278 if (GetOwner() == NULL)
280 if (GetOwner()->GetOwner() == NULL)
282 m_dc = new wxClientDC( GetOwner()->GetOwner() );
423 GetOwner()->GetOwner(),
567 dc->SetFont( GetOwner()
[all...]
H A Dgrid.cpp168 wxGrid *GetOwner() { return m_owner; } function in class:wxGridSubwindow
523 gridWindow->GetOwner()->PrepareDC(dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp673 wxDataViewListModel *model = cell->GetOwner()->GetOwner()->GetModel();
679 unsigned int model_col = cell->GetOwner()->GetModelColumn();
814 node = GetOwner()->m_viewingColumns.GetFirst();
820 GtkTreeView *widget = GTK_TREE_VIEW(viewing_column->m_viewColumn->GetOwner()->m_treeview);
852 node = GetOwner()->m_viewingColumns.GetFirst();
856 GtkTreeView *widget = GTK_TREE_VIEW(viewing_column->m_viewColumn->GetOwner()->m_treeview);
902 wxDataViewListModel *model = cell->GetOwner()->GetOwner()->GetModel();
908 unsigned int model_col = cell->GetOwner()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewlistmodelnotifier.tex36 \membersection{wxDataViewListModelNotifier::GetOwner}\label{wxdataviewlistmodelnotifiergetowner}
38 \func{wxDataViewListModel*}{GetOwner}{\void}
H A Ddataviewcolumn.tex65 \membersection{wxDataViewColumn::GetOwner}\label{wxdataviewcolumngetowner}
67 \func{wxDataViewCtrl*}{GetOwner}{\void}
H A Ddataviewrenderer.tex64 \membersection{wxDataViewRenderer::GetOwner}\label{wxdataviewrenderergetowner}
66 \func{virtual wxDataViewColumn*}{GetOwner}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadTasks.h218 const CKnownFile* GetOwner() const;
246 const CPartFile* GetOwner() const;
H A DGenericClientListCtrl.cpp70 CKnownFile* GetOwner() const { function in struct:ClientCtrlItem_Struct
243 if ( cur_item->GetOwner() == owner ) {
256 cur_item->SetContents(cur_item->GetOwner(), source, A4AF_SOURCE);
301 if ( owner == NULL || owner == tmp->second->GetOwner() ) {
379 if (!std::binary_search(files.begin(), files.end(), item->GetOwner())) {
484 CKnownFile * kf = (*it)->GetOwner();
H A DThreadTasks.cpp636 const CKnownFile* CHashingEvent::GetOwner() const function in class:CHashingEvent
677 const CPartFile* CCompletionEvent::GetOwner() const function in class:CCompletionEvent
H A Damule.cpp1259 CKnownFile* owner = const_cast<CKnownFile*>(evt.GetOwner());
1300 CKnownFile* owner = const_cast<CKnownFile*>(evt.GetOwner());
1318 CPartFile* completed = const_cast<CPartFile*>(evt.GetOwner());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtimer.h60 wxEvtHandler *GetOwner() const { return m_owner; } function in class:wxTimerBase
H A Ddataview.h85 wxDataViewListModel *GetOwner() { return m_owner; } function in class:wxDataViewListModelNotifier
258 wxDataViewColumn* GetOwner() { return m_owner; } function in class:wxDataViewRendererBase
307 wxDataViewCtrl *GetOwner() { return m_owner; } function in class:wxDataViewColumnBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp747 if (GetOwner())
749 GetOwner()->GetModel()->RemoveViewingColumn( (wxDataViewColumn*) this );

Completed in 238 milliseconds