wxMaxima
Macros | Functions
GroupCell.cpp File Reference

This file defines the class GroupCell. More...

#include "../precomp.h"
#include <string>
#include <memory>
#include <utility>
#include "GroupCell.h"
#include "AnimationCell.h"
#include "CellImpl.h"
#include "CellList.h"
#include "CellPointers.h"
#include "ImgCell.h"
#include "LabelCell.h"
#include "MarkDown.h"
#include "TextCell.h"
#include "stx/unique_cast.hpp"
#include <wx/clipbrd.h>
#include <wx/log.h>
#include <wx/string.h>
#include <wx/config.h>
#include <clocale>
Include dependency graph for GroupCell.cpp:

Macros

#define EMPTY_INPUT_LABEL   wxS(" --> ")
 

Functions

std::ostream & operator<< (std::ostream &out, const GroupType grouptype)
 Allow Standard c++ streams to print out our enum values as text.
 

Detailed Description

This file defines the class GroupCell.

GroupCell is the Cell type that bundles user input with eventual images or output from maxima that belongs to it.