summaryrefslogtreecommitdiffstats
path: root/ClockMeter.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-03-04 18:16:49 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-03-04 18:16:49 +0000
commitd6231bab89d634da5564491196b7c478db038505 (patch)
treebfc0bf00b138763eb41132fd27a8f389a78bf3a4 /ClockMeter.h
Initial import.
Diffstat (limited to 'ClockMeter.h')
-rw-r--r--ClockMeter.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/ClockMeter.h b/ClockMeter.h
new file mode 100644
index 00000000..2dd2440f
--- /dev/null
+++ b/ClockMeter.h
@@ -0,0 +1,37 @@
+/* Do not edit this file. It was automatically genarated. */
+
+#ifndef HEADER_ClockMeter
+#define HEADER_ClockMeter
+/*
+htop
+(C) 2004-2006 Hisham H. Muhammad
+Released under the GNU GPL, see the COPYING file
+in the source distribution for its full text.
+*/
+
+#include "Meter.h"
+
+#include "ProcessList.h"
+
+#include <curses.h>
+#include <time.h>
+
+#include "debug.h"
+
+
+typedef struct ClockMeter_ ClockMeter;
+
+struct ClockMeter_ {
+ Meter super;
+ ProcessList* pl;
+ char clock[10];
+};
+
+
+ClockMeter* ClockMeter_new();
+
+void ClockMeter_setValues(Meter* cast);
+
+void ClockMeter_display(Object* cast, RichString* out);
+
+#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy