📄 qvgroup.h
字号:
#ifndef _QV_GROUP_
#define _QV_GROUP_
class QvChildList;
#include <QvSubNode.h>
class QvGroup : public QvNode {
QV_NODE_HEADER(QvGroup);
public:
QvNode * getChild(int index) const;
int getNumChildren() const;
virtual QvChildList *getChildren() const;
virtual QvBool readInstance(QvInput *in);
virtual QvBool readChildren(QvInput *in);
};
#endif /* _QV_GROUP_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -