ReactOS 0.4.15-dev-8434-g155a7c7
QuickLaunchEntry Struct Reference

quick launch bar shortcut More...

#include <quicklaunch.h>

Collaboration diagram for QuickLaunchEntry:

Public Member Functions

 QuickLaunchEntry ()
 

Public Attributes

HBITMAP _hbmp
 
String _title
 
Entry_entry
 

Detailed Description

quick launch bar shortcut

Definition at line 43 of file quicklaunch.h.

Constructor & Destructor Documentation

◆ QuickLaunchEntry()

QuickLaunchEntry::QuickLaunchEntry ( )

Definition at line 34 of file quicklaunch.cpp.

35{
36 _hbmp = 0;
37}

Member Data Documentation

◆ _entry

Entry* QuickLaunchEntry::_entry

Definition at line 49 of file quicklaunch.h.

Referenced by QuickLaunchBar::AddButton(), and QuickLaunchBar::Command().

◆ _hbmp

HBITMAP QuickLaunchEntry::_hbmp

Definition at line 47 of file quicklaunch.h.

Referenced by QuickLaunchBar::AddButton(), and QuickLaunchEntry().

◆ _title

String QuickLaunchEntry::_title

Definition at line 48 of file quicklaunch.h.

Referenced by QuickLaunchBar::AddButton().


The documentation for this struct was generated from the following files: