kstars
SkyObjectNameListItem Class Reference
Class for filling list of named objects in the Find Object dialog (FindDialog). More...
#include <skyobjectname.h>
Inheritance diagram for SkyObjectNameListItem:

Public Member Functions | |
SkyObjectName * | objName () |
SkyObjectNameListItem (QListBox *parent, SkyObjectName *name) | |
~SkyObjectNameListItem () |
Detailed Description
Class for filling list of named objects in the Find Object dialog (FindDialog).The class is derived from QListBoxText, and adds a SkyObjectName* member variable, and a method to retrieve this variable (a pointer). This makes it very easy to add these items to the FindDialog's QListBox, and to sort and filter them. Derivative of QListBoxItem specifically for SkyObjects
- Version:
- 0.9
Definition at line 78 of file skyobjectname.h.
Constructor & Destructor Documentation
SkyObjectNameListItem::SkyObjectNameListItem | ( | QListBox * | parent, | |
SkyObjectName * | name | |||
) |
SkyObjectNameListItem::~SkyObjectNameListItem | ( | ) | [inline] |
Member Function Documentation
SkyObjectName* SkyObjectNameListItem::objName | ( | ) | [inline] |
- Returns:
- pointer to SkyObjectName associated with this SkyObjectNameListItem
Definition at line 88 of file skyobjectname.h.
The documentation for this class was generated from the following files: