#include <category.hpp>
Public Member Functions | |
| Category () | |
| ~Category () | |
| void | setId (QString newId) |
| void | setColor (QColor newColor) |
| void | setDescription (QString description) |
| void | setName (QString newName) |
| void | setPosId (int newId) |
| int | posId () |
| QString | id () |
| QString | name () |
| QColor | color () |
| QString | description () |
Protected Attributes | |
| int | p_posId |
| QString | p_id |
| QString | p_name |
| QColor | p_color |
| QString | p_description |
Definition at line 26 of file category.hpp.
|
|
Default constructor Definition at line 17 of file category.cpp. |
|
|
Default destructor Definition at line 23 of file category.cpp. |
|
|
Definition at line 49 of file category.hpp. References p_color. Referenced by Proposition::setCategory(). |
|
|
Definition at line 50 of file category.hpp. References p_description. |
|
|
Definition at line 47 of file category.hpp. References p_id. Referenced by Proposition::category(). |
|
|
Definition at line 48 of file category.hpp. References p_name. Referenced by Cat::endElement(), and GraphML::loadCat(). |
|
|
Definition at line 46 of file category.hpp. References p_posId. Referenced by PropositionGraph::setPropositionSelected(). |
|
|
Definition at line 48 of file category.cpp. References p_color. Referenced by Cat::endElement(), and GraphML::loadCat(). |
|
|
Definition at line 43 of file category.cpp. References p_description. Referenced by Cat::endElement(), and GraphML::loadCat(). |
|
|
Definition at line 28 of file category.cpp. References p_id. Referenced by Cat::endElement(), and GraphML::loadCat(). |
|
|
Definition at line 38 of file category.cpp. References p_name. Referenced by Cat::endElement(), and GraphML::loadCat(). |
|
|
Definition at line 33 of file category.cpp. References p_posId. |
|
|
Color of the category (proposition border color) Definition at line 68 of file category.hpp. Referenced by color(), and setColor(). |
|
|
Public description of the category Definition at line 72 of file category.hpp. Referenced by description(), and setDescription(). |
|
|
Internal, unique and immutable category id Definition at line 60 of file category.hpp. |
|
|
Public name of the category Definition at line 64 of file category.hpp. |
|
|
Position of category in the Category combo Box Definition at line 56 of file category.hpp. Referenced by posId(), and setPosId(). |