8 #include <system/string.h>
11 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
18 namespace RiskAnalysis
22 template <
typename,
typename>
class KeyValueViewColumn;
23 class PercentileViewColumn;
38 namespace Visualization
40 template <
typename>
class ApsBaseChartBuilder;
41 class ApsResourceUsageBuilder;
42 class ApsTableBuilder;
43 class ApsTaskUsageBuilder;
44 class ApsUsageBuilderRowLayoutCalculator;
45 class AssignmentViewColumn;
46 class GanttChartColumn;
47 enum class HorizontalStringAlignment;
48 class ITextStyleModificationCallback;
49 class ResourceViewColumn;
50 class RowLayoutCalculator;
51 class UsageViewDetailsColumn;
60 namespace Visualization {
65 class ASPOSE_TASKS_SHARED_CLASS
ViewColumn :
public System::Object
68 typedef System::Object BaseType;
70 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
71 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
73 friend class Aspose::Tasks::Saving::Excel::OpenXML::XlsxWriter;
74 friend class RowLayoutCalculator;
75 friend class Aspose::Tasks::Saving::CsvWriter;
76 friend class UsageViewDetailsColumn;
77 friend class Aspose::Tasks::RiskAnalysis::Reporting::PercentileViewColumn;
80 friend class ApsTaskUsageBuilder;
81 friend class Aspose::Tasks::Saving::SSWriter;
82 template<
typename FT0,
typename FT1>
friend class Aspose::Tasks::RiskAnalysis::Reporting::KeyValueViewColumn;
83 friend class ApsResourceUsageBuilder;
84 template<
typename FT0>
friend class ApsBaseChartBuilder;
85 friend class ApsTableBuilder;
87 friend class ApsUsageBuilderRowLayoutCalculator;
95 ASPOSE_TASKS_SHARED_API
virtual Aspose::Tasks::Field
get_Field() = 0;
100 ASPOSE_TASKS_SHARED_API
virtual void set_Field(Aspose::Tasks::Field value) = 0;
104 ASPOSE_TASKS_SHARED_API System::String
get_Name()
const;
131 ASPOSE_TASKS_SHARED_API
bool get_IsUsageDetail()
const;
135 ASPOSE_TASKS_SHARED_API
void set_IsUsageDetail(
bool value);
142 ASPOSE_TASKS_SHARED_API
ViewColumn(
const System::String& name, int32_t width);
149 ASPOSE_TASKS_SHARED_API
virtual System::String GetText(System::SharedPtr<System::Object> o) = 0;
150 #ifdef ASPOSE_GET_SHARED_MEMBERS
151 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
159 HorizontalStringAlignment pr_StringAlignment;
160 System::SharedPtr<ITextStyleModificationCallback> pr_TextStyleModificationCallback;
161 bool pr_IsUsageDetail;
163 System::String get_DebuggerDisplay();
Project's view class.
Definition: AssignmentViewColumn.h:43
Project's view class
Definition: GanttChartColumn.h:42
Project's view class used in ResourceUsage view and ResourceSheet view.
Definition: ResourceViewColumn.h:42
Represents a column in a project view.
Definition: ViewColumn.h:66
int32_t get_Width() const
Gets the column width.
const System::SharedPtr< ITextStyleModificationCallback > & get_TextStyleModificationCallback() const
Gets the callback which can be used to customize the appearance of the column's cells.
void set_StringAlignment(HorizontalStringAlignment value)
Sets alignment of the text (can be one of the values of the HorizontalStringAlignment enumeration).
void set_TextStyleModificationCallback(const System::SharedPtr< ITextStyleModificationCallback > &value)
Sets the callback which can be used to customize the appearance of the column's cells.
virtual Aspose::Tasks::Field get_Field()=0
Gets column field. Field.
HorizontalStringAlignment get_StringAlignment() const
Gets alignment of the text (can be one of the values of the HorizontalStringAlignment enumeration).
virtual void set_Field(Aspose::Tasks::Field value)=0
Sets column field. Field.
System::String get_Name() const
Gets the column name.
Aspose.
Definition: Asn.h:13