ReactOS 0.4.16-dev-1-gcf26321
|
quick launch bar shortcut More...
#include <quicklaunch.h>
Public Member Functions | |
QuickLaunchEntry () | |
Public Attributes | |
HBITMAP | _hbmp |
String | _title |
Entry * | _entry |
quick launch bar shortcut
Definition at line 43 of file quicklaunch.h.
QuickLaunchEntry::QuickLaunchEntry | ( | ) |
Definition at line 34 of file quicklaunch.cpp.
Entry* QuickLaunchEntry::_entry |
Definition at line 49 of file quicklaunch.h.
Referenced by QuickLaunchBar::AddButton(), and QuickLaunchBar::Command().
HBITMAP QuickLaunchEntry::_hbmp |
Definition at line 47 of file quicklaunch.h.
Referenced by QuickLaunchBar::AddButton(), and QuickLaunchEntry().
String QuickLaunchEntry::_title |
Definition at line 48 of file quicklaunch.h.
Referenced by QuickLaunchBar::AddButton().