| 
    wxMaxima
    
   | 
 
This file defines the class GroupCell that bundles input and output in the worksheet. More...
#include <utility>#include <memory>#include "Cell.h"#include "EditorCell.h"#include <unordered_map>Go to the source code of this file.
Data Structures | |
| class | GroupCell | 
| A cell grouping input (and, if there is one, also the output) cell to a foldable item.  More... | |
Enumerations | |
| enum | GroupType : int8_t {  GC_TYPE_INVALID = -1 , GC_TYPE_CODE = 0 , GC_TYPE_TITLE , GC_TYPE_SECTION , GC_TYPE_SUBSECTION , GC_TYPE_SUBSUBSECTION , GC_TYPE_HEADING5 , GC_TYPE_HEADING6 , GC_TYPE_TEXT , GC_TYPE_IMAGE , GC_TYPE_PAGEBREAK }  | 
| All types a GroupCell can be of.  | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const GroupType grouptype) | 
| Allow Standard c++ streams to print out our enum values as text.  | |
This file defines the class GroupCell that bundles input and output in the worksheet.