mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update header menu namespace
This commit is contained in:
parent
2fc4ac9541
commit
3fe3468696
13 changed files with 45 additions and 131 deletions
|
|
@ -1,49 +0,0 @@
|
|||
#ifndef APP_BROWSER_HEADER_BAR_MENU_MAIN_H
|
||||
#define APP_BROWSER_HEADER_BAR_MENU_MAIN_H
|
||||
|
||||
// Dependencies
|
||||
#include "../menu.h"
|
||||
|
||||
// Requirements
|
||||
#include "main/debug.h"
|
||||
#include "main/quit.h"
|
||||
|
||||
namespace app::browser::header::bar
|
||||
{
|
||||
class Menu;
|
||||
|
||||
namespace menu
|
||||
{
|
||||
namespace main
|
||||
{
|
||||
class Debug;
|
||||
class Quit;
|
||||
};
|
||||
|
||||
class Main
|
||||
{
|
||||
private:
|
||||
|
||||
GMenu* _model;
|
||||
|
||||
public:
|
||||
|
||||
// GTK
|
||||
GtkWidget *gtk;
|
||||
|
||||
// Dependencies
|
||||
Menu *menu;
|
||||
|
||||
// Requirements
|
||||
main::Debug *debug;
|
||||
main::Quit *quit;
|
||||
|
||||
// Constructor
|
||||
Main(
|
||||
Menu *menu
|
||||
);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue