| Doxygen
    | 
Class representing a LaTeX formula as found in the documentation. More...
#include <src/formula.h>
| Public Member Functions | |
| Formula (const QCString &text, int id, int width=-1, int height=-1) | |
| int | width () const | 
| int | height () const | 
| int | id () const | 
| QCString | text () const | 
| bool | isCached () const | 
| bool | isCachedDark () const | 
| void | setWidth (int width) | 
| void | setHeight (int height) | 
| Private Member Functions | |
| void | setCached (bool cached) | 
| void | setCachedDark (bool cached) | 
| Private Attributes | |
| QCString | m_text | 
| int | m_id | 
| int | m_width | 
| int | m_height | 
| bool | m_cached = false | 
| bool | m_cachedDark = false | 
| bool | m_forceRegen = false | 
| Friends | |
| class | FormulaManager | 
Class representing a LaTeX formula as found in the documentation.
| 
 | inline | 
| 
 | inline | 
Definition at line 35 of file formula.h.
References m_height.
Referenced by Formula(), HtmlDocVisitor::operator()(), and setHeight().
| 
 | inline | 
Definition at line 36 of file formula.h.
References m_id.
Referenced by FormulaManager::addFormula(), Formula(), and FormulaManager::initFromRepository().
| 
 | inline | 
| 
 | inline | 
| 
 | inlineprivate | 
Definition at line 45 of file formula.h.
References m_cached, and m_forceRegen.
Referenced by FormulaManager::initFromRepository().
| 
 | inlineprivate | 
Definition at line 46 of file formula.h.
References m_cachedDark, and m_forceRegen.
Referenced by FormulaManager::initFromRepository().
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Definition at line 37 of file formula.h.
References m_text.
Referenced by DocFormula::DocFormula(), Formula(), and FormulaManager::initFromRepository().
| 
 | inline | 
Definition at line 34 of file formula.h.
References m_width.
Referenced by Formula(), HtmlDocVisitor::operator()(), and setWidth().
| 
 | friend | 
| 
 | private | 
Definition at line 52 of file formula.h.
Referenced by isCached(), isCachedDark(), and setCached().
| 
 | private | 
Definition at line 53 of file formula.h.
Referenced by setCachedDark().
| 
 | private | 
Definition at line 54 of file formula.h.
Referenced by isCached(), isCachedDark(), setCached(), and setCachedDark().
| 
 | private | 
Definition at line 51 of file formula.h.
Referenced by Formula(), height(), and setHeight().
| 
 | private | 
| 
 | private | 
| 
 | private | 
Definition at line 50 of file formula.h.
Referenced by Formula(), setWidth(), and width().