XenevaOS
Loading...
Searching...
No Matches
partition.h
Go to the documentation of this file.
1
30#include <stdint.h>
31#include <_xeneva.h>
32#include <stdio.h>
33#include <sys\_keproc.h>
34#include <sys\_kefile.h>
35#include <sys\iocodes.h>
36#include <chitralekha.h>
37#include <widgets\base.h>
38#include <widgets\button.h>
39#include <widgets\scrollpane.h>
40#include <widgets\slider.h>
41#include <widgets\progress.h>
42#include <keycode.h>
43#include <widgets\window.h>
44#include <widgets\msgbox.h>
45#include <widgets\view.h>
46#include <string.h>
47#include <widgets\menubar.h>
48#include <stdlib.h>
49#include <time.h>
50#include <widgets\menu.h>
51
52
60
68
69
70/*
71 * FileManagerCreatePartitionList -- create a new partition list widget
72 * for file manager
73 * @param x -- X location
74 * @param y -- Y location
75 * @param w -- Width of the widget
76 * @param h -- Height of the widget
77 */
unsigned char uint8_t
Definition acefiex.h:161
struct _partition_button_ FileManagerPartitionButton
struct _partitionList_ FileManagerPartitionList
FileManagerPartitionButton * FileManageCreatePartitionButton(FileManagerPartitionList *partitionList)
Definition partition.cpp:150
FileManagerPartitionList * FileManagerCreatePartitionList(int x, int y, int w, int h)
Definition partition.cpp:135
Definition window.h:114
Definition icon.h:52
Definition list.h:46
Definition partition.h:61
int button_pos_y
Definition partition.h:65
list_t * partitionButtons
Definition partition.h:64
ChWidget wid
Definition partition.h:62
int button_pos_x
Definition partition.h:66
uint8_t numPartitions
Definition partition.h:63
Definition partition.h:53
ChIcon * icon
Definition partition.h:55
char guidString[32]
Definition partition.h:57
bool mounted
Definition partition.h:58
char partitionName[32]
Definition partition.h:56
ChWidget wid
Definition partition.h:54