OpenMS
ListTable Class Reference

#include <OpenMS/VISUAL/ListEditor.h>

Inheritance diagram for ListTable:
[legend]
Collaboration diagram for ListTable:
[legend]

Public Slots

void createNewRow ()
 
void removeCurrentRow ()
 

Public Member Functions

 ListTable (QWidget *parent=nullptr)
 
StringList getList ()
 
void setList (const StringList &list, ListEditor::Type type)
 

Private Attributes

ListEditor::Type type_
 List type. More...
 
StringList list_
 

Constructor & Destructor Documentation

◆ ListTable()

ListTable ( QWidget parent = nullptr)

Member Function Documentation

◆ createNewRow

void createNewRow ( )
slot

◆ getList()

StringList getList ( )

◆ removeCurrentRow

void removeCurrentRow ( )
slot

◆ setList()

void setList ( const StringList list,
ListEditor::Type  type 
)

Member Data Documentation

◆ list_

StringList list_
private

◆ type_

ListEditor::Type type_
private

List type.