Home
last modified time | relevance | path

Searched refs:loadFile (Results 1 – 20 of 20) sorted by relevance

/glogg/glogg/src/
H A Dexternalcom.h
H A Ddbusexternalcom.cpp
H A Ddbusexternalcom.h
H A Dgloggapp.cpp
H A Dgloggapp.h
H A Dsocketexternalcom.cpp
H A Dsocketexternalcom.h
H A Dmainwindow.cpp
H A Dmainwindow.h
H A Dmain.cpp
/glogg/src/
H A Dexternalcom.h38 virtual void loadFile( const QString& file_name ) const = 0;
60 void loadFile( const QString& file_name );
H A Ddbusexternalcom.cpp40 this, SIGNAL( loadFile( const QString& ) ) ); in DBusExternalCommunicator()
78 void DBusInterfaceExternalCommunicator::loadFile( const QString& file_name ) in loadFile() function in DBusInterfaceExternalCommunicator
95 void DBusExternalInstance::loadFile( const QString& file_name ) const in loadFile() function in DBusExternalInstance
H A Ddbusexternalcom.h35 virtual void loadFile( const QString& file_name ) const;
51 void loadFile( const QString& file_name );
H A Dgloggapp.cpp29 emit loadFile( openEvent->file() ); in event() local
H A Dgloggapp.h34 void loadFile( const QString& file_name );
H A Dsocketexternalcom.cpp58 void SocketExternalInstance::loadFile(const QString &file_name) const in loadFile() function in SocketExternalInstance
136 emit loadFile(QString::fromUtf8(data)); in onConnection() local
H A Dsocketexternalcom.h14 void loadFile( const QString& file_name ) const override;
H A Dmainwindow.cpp157 connect( externalCommunicator_.get(), SIGNAL( loadFile( const QString& ) ), in MainWindow()
159 connect( qApp, SIGNAL( loadFile( const QString& ) ), in MainWindow()
216 loadFile( fileName ); in loadInitialFile()
455 loadFile(fileName); in open()
463 loadFile(action->data().toString()); in openRecentFile()
725 loadFile( file_name ); in loadFileNonInteractive()
791 loadFile( fileName ); in dropEvent()
822 bool MainWindow::loadFile( const QString& fileName ) in loadFile() function in MainWindow
H A Dmainwindow.h149 bool loadFile( const QString& fileName );
H A Dmain.cpp206 externalInstance->loadFile( QString::fromStdString( filename ) ); in main()