⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cachegrind_view.h

📁 Linux平台下的内核及程序调试器
💻 H
字号:
/* --------------------------------------------------------------------- * Definition of CachegrindView                        cachegrind_view.h * Cachegrind's personal window * --------------------------------------------------------------------- * 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_VIEW_H#define __CACHEGRIND_VIEW_H#include "tool_view.h"/* class CachegrindView ------------------------------------------------ */class Cachegrind;class CachegrindView : public ToolView{   Q_OBJECTpublic:   CachegrindView( QWidget* parent, const char* name );   ~CachegrindView();   /* called by cachegrind: set state for buttons; set cursor state */   void setState( bool run );public slots:   void toggleToolbarLabels( bool );private:   void mkToolBar();private:   QToolBar* cgToolBar;};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -