XenevaOS
Loading...
Searching...
No Matches
Functions | Variables
main.cpp File Reference
#include <stdint.h>
#include <stdarg.h>
#include <stdlib.h>
#include <sys\_keproc.h>
#include <sys\_kefile.h>
#include <sys\_ketimer.h>
#include <sys\_ketime.h>
#include <chitralekha.h>
#include <sys\iocodes.h>
#include <widgets\base.h>
#include <widgets\window.h>
#include "appgrid.h"
#include "launcher.h"
#include "button.h"
Include dependency graph for main.cpp:

Functions

void XELauncherPaint (ChWindow *win)
 
void XELauncherMouseHandler (ChWindow *win, int x, int y, int button, int scroll)
 
void XenevaLauncherHandleMessage (PostEvent *e)
 
AppGridXELauncherGetAppGrid ()
 
ChWindowXELauncherGetMainWin ()
 
int main (int argc, char *arv[])
 

Variables

ChitralekhaAppapp
 
ChWindowwin
 
AppGridmainGrid
 
int screen_h
 
int screen_w
 
int bpp
 
int graphicsFd
 
int launcher_w
 
int launcher_h
 

Function Documentation

◆ main()

int main ( int  argc,
char *  arv[] 
)

◆ XELauncherGetAppGrid()

AppGrid * XELauncherGetAppGrid ( )

◆ XELauncherGetMainWin()

ChWindow * XELauncherGetMainWin ( )

◆ XELauncherMouseHandler()

void XELauncherMouseHandler ( ChWindow win,
int  x,
int  y,
int  button,
int  scroll 
)

◆ XELauncherPaint()

void XELauncherPaint ( ChWindow win)

◆ XenevaLauncherHandleMessage()

void XenevaLauncherHandleMessage ( PostEvent e)

Variable Documentation

◆ app

◆ bpp

int bpp

◆ graphicsFd

int graphicsFd

◆ launcher_h

int launcher_h

◆ launcher_w

int launcher_w

◆ mainGrid

AppGrid* mainGrid

◆ screen_h

int screen_h

◆ screen_w

int screen_w

◆ win

ChWindow* win