SOFA API  3ea83cbd
Open source framework for multi-physics simuation
sofa::gui::qt::BrowserHistory Class Reference

Public Attributes

std::vector< BrowserHistoryEntrym_history
 

Public Member Functions

void push (const std::string &html, const std::string &scene, const std::string &rootdir)
 
BrowserHistoryEntry current ()
 
BrowserHistoryEntry pop ()
 
int size ()
 

Attribute details

◆ m_history

std::vector<BrowserHistoryEntry> sofa::gui::qt::BrowserHistory::m_history

Function details

◆ current()

BrowserHistoryEntry sofa::gui::qt::BrowserHistory::current ( )

◆ pop()

BrowserHistoryEntry sofa::gui::qt::BrowserHistory::pop ( )

◆ push()

void sofa::gui::qt::BrowserHistory::push ( const std::string &  html,
const std::string &  scene,
const std::string &  rootdir 
)

◆ size()

int sofa::gui::qt::BrowserHistory::size ( void  )