Searched refs:wxFoldPanelItem (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelitem.cpp30 // wxFoldPanelItem
33 IMPLEMENT_CLASS( wxFoldPanelItem, wxPanel )
35 BEGIN_EVENT_TABLE(wxFoldPanelItem,wxPanel)
36 EVT_CAPTIONBAR(wxID_ANY, wxFoldPanelItem::OnPressCaption)
37 EVT_PAINT(wxFoldPanelItem::OnPaint)
38 //EVT_SIZE(wxFoldPanelItem::OnSize)
41 wxFoldPanelItem::wxFoldPanelItem( wxWindow *parent, const wxString &caption, wxImageList *icons, bool collapsedInitially, function in class:wxFoldPanelItem
72 void wxFoldPanelItem::AddWindow(wxWindow *window, int flags, int ySpacing, int leftSpacing, int rightSpacing)
92 void wxFoldPanelItem
[all...]
H A Dfoldpanelbar.cpp119 wxFoldPanelItem *item = new wxFoldPanelItem(m_foldPanel, caption, m_images, collapsedInitially, style);
244 Collapse(wxFoldPanel((wxFoldPanelItem *)event.GetTag()));
246 Expand(wxFoldPanel((wxFoldPanelItem *)event.GetTag()));
249 void wxFoldPanelBar::RefreshPanelsFrom(wxFoldPanelItem *item)
294 wxFoldPanelItem *item;
H A Dcaptionbar.cpp412 // parent of wxCaptionBar is wxFoldPanelItem
414 wxFoldPanelItem *bar = wxDynamicCast(GetParent(), wxFoldPanelItem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelbar.h47 wxFoldPanelItem *m_item;
51 wxFoldPanel(wxFoldPanelItem *item)
56 /** Returns true if this is a valid wxFoldPanelItem reference. */
69 wxFoldPanelItem *GetItem() const {
81 wxFoldPanelItem *GetParent() const {
90 WX_DEFINE_ARRAY_WITH_DECL_PTR(wxFoldPanelItem *, wxFoldPanelItemArray, class WXDLLIMPEXP_FOLDBAR);
125 void RefreshPanelsFrom(wxFoldPanelItem *item);
H A Dfoldpanelitem.h153 /** \wxFoldPanelItem
158 class WXDLLIMPEXP_FOLDBAR wxFoldPanelItem: public wxPanel class in inherits:wxPanel
171 DECLARE_CLASS( wxFoldPanelItem )
183 wxFoldPanelItem( wxWindow *parent, const wxString &caption, wxImageList *icons = 0, bool collapsedInitially = false,
185 virtual ~wxFoldPanelItem();

Completed in 40 milliseconds