📄 cachegrind_options_page.h
字号:
/* ---------------------------------------------------------------------- * Definition of class CachegrindOptionsPage cachegrind_options_page.h * Subclass of OptionsPage to hold cachegrind-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 __CACHEGRIND_OPTIONS_PAGE_H#define __CACHEGRIND_OPTIONS_PAGE_H#include "options_page.h"class CachegrindOptionsPage : public OptionsPage{ Q_OBJECTpublic: CachegrindOptionsPage( QWidget* parent, VkObject* obj ); void applyOption( int optId );private slots: void getPidFile(); void getIncludeDirs();};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -