📄 massif_view.h
字号:
/* --------------------------------------------------------------------- * Definition of MassifView massif_view.h * Massif'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 __MASSIF_VIEW_H#define __MASSIF_VIEW_H#include "tool_view.h"/* class MassifView ---------------------------------------------------- */class Massif;class MassifView : public ToolView{ Q_OBJECTpublic: MassifView( QWidget* parent, const char* name ); ~MassifView(); /* called by massif: set state for buttons; set cursor state */ void setState( bool run );public slots: void toggleToolbarLabels( bool );};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -