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