]> git.cworth.org Git - vogl/blobdiff - src/vogleditor/vogleditor_apicalltreeitem.h
UI: Improve processing time of vogleditor_apicalltreeitem by pre-calculating the...
[vogl] / src / vogleditor / vogleditor_apicalltreeitem.h
index 2f94f9b209a8ff0c05e0014b62a417eb8bb3bfb7..b76b0e1aae524c3533e960ea5c77f954c3702356 100644 (file)
@@ -40,6 +40,7 @@ enum VOGL_API_CALL_TREE_COLUMN
 {
     VOGL_ACTC_APICALL,
     VOGL_ACTC_INDEX,
+    VOGL_ACTC_GLCONTEXT,
     VOGL_ACTC_FLAGS,
 //    VOGL_ACTC_BEGINTIME,
 //    VOGL_ACTC_ENDTIME,
@@ -92,6 +93,7 @@ private:
    vogleditor_apiCallItem* m_pApiCallItem;
    vogleditor_frameItem* m_pFrameItem;
    vogleditor_QApiCallTreeModel* m_pModel;
+   int m_localRowIndex;
 };
 
 #endif // VOGLEDITOR_APICALLTREEITEM_H