一个对话框类:Copen.cpp
调用COTH_RadarNodeDlg.cpp中的OnSelfShoreName()函数
COTH_RadarNodeDlg *plg =(COTH_RadarNodeDlg*)GetParent();
plg->OnSelfShoreName();
本文介绍了一个C++对话框类Copen.cpp如何通过父类COTH_RadarNodeDlg调用其成员函数OnSelfShoreName()的具体实现方式。
一个对话框类:Copen.cpp
调用COTH_RadarNodeDlg.cpp中的OnSelfShoreName()函数
COTH_RadarNodeDlg *plg =(COTH_RadarNodeDlg*)GetParent();
plg->OnSelfShoreName();
1062
1284