#include <zoomops.h>
Inheritance diagram for ZoomInfoBarOpCreate:
Public Member Functions | |
DialogBarOp * | Create () |
Constructs a ZoomInfoBarOp (or derivative) on the heap and returns a pointer to it. Used internally by the info-bar system. |
Definition at line 607 of file zoomops.h.
|
Constructs a ZoomInfoBarOp (or derivative) on the heap and returns a pointer to it. Used internally by the info-bar system.
Implements BarCreate. Definition at line 3240 of file zoomops.cpp. 03241 { 03242 return new ZoomInfoBarOp; 03243 }
|