Basic implementation of the IPackageForm interface. We suggest to use it as a base class for your package forms.
You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.
class CPackageForm :public virtual IPackageForm, public CPackageEntity
{
public:
CPackageForm(
IPackage *package, // Package to which the entity belongs
const String &ns); // Namespace to which the entity belongs
};
Namespace: | nitisa |
Include: | Nitisa/Core/PackageForm.h |