#include <selinfo.h>
Inheritance diagram for SelectorInfoBarOpCreate:

Public Member Functions | |
| virtual DialogBarOp * | Create () |
| Used by the bar code to create an appropriate InformationBarOp. | |
Definition at line 247 of file selinfo.h.
|
|
Used by the bar code to create an appropriate InformationBarOp.
Implements BarCreate. Definition at line 1860 of file selinfo.cpp. 01861 { 01862 return new SelectorInfoBarOp; 01863 }
|
1.4.4