#include <vectorlist.h>
Public Member Functions | |
| VectorList () | |
| ~VectorList () | |
Public Attributes | |
| Gtk::TreeModelColumn< Glib::ustring > | name |
| Holds the name. | |
| Gtk::TreeModelColumn< Glib::ustring > | values |
| Holds the components in the form "[x,y,z]". | |
| Gtk::TreeModelColumn< GVectors::gvid_t > | vector_id |
| Hidden column holding the vector store id of the vector. | |
| VectorList::VectorList | ( | ) |
| VectorList::~VectorList | ( | ) |
| Gtk::TreeModelColumn<Glib::ustring> VectorList::name |
Holds the name.
| Gtk::TreeModelColumn<Glib::ustring> VectorList::values |
Holds the components in the form "[x,y,z]".
| Gtk::TreeModelColumn<GVectors::gvid_t> VectorList::vector_id |
Hidden column holding the vector store id of the vector.
1.4.7