1 /***************************************************************************
2 * -------------------------------------------------------------------- *
3 * Copyright (C) 2008, Nicolas Ternisien <nicolas.ternisien@gmail.com> *
4 * -------------------------------------------------------------------- *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 ***************************************************************************/
11 #ifndef SWAP_MEMORY_CHART_H
12 #define SWAP_MEMORY_CHART_H
17 #include "chartWidget.h"
22 class SwapMemoryChart
: public Chart
{
26 * Initialize the list view item and task.
28 SwapMemoryChart(QWidget
* parent
= NULL
);
32 virtual void paintEvent(QPaintEvent
* event
);
35 bool colorsInitialized
;
42 #endif // SWAP_MEMORY_CHART_H