#include <vector>
#include "command.h"
#include "factory.h"
#include "cellcursor.h"
#include "document.h"
#include "application.h"
Namespaces | |
namespace | IAEX |
Classes | |
class | IAEX::AddCellCommand |
Command for adding a new cell to the cellstructure. More... | |
class | IAEX::CreateNewCellCommand |
Command for creating a new cell. More... | |
class | IAEX::CopySelectedCellsCommand |
copy a cell. Adds a copy of the cell on the pasteboard. More... | |
class | IAEX::DeleteSelectedCellsCommand |
class | IAEX::ChangeStyleOnSelectedCellsCommand |
Changes style on selected cells. More... | |
class | IAEX::MakeGroupCellCommand |
class | IAEX::UngroupCellCommand |
Ungroup the cell. More... | |
class | IAEX::SplitCellCommand |
Split the cell. More... |