Source: /app/hbasic/hbasic/src/xlist_view_item.h


Annotated List
Files
Globals
Hierarchy
Index

#ifndef XLIST_VIEW_ITEM_H
#define XLIST_VIEW_ITEM_H

#include 

class QString;
class XListViewItem;

extern "C"
{
extern XListViewItem *createXListViewItem1( QListView *parent, QString entry_text, 
	void *new_struct_ptr, short new_entry_type );
}

class XListViewItem : public QListViewItem
{
public:
	XListViewItem( QListView *parent, QString entry_text, 
		void *new_struct_ptr = NULL, short new_entry_type = 0 );

	XListViewItem( XListViewItem *parent, XListViewItem *after, 
		QString entry_text, 
		void *new_struct_ptr = NULL, short new_entry_type = 0 );

	short entry_type;
	void *struct_ptr;
};

#endif

Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54.