Aspose.Tasks for C++
|
Represent a usage view in a project. More...
#include <UsageView.h>
Inherits Aspose::Tasks::View, and Aspose::Tasks::Visualization::ITimescaledView.
Inherited by Aspose::Tasks::ResourceUsageView, and Aspose::Tasks::TaskUsageView.
Public Member Functions | |
Visualization::HorizontalStringAlignment | get_AlignDetailsData () const |
Gets details data alignment. More... | |
void | set_AlignDetailsData (Visualization::HorizontalStringAlignment value) |
Sets details data alignment. More... | |
bool | get_DisplayDetailsHeaderColumn () const |
Gets a value indicating whether to display details header column in the view or not. More... | |
void | set_DisplayDetailsHeaderColumn (bool value) |
Sets a value indicating whether to display details header column in the view or not. More... | |
bool | get_DisplayShortDetailHeaderNames () const |
Gets a value indicating whether to display short detail header names or not. More... | |
void | set_DisplayShortDetailHeaderNames (bool value) |
Sets a value indicating whether to display short detail header names or not. More... | |
bool | get_RepeatDetailsHeaderOnAllRows () const |
Gets a value indicating whether to repeat details header on all assignment row or not. More... | |
void | set_RepeatDetailsHeaderOnAllRows (bool value) |
Sets a value indicating whether to repeat details header on all assignment row or not. More... | |
uint16_t | get_TimescaleSizePercentage () override |
void | set_TimescaleSizePercentage (uint16_t value) override |
System::SharedPtr< Visualization::TimescaleTier > | get_BottomTimescaleTier () override |
Gets settings of view's bottom timescale tier. TimescaleTier More... | |
void | set_BottomTimescaleTier (System::SharedPtr< Visualization::TimescaleTier > value) override |
Sets settings of view's bottom timescale tier. TimescaleTier More... | |
System::SharedPtr< Visualization::TimescaleTier > | get_MiddleTimescaleTier () override |
Gets settings of view's middle timescale tier. TimescaleTier. More... | |
void | set_MiddleTimescaleTier (System::SharedPtr< Visualization::TimescaleTier > value) override |
Sets settings of view's middle timescale tier. TimescaleTier. More... | |
System::SharedPtr< Visualization::TimescaleTier > | get_TopTimescaleTier () override |
Gets settings of view's top timescale tier. TimescaleTier. More... | |
void | set_TopTimescaleTier (System::SharedPtr< Visualization::TimescaleTier > value) override |
Sets settings of view's top timescale tier. TimescaleTier. More... | |
Public Member Functions inherited from Aspose::Tasks::View | |
System::SharedPtr< Aspose::Tasks::Filter > | get_Filter () |
Gets a filter used in a single view. More... | |
void | set_Filter (const System::SharedPtr< Aspose::Tasks::Filter > &value) |
Sets a filter used in a single view. More... | |
System::SharedPtr< Aspose::Tasks::Group > | get_Group () |
Gets a group of the single view. More... | |
void | set_Group (const System::SharedPtr< Aspose::Tasks::Group > &value) |
Sets a group of the single view. More... | |
int32_t | get_Uid () const |
Gets the unique identifier of a view. More... | |
bool | get_HighlightFilter () const |
Gets a value indicating whether Microsoft Project highlights the filter for a single view. More... | |
void | set_HighlightFilter (bool value) |
Sets a value indicating whether Microsoft Project highlights the filter for a single view. More... | |
System::String | get_Name () const |
Gets the name of a View object. More... | |
void | set_Name (const System::String &value) |
Sets the name of a View object. More... | |
ViewScreen | get_Screen () const |
Gets the screen type for the single view. Read-only ViewScreen. More... | |
const System::SharedPtr< Project > & | get_ParentProject () const |
Gets the parent of the View object. Read-only Project. More... | |
System::SharedPtr< Aspose::Tasks::Table > | get_Table () |
Gets a table of the single view. More... | |
void | set_Table (const System::SharedPtr< Aspose::Tasks::Table > &value) |
Sets a table of the single view. More... | |
ItemType | get_Type () const |
Gets the type of item in the single view, such as tasks or resources. Read-only ItemType. More... | |
bool | get_ShowInMenu () const |
Gets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon. More... | |
void | set_ShowInMenu (bool value) |
Sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon. More... | |
System::SharedPtr< Aspose::Tasks::Visualization::PageInfo > | get_PageInfo () const |
Gets an instance of the PageInfo class. Represents page setup data which is present in mpp file format. More... | |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Visualization::VisualObjectPlacement > > > | get_VisualObjectsPlacements () |
Gets a collection of objects representing placement and appearance of OleObject in the view. More... | |
View () | |
Initializes a new instance of the View class. More... | |
View (ViewScreen viewScreen) | |
Initializes a new instance of the View class. More... | |
bool | Equals (System::SharedPtr< System::Object > obj) override |
Returns a value indicating whether this instance is equal to a specified object. More... | |
int32_t | GetHashCode () const override |
Returns a hash code value for the instance of the Resource class. More... | |
int32_t | CompareTo (System::SharedPtr< View > other) override |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. More... | |
Represent a usage view in a project.
Visualization::HorizontalStringAlignment Aspose::Tasks::UsageView::get_AlignDetailsData | ( | ) | const |
Gets details data alignment.
|
override |
Gets settings of view's bottom timescale tier. TimescaleTier
bool Aspose::Tasks::UsageView::get_DisplayDetailsHeaderColumn | ( | ) | const |
Gets a value indicating whether to display details header column in the view or not.
bool Aspose::Tasks::UsageView::get_DisplayShortDetailHeaderNames | ( | ) | const |
Gets a value indicating whether to display short detail header names or not.
|
override |
Gets settings of view's middle timescale tier. TimescaleTier.
bool Aspose::Tasks::UsageView::get_RepeatDetailsHeaderOnAllRows | ( | ) | const |
Gets a value indicating whether to repeat details header on all assignment row or not.
|
override |
Gets settings of view's top timescale tier. TimescaleTier.
void Aspose::Tasks::UsageView::set_AlignDetailsData | ( | Visualization::HorizontalStringAlignment | value | ) |
Sets details data alignment.
|
override |
Sets settings of view's bottom timescale tier. TimescaleTier
void Aspose::Tasks::UsageView::set_DisplayDetailsHeaderColumn | ( | bool | value | ) |
Sets a value indicating whether to display details header column in the view or not.
void Aspose::Tasks::UsageView::set_DisplayShortDetailHeaderNames | ( | bool | value | ) |
Sets a value indicating whether to display short detail header names or not.
|
override |
Sets settings of view's middle timescale tier. TimescaleTier.
void Aspose::Tasks::UsageView::set_RepeatDetailsHeaderOnAllRows | ( | bool | value | ) |
Sets a value indicating whether to repeat details header on all assignment row or not.
|
override |
Sets settings of view's top timescale tier. TimescaleTier.