VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Protected Slots | List of all members
VICI::VEditList Class Reference

Builds on QListWidget to provide better editing ability. More...

#include <vici/libgui.h>

Inheritance diagram for VICI::VEditList:

Public Member Functions

 VEditList (QWidget *parent=0)
 Constructor.
 
void append (const std::vector< std::string > &)
 Add list of strings.
 
std::vector< std::string > getVals () const
 Get the rows as std::strings.
 

Protected Slots

virtual void addBlank (QListWidgetItem *)
 Add a blank row at the end.
 
virtual void changed (QListWidgetItem *it, QListWidgetItem *)
 Called if a row has been changed.
 

Detailed Description

Builds on QListWidget to provide better editing ability.

This class provides a list widget where the entries can be edited or moved using drag-n-drop.


The documentation for this class was generated from the following files: