5#ifndef MIDDAY_COMMANDER_APPLICATION_H
6#define MIDDAY_COMMANDER_APPLICATION_H
The main application class.
Definition: Application.h:14
FileView fileView
Definition: Application.h:20
int run()
Definition: Application.cpp:10
Interface interface
Definition: Application.h:19
State state
Definition: Application.h:21
Represents a file view of the Application.
Definition: FileView.h:16
Represents the main interface of the Application.
Definition: Interface.h:22
Holds the global state of the Application.
Definition: State.h:16