|
FRX SDK Documentation 2025 SP0
|
#include <CAdUiPanel.h>
Public Member Functions | |
| CAdUiPanel (void) | |
| CStringW | GetID (void) const |
| CStringW | GetName (void) const |
| CAdUiTheme * | GetTheme (void) const |
| Gdiplus::Bitmap * | GetImage (int) |
| int | AddPanelChild (CWnd *) |
| int | Create (unsigned long, wchar_t const *, CAdUiPanelSet *, unsigned long) |
| int | GetMinimumSize (CSize &) const |
| int | GetSize (CSize &) const |
| int | HasImage (void) const |
| int | IsVisible (void) const |
| int | SetID (CStringW const &) |
| int | SetIconMode (AdUi::AdUiIconMode) |
| int | SetImage (int, Gdiplus::Bitmap *) |
| int | SetName (CStringW const &) |
| int | SetPanelSet (CAdUiPanelSet *) |
| int | SetPanelStyle (unsigned long) |
| int | SetTheme (CAdUiTheme *) |
| int | SlideOutPanel (int) |
| int | ToggleSlideOut (void) |
| unsigned int | HitTest (CPoint const &) const |
| unsigned long | GetPanelStyle (void) const |
| virtual | ~CAdUiPanel (void) |
| virtual int | PreTranslateMessage (tagMSG *) |
Protected Member Functions | |
| int | OnCreate (tagCREATESTRUCTW *) |
| int | OnToolTipGetDispInfo (unsigned int, tagNMHDR *, long *) |
| long | OnAdUiThemeChanged (unsigned int, long) |
| long | OnMouseLeave (unsigned int, long) |
| long | OnWillHandleToolTip (unsigned int, long) |
| virtual const AFX_MSGMAP * | GetMessageMap () const |
| virtual int | AddContextMenuItems (CMenu *, int) |
| virtual int | OnIconLButtonClicked (unsigned int, CPoint) |
| void | OnContextMenu (CWnd *, CPoint) |
| void | OnDestroy (void) |
| void | OnLButtonUp (unsigned int, CPoint) |
| void | OnMouseMove (unsigned int, CPoint) |
| void | OnPaint (void) |
| void | OnPanelShowLess (void) |
| void | OnPanelShowMore (void) |
| void | OnSize (unsigned int, int, int) |
| void | OnTimer (unsigned int) |
Static Protected Member Functions | |
| static const AFX_MSGMAP *PASCAL | GetThisMessageMap () |
Definition at line 29 of file CAdUiPanel.h.
| CAdUiPanel::CAdUiPanel | ( | void | ) |
| int CAdUiPanel::AddPanelChild | ( | CWnd * | ) |
| Gdiplus::Bitmap * CAdUiPanel::GetImage | ( | int | ) |
|
protectedvirtual |
| CAdUiTheme * CAdUiPanel::GetTheme | ( | void | ) | const |
|
staticprotected |
|
protected |
| int CAdUiPanel::SetIconMode | ( | AdUi::AdUiIconMode | ) |
| int CAdUiPanel::SetPanelSet | ( | CAdUiPanelSet * | ) |
| int CAdUiPanel::SetTheme | ( | CAdUiTheme * | ) |