#include <ColourTableList.h>
Public Slots | |
void | editSelected () |
void | deleteSelected () |
void | add () |
Public Member Functions | |
ColourTableList (QWidget *parent=0) | |
virtual | ~ColourTableList () |
void | getColourTables (ColourTablePalette &) const |
void | setColourTables (const ColourTablePalette &) |
void | startEditor (const QModelIndex &) |
Protected Attributes | |
ColourTablePalette | palette |
ColourTableList::ColourTableList | ( | QWidget * | parent = 0 |
) |
virtual ColourTableList::~ColourTableList | ( | ) | [inline, virtual] |
void ColourTableList::add | ( | ) | [slot] |
void ColourTableList::deleteSelected | ( | ) | [slot] |
void ColourTableList::editSelected | ( | ) | [slot] |
void ColourTableList::getColourTables | ( | ColourTablePalette & | palette | ) | const |
void ColourTableList::setColourTables | ( | const ColourTablePalette & | palette | ) |
void ColourTableList::startEditor | ( | const QModelIndex & | index | ) |
ColourTablePalette ColourTableList::palette [protected] |