Skip to content

Commit

Permalink
Add comment about architecture of menu classes
Browse files Browse the repository at this point in the history
  • Loading branch information
derceg committed Sep 13, 2024
1 parent a9ddb02 commit 6d98be0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Explorer++/Explorer++/MenuBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

class MenuView;

// This class, along with MenuView, is used to implement an MVP menu system. That is, the view is
// considered passive and only contains general display logic. A class that derives from this class
// functions as a presenter and is responsible for retrieving model data and adding it to the view.
class MenuBase
{
public:
Expand Down

0 comments on commit 6d98be0

Please sign in to comment.