Classes

All classes are forward defined in Classes.h

<aside> 💡

Classes.h is only for forward definition. Classes.h doesn't define any classes. Only use Classes.h in header files. Remember to include the header file that defines the class

</aside>

defined in MainWindow.h

Class
‣ The class that holds the window

defined in HeaderBar.h

Class
‣ The class that holds headerbar

defined in FilePanel.h

Class
‣ The FilePanel at the left hand side of the window
‣ Folder button in FilePanel
‣ File button in FilePanel

defined in EditArea.h

Class
‣ The place users can edit the content
‣ Contains tab switcher (EditAreaHolderTabBut) and the container for EditArea.
EditAreaHolderTabBut The button that lets you switch between EditAreas
Suggestions The information of the auto-complete/suggestions. Used by Language server, and EditArea will load the information then show it.