#include <gxlocationcombobox.h>


Public Member Functions | |
| virtual void | Init () |
| virtual void | OnPopup () |
| virtual void | OnDismiss () |
| virtual bool | Create (wxWindow *parent) |
| virtual bool | Create (wxWindow *parent, wxWindowID id=LISTVIEWPOPUPID, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=LISTPOPUSTYLE, const wxString &name=wxT("ListViewComboPopup")) |
| virtual wxWindow * | GetControl () |
| virtual void | SetStringValue (const wxString &s) |
| virtual wxString | GetStringValue () const |
| virtual wxSize | GetAdjustedSize (int minWidth, int prefHeight, int maxHeight) |
| virtual void | OnMouseClick (wxMouseEvent &event) |
| virtual void | OnChar (wxKeyEvent &event) |
Public Member Functions inherited from wxGxPathsListView | |
| wxGxPathsListView (wxWindow *parent, wxWindowID id=LISTVIEWPOPUPID, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=LISTPOPUSTYLE) | |
| virtual void | Append (const wxString &sFullName) |
| virtual void | Deactivate (void) |
| virtual void | OnMouseMove (wxMouseEvent &event) |
| virtual void | OnObjectDeleted (wxGxCatalogEvent &event) |
| virtual void | OnObjectChanged (wxGxCatalogEvent &event) |
Protected Attributes | |
| wxString | m_sVal |
Protected Attributes inherited from wxGxPathsListView | |
| wxVector< ICONDATA > | m_IconsArray |
| wxImageList | m_ImageListSmall |
| wxGxCatalogUI * | m_pCatalog |
| long | m_HighLightItem |
| long | m_ConnectionPointCatalogCookie |
Additional Inherited Members | |
Public Types inherited from wxGxPathsListView | |
|
typedef struct wxGxPathsListView::_itemdata | ITEMDATA |
|
typedef struct wxGxPathsListView::_itemdata * | LPITEMDATA |
|
typedef struct wxGxPathsListView::_icondata | ICONDATA |
Protected Member Functions inherited from wxGxPathsListView | |
| int | GetIconPos (const wxIcon &icon_small) |
| virtual void | Activate () |
A list of gxobject full names with icons.
A popup with list of gxobject full names with icons.