diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-28 15:42:50 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-28 15:42:50 +0900 |
| commit | ae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 (patch) | |
| tree | fdc69ee3e2772aa4db7e8efe4bd30d101c7f82ac /fedora/.local/bin/htop-vim/Header.h | |
| parent | 06ad645351572c0e7188c52028998384d718df2e (diff) | |
Diffstat (limited to 'fedora/.local/bin/htop-vim/Header.h')
| -rw-r--r-- | fedora/.local/bin/htop-vim/Header.h | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/fedora/.local/bin/htop-vim/Header.h b/fedora/.local/bin/htop-vim/Header.h deleted file mode 100644 index 954d434..0000000 --- a/fedora/.local/bin/htop-vim/Header.h +++ /dev/null @@ -1,48 +0,0 @@ -#ifndef HEADER_Header -#define HEADER_Header -/* -htop - Header.h -(C) 2004-2011 Hisham H. Muhammad -Released under the GNU GPLv2+, see the COPYING file -in the source distribution for its full text. -*/ - -#include "HeaderLayout.h" -#include "Meter.h" -#include "ProcessList.h" -#include "Settings.h" -#include "Vector.h" - - -typedef struct Header_ { - Vector** columns; - Settings* settings; - ProcessList* pl; - HeaderLayout headerLayout; - int pad; - int height; -} Header; - -#define Header_forEachColumn(this_, i_) for (size_t (i_)=0, H_fEC_numColumns_ = HeaderLayout_getColumns((this_)->headerLayout); (i_) < H_fEC_numColumns_; ++(i_)) - -Header* Header_new(ProcessList* pl, Settings* settings, HeaderLayout hLayout); - -void Header_delete(Header* this); - -void Header_setLayout(Header* this, HeaderLayout hLayout); - -void Header_populateFromSettings(Header* this); - -void Header_writeBackToSettings(const Header* this); - -Meter* Header_addMeterByClass(Header* this, const MeterClass* type, unsigned int param, unsigned int column); - -void Header_reinit(Header* this); - -void Header_draw(const Header* this); - -void Header_updateData(Header* this); - -int Header_calculateHeight(Header* this); - -#endif |
