Workspace 6.21.5
Public Slots | Public Member Functions | List of all members
GlobalsDiffTreeView Class Reference

View of a GlobalsDiffModel showing global name elements from each side-by-side.

#include <Tools/GlobalsComparison/Application/Widgets/globalsdifftreeview.h>

Inherits QTreeView.

Public Slots

void onCompareStringsTriggered ()
 
void onCopyDataTriggered ()
 
void onShowEditorColumns (int state)
 
void showContextMenu (const QPoint &point)
 

Public Member Functions

 GlobalsDiffTreeView (QWidget *parent=Q_NULLPTR)
 
void copyScalarValue (const QModelIndex index, bool leftToRight)
 
QMenu * createContextMenu (const QModelIndex &index, QWidget *parent) const
 
void expandParentsRecursively (const QModelIndex &index)
 
void updateColours ()
 

Constructor & Destructor Documentation

◆ GlobalsDiffTreeView()

GlobalsDiffTreeView ( QWidget *  parent = Q_NULLPTR)

Member Function Documentation

◆ copyScalarValue()

void copyScalarValue ( const QModelIndex  index,
bool  leftToRight 
)

◆ createContextMenu()

QMenu * createContextMenu ( const QModelIndex &  index,
QWidget *  parent 
) const

◆ expandParentsRecursively()

void expandParentsRecursively ( const QModelIndex &  index)

◆ onCompareStringsTriggered

void onCompareStringsTriggered ( )
slot

◆ onCopyDataTriggered

void onCopyDataTriggered ( )
slot

◆ onShowEditorColumns

void onShowEditorColumns ( int  state)
slot

◆ showContextMenu

void showContextMenu ( const QPoint &  point)
slot

◆ updateColours()

void updateColours ( )