2007-12-17 05:50:00 +00:00
|
|
|
/* Do not edit this file. It was automatically generated. */
|
|
|
|
|
|
|
|
#ifndef HEADER_AffinityPanel
|
|
|
|
#define HEADER_AffinityPanel
|
2011-12-26 21:35:57 +00:00
|
|
|
/*
|
|
|
|
htop - AffinityPanel.h
|
|
|
|
(C) 2004-2011 Hisham H. Muhammad
|
|
|
|
Released under the GNU GPL, see the COPYING file
|
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
2007-12-17 05:50:00 +00:00
|
|
|
|
|
|
|
#include "Panel.h"
|
2011-12-26 21:35:57 +00:00
|
|
|
#include "Affinity.h"
|
|
|
|
#include "ProcessList.h"
|
|
|
|
#include "ListItem.h"
|
2007-12-17 05:50:00 +00:00
|
|
|
|
2012-12-05 15:12:20 +00:00
|
|
|
extern PanelClass AffinityPanel_class;
|
|
|
|
|
2011-09-24 00:30:47 +00:00
|
|
|
Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity);
|
2007-12-17 05:50:00 +00:00
|
|
|
|
2015-01-22 01:27:31 +00:00
|
|
|
Affinity* AffinityPanel_getAffinity(Panel* this, ProcessList* pl);
|
2007-12-17 05:50:00 +00:00
|
|
|
|
|
|
|
#endif
|