#include <bitmapgriddropdown.h>
Inheritance diagram for CBGDDItemInfo:
Public Member Functions | |
CBGDDItemInfo (String_256 strLabel=String_256()) | |
virtual | ~CBGDDItemInfo () |
String_256 | GetLabel () |
virtual void | DrawItem (wxDC &dc, const wxRect &rect, INT32 iFlags) const =0 |
Protected Attributes | |
String_256 | m_strLabel |
Definition at line 123 of file bitmapgriddropdown.h.
|
Definition at line 134 of file bitmapgriddropdown.cpp. 00135 { 00136 m_strLabel = strLabel; 00137 }
|
|
Definition at line 140 of file bitmapgriddropdown.cpp.
|
|
Implemented in CBGDDWxBitmapItem, and CBGDDCachedItem. |
|
Function : CBGDDItemInfo::GetLabel Author : Mikhail Tatarnikov Purpose : Gets the text assocciated with the item. Returns : String_256 - the item label. Exceptions: Parameters: None Notes : Definition at line 155 of file bitmapgriddropdown.cpp. 00156 { 00157 return m_strLabel; 00158 }
|
|
Definition at line 134 of file bitmapgriddropdown.h. |