Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ui_browser Struct Reference

#include <browser.h>

Data Fields

u64 index
 
u64 top_idx
 
voidtop
 
voidentries
 
u16 y
 
u16 x
 
u16 width
 
u16 height
 
int current_color
 
voidpriv
 
const chartitle
 
charhelpline
 
unsigned int(* refresh )(struct ui_browser *self)
 
void(* write )(struct ui_browser *self, void *entry, int row)
 
void(* seek )(struct ui_browser *self, off_t offset, int whence)
 
bool(* filter )(struct ui_browser *self, void *entry)
 
u32 nr_entries
 
bool navkeypressed
 
bool use_navkeypressed
 

Detailed Description

Definition at line 15 of file browser.h.

Field Documentation

int current_color

Definition at line 19 of file browser.h.

void * entries

Definition at line 17 of file browser.h.

bool(* filter)(struct ui_browser *self, void *entry)

Definition at line 26 of file browser.h.

u16 height

Definition at line 18 of file browser.h.

char* helpline

Definition at line 22 of file browser.h.

u64 index

Definition at line 16 of file browser.h.

bool navkeypressed

Definition at line 28 of file browser.h.

u32 nr_entries

Definition at line 27 of file browser.h.

Definition at line 20 of file browser.h.

unsigned int(* refresh)(struct ui_browser *self)

Definition at line 23 of file browser.h.

void(* seek)(struct ui_browser *self, off_t offset, int whence)

Definition at line 25 of file browser.h.

const char* title

Definition at line 21 of file browser.h.

void* top

Definition at line 17 of file browser.h.

u64 top_idx

Definition at line 16 of file browser.h.

bool use_navkeypressed

Definition at line 29 of file browser.h.

u16 width

Definition at line 18 of file browser.h.

void(* write)(struct ui_browser *self, void *entry, int row)

Definition at line 24 of file browser.h.

u16 x

Definition at line 18 of file browser.h.

u16 y

Definition at line 18 of file browser.h.


The documentation for this struct was generated from the following file: