|
Class Summary |
| ActionGroups |
ActionGroups holds all standard group names |
| ActionHandler |
ActionHandler is the mediator between data model and UI actions. |
| AddFeatureAction |
AddFeatureAction adds a child feature to a selected feature |
| AddNumericFeatureAction |
AddFeatureAction adds a child feature to a selected feature |
| AttachFilesAction |
AttachFilesAction is an action to attach files to a feature |
| BaseAction |
BaseAction is the base class of all actions. |
| CloneAction |
Clones selected item |
| CompileAction |
Compiles one or more products |
| CreateMany2OneRelationAction |
CreateMany2OneRelationAction connects two or more projects in a way, that the last item in the selection receives
incoming relations from all previous items in the selection. |
| CreateRelationAction |
CreateRelationAction connects two or more projects together. |
| DecDurationAction |
DecDurationAction increases the duration of a project by one month |
| DecDurationQAction |
DecDurationQAction increases the duration of a project by 3 months |
| DeleteAction |
Deletes selected item(s) |
| DeleteRelationAction |
DeleteRelationAction disconnects related projects. |
| FeatureAction |
FeatureAction is the abstract base class for feature actions. |
| FileAction |
Base class for all file based actions |
| FileFilters |
Holds the most popular file filters (*.*, xml, txt, ...) |
| FixAllTimingsAction |
FixAllTimingAction moves a projects in a way, that no project start earlier than it's preceding projects. |
| FixTimingAction |
FixTimingAction moves a projects in a way, that no project start earlier than it's preceding projects. |
| IncDurationAction |
Increases project duration by one month. |
| IncDurationQAction |
Increases project duration by 3 months. |
| InvertSelectionAction |
Action to invert selection in a view |
| ItemAction |
ItemAction is the base class for all item action (actions operating on AbstractItem's) |
| ItemPropertiesAction |
Shows a property dialog for a selected item. |
| MoveDownAction |
Moves project one row down |
| MoveLeftAction |
Makes a project start one month earlier |
| MoveLeftQAction |
Makes a project start 3 months earlier |
| MoveLeftYAction |
Makes a project start one year earlier |
| MoveRightAction |
Makes a project start one month later |
| MoveRightQAction |
Makes a project start 3 months later |
| MoveRightYAction |
MoveRightYAction postpones a project by one year |
| MoveUpAction |
Moves project one row up |
| NarrowAction |
NarrowAction causes the view to be smaller (regarding width, not height), if the selected view is able to handle this |
| NewAction |
Creates a new document, all existing projects are dropped. |
| NewCoreAssetAction |
Inserts a new asset |
| NewProductAction |
Inserts a new product |
| OpenAction |
Opens a file |
| OptionsAction |
Shows option dialog. |
| PrintAction |
Prints the content of the current view |
| ProjectAction |
ProjectAction is the base class for all actions working on a single project item, normally to change project
properties. |
| QuitAction |
Quits application. |
| RemoveFeatureAction |
RemoveFeatureAction removes a eature to a selected feature |
| SaveAction |
Action to save a file. |
| SaveAsAction |
Action to save a file. |
| SelectAllAction |
Action to select all items in a view |
| SelectDirectoryAction |
Action to select a directory |
| ToggleAlternativeAction |
ToggleOptionalAction is an action to toggle the optional flag of a feature. |
| ToggleDefaultAction |
ToggleOptionalAction is an action to toggle the optional flag of a feature. |
| ToggleOptionalAction |
ToggleOptionalAction is an action to toggle the optional flag of a feature. |
| UndoAction |
Performs an undo. |
| UnselectAllAction |
Action to unselect all items in a view |
| ViewAction |
ViewAction is the base class for all view actions |
| WidenAction |
WidenAction causes the view to be wider (regarding width, not height), if the selected view is able to handle this |
| ZoomInAction |
ZoomInAction zooms the current view, if possible. |
| ZoomOutAction |
ZoomOutAction unzooms the slected view, if possible |