CFx SDK Documentation 2024 SP0
|
#include <ExtBar.h>
Public Member Functions | |
ExtBarInplace () | |
~ExtBarInplace () | |
void | display (ExtBar::SysHandle sysHandle, const ExtBar::Rect &rect) |
void | close (int nReason=0) |
bool | isClosed () const |
virtual void | fillInplace (ExtBar *) |
Static Public Member Functions | |
static ExtBar::Point | curpos () |
static ExtBar::Size | makesize (int w, int h) |
static ExtBar::Rect | screenplace (const ExtBar::Point &pt, const ExtBar::Size &sz) |
Protected Member Functions | |
virtual void | inplaceClosed (ExtBar *) |
void | fakewndproc () |
void | closeImpl () |
Protected 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 () |
Protected Member Functions inherited from ExtBar::InplaceCallback | |
virtual bool | canCloseInplace (ExtBar *) |
virtual void | inplaceClosed (ExtBar *) |
Protected Member Functions inherited from ExtBar::Callback | |
virtual void | fillExtBar (ExtBar *) |
virtual void | closeExtBar (ExtBar *, int) |
virtual void | elementChanged (Element *pElem)=0 |
Protected Attributes | |
bool | m_bDone |
Protected Attributes inherited from ExtBarInterface | |
ExtBar * | m_pExtBar |
|
protected |
|
static |
|
inline |
|
protected |
Reimplemented from ExtBar::InplaceCallback.
|
static |
|
static |