问题描述
- 有一个类中的函数是protected的,我需要在另外一个类中调用这个函数如何实现
-
一个类中的函数的修饰符为protected
protected:
BOOL RegisterWindowClass();
LRESULT SendMessageToParent(int nRow, int nCol, int nMessage);BOOL InvalidateCellRect(const CCellID& cell);
我需要在另外一个对话框类中访问这个类,请问如何实现谢谢了。
时间: 2024-11-03 20:58:30