Updraft  1.0
Open source glider flight visualisation tool.
Updraft::TaskPointButton Class Reference

Fancy button thingie for adding and removing turn points. More...

#include <taskpointbutton.h>

List of all members.

Public Member Functions

 TaskPointButton (int pos, const QString &name)
void setName (const QString &newName)
QString getName ()
void connectQuit (QObject *object, const char *slot)
 Connects the quit signal to a given slot.

Private Attributes

int taskPointPos
 Position of the TaskPoint.
QHBoxLayout * topFrameLayout
QLabel * number
QLabel * nameWidget
QFrame * closeFrame
QVBoxLayout * closeFrameLayout
QPushButton * quitButton

Detailed Description

Fancy button thingie for adding and removing turn points.


Constructor & Destructor Documentation

Updraft::TaskPointButton::TaskPointButton ( int  pos,
const QString &  name 
)

Member Function Documentation

void Updraft::TaskPointButton::connectQuit ( QObject *  object,
const char *  slot 
)

Connects the quit signal to a given slot.

void Updraft::TaskPointButton::setName ( const QString &  newName)

Member Data Documentation

QPushButton* Updraft::TaskPointButton::quitButton [private]

Position of the TaskPoint.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines