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

Creates a list of checkable items from every child of the "set" item that represents a scalar input. More...

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

Inherits QDialog.

Public Slots

void accept () override
 

Public Member Functions

 CopySelectorWidget (const GlobalsDiffModel &model, const QString &identifier, bool leftToRight, QWidget *parent)
 
void setItem (GlobalsDiffModelItem *item)
 

Public Attributes

QList< QModelIndex > selection_
 

Detailed Description

This means that the user can choose to copy only a subset of the child items

Constructor & Destructor Documentation

◆ CopySelectorWidget()

CopySelectorWidget ( const GlobalsDiffModel model,
const QString &  identifier,
bool  leftToRight,
QWidget *  parent 
)

Member Function Documentation

◆ accept

void accept ( )
overrideslot

◆ setItem()

void setItem ( GlobalsDiffModelItem item)

Member Data Documentation

◆ selection_

QList<QModelIndex> selection_