xoblite™ / Blackbox for Windows bb5 | RC6 preview | 0.25.2.14
http://xoblite.net/
MenuCommon.cpp File Reference
#include "MenuCommon.h"
#include "..\Settings\Settings.h"
#include "..\Plugins\PluginManager.h"
#include "..\Graphics\BImage.h"
#include "StringItem.h"
#include "SpecialFolder.h"
#include "..\Settings\ConfigMenu.h"
#include "..\Workspaces\WorkspacesMenu.h"
#include "..\Toolbar\ToolbarMenu.h"
#include "..\Dock\DockMenu.h"
#include "..\Console\ConsoleMenu.h"
#include "..\Settings\StylesMenu.h"
#include "..\Settings\ThemesMenu.h"
#include "..\Plugins\PluginsMenu.h"
#include "..\Hotkeys\HotkeysMenu.h"
#include "PreviewItem.h"
#include "..\Toolbar\Toolbar.h"
#include "..\Desktop\Wallpaper.h"
#include <io.h>
#include <shlwapi.h>
#include <gdiplus.h>

Variables

PreviewItempPreviewItem
 
SettingspSettings
 
ToolbarpToolbar
 
PluginManagerpPluginManager
 
WallpaperpWallpaper
 
int menuCommonMessageSubscription [] = { BB_MENU, BB_HIDEMENU, BB_RECONFIGURE, 0 }
 
char itemCommand [MAX_LINE_LENGTH]
 
char itemLabel [MAX_LINE_LENGTH]
 
char itemData [MAX_LINE_LENGTH]
 

Variable Documentation

◆ pPreviewItem

PreviewItem* pPreviewItem
extern

◆ pSettings

Settings* pSettings
extern

◆ pToolbar

Toolbar* pToolbar
extern

◆ pPluginManager

PluginManager* pPluginManager
extern

◆ pWallpaper

Wallpaper* pWallpaper
extern

◆ menuCommonMessageSubscription

int menuCommonMessageSubscription[] = { BB_MENU, BB_HIDEMENU, BB_RECONFIGURE, 0 }
#define BB_HIDEMENU
Definition BBApi.h:161
#define BB_MENU
Definition BBApi.h:160
#define BB_RECONFIGURE
Definition BBApi.h:147

◆ itemCommand

char itemCommand[MAX_LINE_LENGTH]

◆ itemLabel

char itemLabel[MAX_LINE_LENGTH]

◆ itemData

char itemData[MAX_LINE_LENGTH]