SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::gui::qt::BrowserHistoryEntry Class Reference

Detailed Description

BrowserHistory //////////////////////////////// Hold an history entry which include the .html file, the sofa scene file and the root directory. This was needed to implement the backward function of the doc browser as the internal one implemented in QTextBrowser was only capable of storing the .html file.

Public Attributes

std::string m_htmlfile
 
std::string m_scenefile
 
std::string m_rootdir
 

Public Member Functions

 BrowserHistoryEntry (const std::string &html, const std::string &scene, const std::string &rootdir)
 

Attribute details

◆ m_htmlfile

std::string sofa::gui::qt::BrowserHistoryEntry::m_htmlfile

◆ m_rootdir

std::string sofa::gui::qt::BrowserHistoryEntry::m_rootdir

◆ m_scenefile

std::string sofa::gui::qt::BrowserHistoryEntry::m_scenefile

Constructor details

◆ BrowserHistoryEntry()

sofa::gui::qt::BrowserHistoryEntry::BrowserHistoryEntry ( const std::string &  html,
const std::string &  scene,
const std::string &  rootdir 
)
inline