Implements a widget to control the RoboCup game "Lost and Found". TODO Why this comment?? More...
#include <ObjectList.h>
Public Slots | |
| void | deleteObject () |
| void | loadObject () |
Public Member Functions | |
| ObjectList (QWidget *parent=0) | |
| ~ObjectList () | |
Private Attributes | |
| QPushButton * | deleteObjectButton |
| QLabel * | heading |
| QString | m_LastOpenPath |
| QTableWidget * | m_objectsList |
| Process incoming messages. | |
Implements a widget to control the RoboCup game "Lost and Found". TODO Why this comment??
Definition at line 36 of file ObjectList.h.
| ObjectList::ObjectList | ( | QWidget * | parent = 0 | ) |
Does Nothing
| void ObjectList::deleteObject | ( | ) | [slot] |
Used to delete objects
| void ObjectList::loadObject | ( | ) | [slot] |
Used to load objects from disk
QPushButton* ObjectList::deleteObjectButton [private] |
Definition at line 71 of file ObjectList.h.
QLabel* ObjectList::heading [private] |
Definition at line 72 of file ObjectList.h.
QString ObjectList::m_LastOpenPath [private] |
Definition at line 74 of file ObjectList.h.
QTableWidget* ObjectList::m_objectsList [private] |
Process incoming messages.
Definition at line 70 of file ObjectList.h.