xoblite™ / Blackbox for Windows bb5 | RC6 preview | 0.25.2.14
http://xoblite.net/
Taskbar.cpp File Reference
#include "Taskbar.h"

Functions

BOOL CALLBACK TaskEnumerator (HWND window, LPARAM main)
 

Variables

TaskbarpTaskbar
 
ToolbarpToolbar
 
SettingspSettings
 
DesktoppDesktop
 
MenuCommonpMenuCommon
 
PluginManagerpPluginManager
 
TooltipspTooltips
 
WorkspacespWorkspaces
 

Function Documentation

◆ TaskEnumerator()

BOOL CALLBACK TaskEnumerator ( HWND window,
LPARAM main )
94{
95/*
96 if (pSettings->debugLogging)
97 {
98 char msg[MAX_LINE_LENGTH], windowText[MAX_LINE_LENGTH], windowClass[MAX_LINE_LENGTH];
99 GetWindowText(window, windowText, sizeof(windowText));
100 if (!strlen(windowText)) strcpy(windowText, "NULL");
101 GetClassName(window, windowClass, sizeof(windowClass));
102 if (!strlen(windowClass)) strcpy(windowClass, "NULL");
103 sprintf(msg, "DEBUG -> Taskbar::TaskEnumerator -> %s | %s", windowText, windowClass);
104 Log(msg, "");
105 }
106*/
107 pTaskbar->AddTask(window);
108
109 return 1;
110}
Taskbar * pTaskbar
Definition Blackbox.cpp:47

Variable Documentation

◆ pTaskbar

Taskbar* pTaskbar
extern

◆ pToolbar

Toolbar* pToolbar
extern

◆ pSettings

Settings* pSettings
extern

◆ pDesktop

Desktop* pDesktop
extern

◆ pMenuCommon

MenuCommon* pMenuCommon
extern

◆ pPluginManager

PluginManager* pPluginManager
extern

◆ pTooltips

Tooltips* pTooltips
extern

◆ pWorkspaces

Workspaces* pWorkspaces
extern