MCPcopy Create free account
hub / github.com/mhammond/pywin32 / GetEditViewPtr

Function GetEditViewPtr

Pythonwin/win32view.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "win32ctrlTree.h"
24
25CPythonEditView *GetEditViewPtr(PyObject *self)
26{
27 // need to only rtti check on CView, as CPythonEditView is not derived from CPythonView.
28 return (CPythonEditView *)PyCWnd::GetGoodCppObject( self, &PyCView::type );
29}
30
31CView *PyCView::GetViewPtr(PyObject *self)
32{

Callers 8

GetEditCtrlFunction · 0.85
PyCView_create_windowFunction · 0.85
ui_edit_get_edit_ctrlFunction · 0.85
ui_edit_window_load_fileFunction · 0.85
ui_edit_window_save_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected