#include <node.hpp>
Inherited by Proposition.
Inheritance diagram for Node:


Public Member Functions | |
| Node (QWidget *parent, const char *name=0, WFlags f=0) | |
| ~Node () | |
| QString | publicName () const |
| QString | description () const |
| float | trust () const |
| bool | changed () const |
| void | setPublicName (QString nome) |
| void | setDescription (QString descricao) |
| void | setTrust (float confianca) |
| void | setChanged (bool alterado) |
| Edge * | getNode (QString dest) |
Public Attributes | |
| EdgeList * | incoming |
| get a edge that links this node with the destination node. | |
| EdgeList * | outgoing |
| The edges for which this node is the target. | |
| QPoint | center |
| The edges for which this node is the source. | |
Protected Member Functions | |
| void | init () |
Protected Attributes | |
| QString | p_name |
| QString | p_description |
| float | p_trust |
| float | p_changed |
Properties | |
| QString | publicName |
| QString | description |
| float | trust |
| bool | changed |
|
||||||||||||||||
|
Definition at line 22 of file node.cpp. References init(). Here is the call graph for this function: ![]() |
|
|
|
|
|
Definition at line 45 of file node.hpp. References p_changed. |
|
|
Definition at line 43 of file node.hpp. References p_description. |
|
|
Definition at line 62 of file node.cpp. References outgoing. |
|
|
Reimplemented in Proposition. Definition at line 56 of file node.cpp. References incoming, and outgoing. Referenced by Node(). |
|
|
Definition at line 42 of file node.hpp. References p_name. Referenced by Proposition::draw(). |
|
|
Definition at line 51 of file node.cpp. References p_changed. Referenced by setDescription(), setPublicName(), Proposition::setTrust(), and setTrust(). |
|
|
Definition at line 39 of file node.cpp. References p_description, and setChanged(). Referenced by Proposition::init(). Here is the call graph for this function: ![]() |
|
|
Definition at line 33 of file node.cpp. References p_name, and setChanged(). Referenced by Proposition::init(). Here is the call graph for this function: ![]() |
|
|
Reimplemented in Proposition. Definition at line 45 of file node.cpp. References p_trust, and setChanged(). Here is the call graph for this function: ![]() |
|
|
Definition at line 44 of file node.hpp. References p_trust. |
|
|
The edges for which this node is the source.
|
|
|
get a edge that links this node with the destination node.
Definition at line 54 of file node.hpp. Referenced by PropositionGraph::deleteProp(), and init(). |
|
|
The edges for which this node is the target.
Definition at line 55 of file node.hpp. Referenced by BuildPropositions::calculeTrust(), PropositionGraph::deleteProp(), getNode(), init(), and GraphML::saveProp(). |
|
|
Definition at line 63 of file node.hpp. Referenced by changed(), and setChanged(). |
|
|
Definition at line 61 of file node.hpp. Referenced by description(), and setDescription(). |
|
|
Definition at line 60 of file node.hpp. Referenced by publicName(), and setPublicName(). |
|
|
Definition at line 62 of file node.hpp. Referenced by Proposition::setTrust(), setTrust(), and trust(). |
|
|
|
|
|
Definition at line 34 of file node.hpp. Referenced by GraphML::saveProp(), and PropositionGraph::setPropositionSelected(). |
|
|
Definition at line 33 of file node.hpp. Referenced by GraphML::saveProp(), and PropositionGraph::setPropositionSelected(). |
|
|
Definition at line 35 of file node.hpp. Referenced by BuildPropositions::calculeTrust(), and PropositionGraph::setPropositionSelected(). |