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>
Class | |
---|---|
‣ | The class that holds the window |
Class | |
---|---|
‣ | The class that holds headerbar |
Class | |
---|---|
‣ | The FilePanel at the left hand side of the window |
‣ | Folder button in FilePanel |
‣ | File button in FilePanel |
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. |