| 
    HAL
    
   | 
 
#include <wait_to_be_seated.h>

Public Member Functions | |
| WaitToBeSeatedEntry (Node::NodeType t=Node::Module, u32 id=0) | |
| Node | getNode () const | 
| u32 | getId () const | 
| QString | tagName () const | 
| bool | isModule () const | 
| double | distance (const QPoint &pos, double defaultDistance) const | 
Static Public Member Functions | |
| static int | distance (const QPoint &source, const QPoint &pos) | 
Friends | |
| class | WaitToBeSeatedList | 
| class | WaitToBeSeatedWaiting | 
Definition at line 42 of file wait_to_be_seated.h.
| hal::WaitToBeSeatedEntry::WaitToBeSeatedEntry | ( | Node::NodeType | t = Node::Module,  | 
        
| u32 | id = 0  | 
        ||
| ) | 
Definition at line 14 of file wait_to_be_seated.cpp.
| double hal::WaitToBeSeatedEntry::distance | ( | const QPoint & | pos, | 
| double | defaultDistance | ||
| ) | const | 
Definition at line 71 of file wait_to_be_seated.cpp.
Definition at line 92 of file wait_to_be_seated.cpp.
References source, QPoint::x(), and QPoint::y().
      
  | 
  inline | 
Definition at line 57 of file wait_to_be_seated.h.
References hal::Node::id().
Referenced by hal::WaitToBeSeatedList::add(), hal::compareWaitToBeSeated(), distance(), hal::WaitToBeSeatedList::dump(), and tagName().
      
  | 
  inline | 
Definition at line 56 of file wait_to_be_seated.h.
| bool hal::WaitToBeSeatedEntry::isModule | ( | ) | const | 
Definition at line 60 of file wait_to_be_seated.cpp.
References hal::Node::id(), and hal::Node::isModule().
Referenced by hal::WaitToBeSeatedList::add(), hal::WaitToBeSeatedList::dump(), and tagName().
| QString hal::WaitToBeSeatedEntry::tagName | ( | ) | const | 
Definition at line 55 of file wait_to_be_seated.cpp.
References QString::arg(), getId(), and isModule().
Referenced by hal::WaitToBeSeatedList::dump().
      
  | 
  friend | 
Definition at line 44 of file wait_to_be_seated.h.
      
  | 
  friend | 
Definition at line 45 of file wait_to_be_seated.h.