The Formula
Class Reference
Class representing a LaTeX formula as found in the documentation. More...
Declaration
class Formula { ... }
Friends Index
Public Constructors Index
| Formula (const QCString &text, int id, int width=-1, int height=-1) |
|
|
|
Public Member Functions Index
Private Member Functions Index
Private Member Attributes Index
Description
Class representing a LaTeX formula as found in the documentation.
Definition at line 28 of file formula.h.
Public Constructors
Formula()
Formula::Formula (const QCString & text, int id, int width=-1, int height=-1) |
|
inline
|
Public Member Functions
height()
id()
isCached()
bool Formula::isCached () |
|
inline
|
isCachedDark()
bool Formula::isCachedDark () |
|
inline
|
setHeight()
void Formula::setHeight (int height) |
|
inline
|
setWidth()
void Formula::setWidth (int width) |
|
inline
|
text()
QCString Formula::text () |
|
inline
|
width()
Private Member Functions
setCached()
void Formula::setCached (bool cached) |
|
inline
|
setCachedDark()
void Formula::setCachedDark (bool cached) |
|
inline
|
Private Member Attributes
m_cached
bool Formula::m_cached = false |
|
m_cachedDark
bool Formula::m_cachedDark = false |
|
m_forceRegen
bool Formula::m_forceRegen = false |
|
m_height
m_id
m_text
m_width
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.