#include <HxImgFtorIMKey.h>
Inheritance diagram for HxImgFtorIMKey::
Public Methods | |
HxImgFtorIMKey (HxString className, HxString sig1Name, HxString sig2Name) | |
Constructor. More... |
|
Constructor.
00030 : HxImgFtorKey(className) 00031 { 00032 HxStringList l; 00033 l << sig1Name << sig2Name; 00034 setArguments(l.begin(), l.end()); 00035 } |