| CFx SDK Documentation 2024 SP0
    | 
#include <ExtBar.h>
 
  
| Public Member Functions | |
| StaticExtBar (ExtBar::Callback *pCallback=NULL) | |
| ~StaticExtBar () | |
|  Public Member Functions inherited from ExtBarInterface | |
| ExtBarInterface (ExtBar *pExtBar=NULL) | |
| ~ExtBarInterface () | |
| void | create (ExtBar::SysHandle sysHandle) | 
| void | destroy (int nReason=0) | 
| void | resize (const ExtBar::Rect &rect) | 
| void | update () | 
| void | clear () | 
| void | resetCallback (ExtBar::Callback *pCallback) | 
| ExtBar * | extBar () | 
| Additional Inherited Members | |
|  Static Protected Member Functions inherited from ExtBarManager | |
| static ExtBar * | createExtBar (ExtBar::Callback *pCallback=NULL) | 
| static ExtBar * | createExtBar (ExtBar::InplaceCallback *pCallback) | 
| static void | destroyExtBar (ExtBar *pExtBar) | 
|  Protected Attributes inherited from ExtBarInterface | |
| ExtBar * | m_pExtBar | 
| 
 | inline |