X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=src%2Fvogleditor%2Fvogleditor.h;fp=src%2Fvogleditor%2Fvogleditor.h;h=647877eb9e539209732258850c131ca8d97c5ca3;hb=dfeddddb1c5b2e4973bc9160dd6f8f8657b76b8b;hp=ced6b2d0b6de838e144fbb99f2e12539c5b3ca25;hpb=6b82ad0021cc8f833b47f346b089088d09de4a9a;p=vogl diff --git a/src/vogleditor/vogleditor.h b/src/vogleditor/vogleditor.h index ced6b2d..647877e 100644 --- a/src/vogleditor/vogleditor.h +++ b/src/vogleditor/vogleditor.h @@ -87,7 +87,7 @@ private slots: void on_actionE_xit_triggered(); void on_actionExport_API_Calls_triggered(); - void on_treeView_currentChanged(const QModelIndex & current, const QModelIndex & previous); + void slot_treeView_currentChanged(const QModelIndex & current, const QModelIndex & previous); void on_treeView_clicked(const QModelIndex& index); @@ -106,7 +106,7 @@ private slots: void on_prevDrawcallButton_clicked(); void on_nextDrawcallButton_clicked(); - void on_program_edited(vogl_program_state* pNewProgramState); + void slot_program_edited(vogl_program_state* pNewProgramState); void on_actionSave_Session_triggered(); @@ -114,6 +114,9 @@ private slots: void on_searchTextBox_returnPressed(); + void slot_readReplayStandardOutput(); + void slot_readReplayStandardError(); + private: Ui::VoglEditor* ui; @@ -146,7 +149,6 @@ private: bool save_snapshot_to_disk(vogl_gl_state_snapshot* pSnapshot, dynamic_string filename, vogl_blob_manager *pBlob_manager); QString m_openFilename; - QLabel* m_pStatusLabel; vogleditor_QFramebufferExplorer* m_pFramebufferExplorer; vogleditor_QTextureExplorer* m_pTextureExplorer; vogleditor_QTextureExplorer* m_pRenderbufferExplorer;