Package tico.editor.actions

Package with the editor actions.

See:
          Description

Class Summary
TAddGridCellAction Action wich adds a new grid cell in a grid asking its position.
TAddGridColumnAction Action wich adds a new full grid cells column to a grid of the previous last column length.
TAddGridRowAction Action wich adds a new full grid cells row to a grid of the previous last row length.
TAdjustHorizontalGapAction Action wich distributes horizontally all the editor's current selected components.
TAdjustVerticalGapAction Action wich distributes vertically all the editor's current selected components.
TAlignBottomAction Action wich align the bottom of all the editor's current selected components.
TAlignCenterHorizontalAction Action wich align the horizontal central edge of all the editor's current selected components.
TAlignCenterVerticalAction Action wich align the vertical central edge of all the editor's current selected components.
TAlignLeftAction Action wich align the left side of all the editor's current selected components.
TAlignRightAction Action wich align the right side of all the editor's current selected components.
TAlignTopAction Action wich align the top of all the editor's current selected components.
TBackAction Action wich sends to back all the current editor's selected components.
TBoardAbstractAction An abstract TBoard action.
TBoardDeleteAction Action wich deletes the editor selected board.
TBoardExportAction Action wich exports to file the editor selected board.
TBoardExportImageAction Action wich exports to image the editor selected board using the specified image file format.
TBoardNewAction Action wich adds a new board for the editor project.
TBoardPropertiesAction Action which opens the board properties dialog.
TChangeGridOrderAction Action wich changes the order of a grid.
TComponentDialogAction Action wich opens a components properties dialog.
TCopyAction Action wich copies the editor selected components into the clipboard.
TCutAction Action wich cuts the editor selected components into the clipboard.
TDeleteAction Action which deletes the editor selected components.
TDeleteGridCellAction Action wich deletes the selected grid cell from a grid.
TEditorAboutAction Action wich opens the editor about dialog.
TEditorAbstractAction An abstract TEditor action.
TEditorExitAction Action which exists from the editor application.
TEditorPreferencesAction Action wich opens the editor preferences dialog.
TExtractGridCellAction Action wich deletes the specified grid cell from the grid and creates a new cell with the same attributes.
TFitHeightAction Action wich sets the same height to all the selected components.
TFitWidthAction Action wich sets the same width to all the selected components.
TFrontAction Action wich sends to front all the current editor's selected components.
THandlerCellAction Action wich sets TCellMarqueeHandler as the selected board marque handler.
THandlerControllerCellAction Action wich sets TCellMarqueeHandler as the selected board marque handler.
THandlerGridAction Action wich sets TGridMarqueeHandler as the selected board marque handler.
THandlerLabelAction Action wich sets TLabelMarqueeHandler as the selected board marque handler.
THandlerLineAction Action wich sets TLineMarqueeHandler as the selected board marque handler.
THandlerOvalAction Action wich sets TOvalMarqueeHandler as the selected board marque handler.
THandlerRectangleAction Action wich sets TRectangleMarqueeHandler as the selected board marque handler.
THandlerRoundRectAction Action wich sets TRoundRectMarqueeHandler as the selected board marque handler.
THandlerSelectionAction Action wich sets TSelectionMarqueeHandler as the selected board marque handler.
THandlerTextAreaAction Action wich sets TTextAreaMarqueeHandler as the selected board marque handler.
THideToolBarAction Action wich shows or hides the specified tool bar.
TInsertGridCellAction Action wich inserts a grid cell into a grid.
TPasteAction Action wich pastes the clipboard contantes into the editor selected board.
TProjectExitAction DOCDO Add type documentation
TProjectImportAction Action wich imports a project from a file to the current editor project.
TProjectNewAction Action wich creates a new project and sets it to the editor.
TProjectOpenAction Action wich opens a project from a file and set it to the editor.
TProjectPrintAction Action wich prints the current editor project.
TProjectPropertiesAction Action wich opens the current editor project properties dialog.
TProjectSaveAction Action wich saves the current editor project into a file.
TProjectSaveAsAction Action which saves the current editor project into a file with the specified name.
TRedoAction Action wich redoes the last undone current editor board edit.
TReorderGridAction Action wich reorder all the selected grid cells positions and sizes making all the cells have the same size of the first cell and making equal its distances with the prvious one.
TSelectAllAction Action wich selects all the components of the current editing board.
TSoundSave  
TUndoAction Action wich undoes the last current editor board edit.
 

Package tico.editor.actions Description

Package with the editor actions.