  | 
  
    wxMaxima
    
   | 
 
 
 
 
   42   void SetIndex(std::unique_ptr<Cell> &&index);
 
   43   void SetExponent(std::unique_ptr<Cell> &&expt);
 
   44   void SetPreSub(std::unique_ptr<Cell> &&index);
 
   45   void SetPreSup(std::unique_ptr<Cell> &&index);
 
   46   void SetPostSub(std::unique_ptr<Cell> &&index);
 
   47   void SetPostSup(std::unique_ptr<Cell> &&index);
 
   51   void Draw(wxPoint point) 
override;
 
   55   wxString 
ToOMML() 
const override;
 
   57   wxString 
ToTeX() 
const override;
 
   58   wxString 
ToXML() 
const override;
 
   60   wxString GetDiffPart() 
const override;
 
   67   wxString m_altCopyText;
 
   71   std::vector<Cell *> m_scriptCells;
 
   76   std::unique_ptr<Cell> m_baseCell;
 
   77   std::unique_ptr<Cell> m_postSubCell;
 
   78   std::unique_ptr<Cell> m_postSupCell;
 
   79   std::unique_ptr<Cell> m_preSubCell;
 
   80   std::unique_ptr<Cell> m_preSupCell;
 
   91 #endif // SUBSUPCELL_H 
  
const wxString & GetAltCopyText() const override
Get the text set using SetAltCopyText - may be empty.
Definition: SubSupCell.h:63
 
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: SubSupCell.cpp:279
 
Cell * GetInnerCell(int index) const override
Definition: SubSupCell.h:40
 
void SetAltCopyText(const wxString &text) override
Definition: SubSupCell.h:62
 
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: SubSupCell.h:38
 
wxString ToOMML() const override
Definition: SubSupCell.cpp:371
 
Definition: FontAttribs.h:97
 
Definition: SubSupCell.h:30
 
Definition: Configuration.h:83
 
void Recalculate(AFontSize fontsize) override
Definition: SubSupCell.cpp:116
 
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: SubSupCell.cpp:324
 
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: SubSupCell.cpp:402
 
wxString ToString() const override
Returns the cell's representation as a string.
Definition: SubSupCell.cpp:217
 
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
 
Definition: GroupCell.h:68
 
std::unique_ptr< Cell > Copy(GroupCell *group) const override
 
A class that carries information about the type of a cell.
Definition: Cell.h:90
 
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: SubSupCell.cpp:245