📄 massif_options_page.h
字号:
/* ---------------------------------------------------------------------- * Definition of class MassifOptionsPage massif_options_page.h * Subclass of OptionsPage to hold massif-specific options | flags. * ---------------------------------------------------------------------- * This file is part of Valkyrie, a front-end for Valgrind * Copyright (c) 2000-2006, OpenWorks LLP <info@open-works.co.uk> * This program is released under the terms of the GNU GPL v.2 * See the file LICENSE.GPL for the full license details. */#ifndef __MASSIF_OPTIONS_PAGE_H#define __MASSIF_OPTIONS_PAGE_H#include "options_page.h"class MassifOptionsPage : public OptionsPage{ Q_OBJECTpublic: MassifOptionsPage( QWidget* parent, VkObject* obj ); void applyOption( int optId );};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -