#ifndef PB_ASCRGBEXPORTER_H #define PB_ASCRGBEXPORTER_H #include "ct_exporter/abstract/ct_abstractexporterpointattributesselection.h" #include "ct_view/itemdrawable/ct_itemdrawablehierarchycollectionwidget.h" #include "ct_tools/attributes/ct_attributestocloudworkert.h" #include "ct_tools/itemdrawable/ct_itemdrawablecollectionbuildert.h" #include "ct_itemdrawable/abstract/ct_abstractpointsattributes.h" class PB_ASCRGBExporter : public CT_AbstractExporterPointAttributesSelection { Q_OBJECT public: PB_ASCRGBExporter(); ~PB_ASCRGBExporter(); virtual QString getExporterCustomName() const; CT_StepsMenu::LevelPredefined getExporterSubMenuName() const; void init(); bool setItemDrawableToExport(const QList &list); virtual CT_AbstractExporter* copy() const; protected: bool protectedExportToFile(); }; #endif // PB_ASCRGBEXPORTER_H