Home
last modified time | relevance | path

Searched refs:Session (Results 1 – 12 of 12) sorted by relevance

/glogg/glogg/src/
H A Dsession.cpp
H A Dsession.h
H A Dmainwindow.h
H A Dmain.cpp
H A Dmainwindow.cpp
/glogg/src/
H A Dsession.cpp35 Session::Session() in Session() function in Session
46 Session::~Session() in ~Session()
51 ViewInterface* Session::getViewIfOpen( const std::string& file_name ) const in getViewIfOpen()
63 ViewInterface* Session::open( const std::string& file_name, in open()
79 void Session::close( const ViewInterface* view ) in close()
84 void Session::save( std::vector< in save()
115 std::vector<std::pair<std::string, ViewInterface*>> Session::restore( in restore()
139 void Session::storedGeometry( QByteArray* geometry ) const in storedGeometry()
148 std::string Session::getFilename( const ViewInterface* view ) const in getFilename()
157 void Session::getFileInfo( const ViewInterface* view, uint64_t* fileSize, in getFileInfo()
[all …]
H A Dsession.h48 class Session {
50 Session();
51 ~Session();
54 Session( const Session& ) = delete;
55 Session& operator =( const Session& ) = delete;
H A Dmainwindow.h40 class Session; variable
54 MainWindow( std::unique_ptr<Session> session,
158 std::unique_ptr<Session> session_;
H A Dmain.cpp254 std::unique_ptr<Session> session( new Session() ); in main()
H A Dmainwindow.cpp57 MainWindow::MainWindow( std::unique_ptr<Session> session, in MainWindow()
/glogg/glogg/
H A Dglogg.desktop
/glogg/
H A Dglogg.desktop11 Actions=Session;NewInstance;
13 [Desktop Action Session]
15 Name=Open With Previous Session