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