Searched refs:m_view (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 Dtabg.cpp47 m_view = v;
66 if (!m_view)
70 int viewX = m_view->GetViewRect().x;
71 int viewY = m_view->GetViewRect().y;
79 tabHeightInc = (m_view->GetTabSelectionHeight() - m_view->GetTabHeight());
86 if (m_view->GetTabStyle() & wxTAB_STYLE_COLOUR_INTERIOR)
88 dc.SetBrush(*m_view->GetBackgroundBrush());
99 dc.SetPen(*m_view->GetHighlightPen());
106 tabBeneath = m_view
[all...]
H A Dtipwin.cpp138 m_view = new wxTipWindowView(this);
139 m_view->Adjust(text, maxLength);
140 m_view->SetFocus();
154 Popup(m_view);
156 m_view->CaptureMouse();
172 if ( m_view->HasCapture() )
173 m_view->ReleaseMouse();
226 if ( m_view->HasCapture() )
227 m_view->ReleaseMouse();
H A Dgrid.cpp3215 m_view = (wxGrid *) NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/dynsash_switch/
H A Ddynsash_switch.cpp61 wxWindow *m_view; member in class:SwitchView
75 m_view = new wxWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, wxT("view"));
76 m_view->SetBackgroundColour(*wxWHITE);
77 m_view->SetEventHandler(this);
104 m_view->SetConstraints(layout);
118 Connect(m_view->GetId(), wxEVT_PAINT, (wxObjectEventFunction)
175 wxSize size = m_view->GetSize();
187 wxPaintDC dc(m_view);
231 m_view->Refresh();
235 m_view
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dpropform.cpp304 m_view = v;
305 m_view->AssociatePanel(this);
306 m_view->SetManagedWindow(this);
312 if (m_view)
314 m_view->OnClose();
315 m_view = NULL;
324 m_view->OnDoubleClick(item);
329 if ( m_view )
330 m_view->OnCommand(win, event);
336 if ( !m_view || ! m_vie
[all...]
H A Dproplist.cpp73 m_view = v;
682 m_view = v;
683 m_view->AssociatePanel( ((wxPanel*)this) );
684 m_view->SetManagedWindow(this);
690 if (m_view)
693 m_view->OnClose();
694 m_view = NULL;
712 if (item == m_view->GetPropertyScrollingList())
720 if ( !m_view || ! m_view
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtipwin.h84 wxTipWindowView *m_view; member in class:wxTipWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dpropform.h253 wxPropertyFormView* m_view; member in class:wxPropertyFormDialog
274 m_view = v;
281 void SetView(wxPropertyFormView* view) { m_view = view; }
282 wxPropertyFormView* GetView() const { return m_view; }
285 wxPropertyFormView* m_view; member in class:wxPropertyFormPanel
306 m_view = v;
317 wxPropertyFormView* m_view; member in class:wxPropertyFormFrame
H A Dproplist.h209 wxPropertyListView* m_view; member in class:wxPropertyTextEdit
303 wxPropertyListView* m_view; member in class:wxPropertyListDialog
325 m_view = v;
330 inline void SetView(wxPropertyListView* v) { m_view = v; }
331 inline wxPropertyListView* GetView() const { return m_view; }
340 wxPropertyListView* m_view; member in class:wxPropertyListPanel
363 m_view = v;
372 inline wxPropertyListView* GetView() const { return m_view; }
375 wxPropertyListView* m_view; member in class:wxPropertyListFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.h45 inline csDiagramView* GetView() const { return m_view; }
46 inline void SetView(csDiagramView* view) { m_view = view; }
49 csDiagramView* m_view; member in class:csCanvas
H A Dview.cpp841 m_view = v;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h66 wxTabView* m_view; member in class:wxTabControl
H A Dgrid.h861 virtual void SetView( wxGrid *grid ) { m_view = grid; }
862 virtual wxGrid * GetView() const { return m_view; }
902 wxGrid * m_view; member in class:wxGridTableBase

Completed in 259 milliseconds