EntryCompletion< StringList > Class Template Reference

#include <textureentry.h>

Collaboration diagram for EntryCompletion< StringList >:
Collaboration graph
[legend]

Public Types

typedef MemberCaller1
< EntryCompletion, const char
*,&EntryCompletion::append > 
AppendCaller
typedef MemberCaller
< EntryCompletion,&EntryCompletion::update > 
UpdateCaller

Public Member Functions

 EntryCompletion ()
void connect (GtkEntry *entry)
void append (const char *string)
void fill ()
void clear ()
void update ()

Private Attributes

GtkListStorem_store
IdleDraw m_idleUpdate

Detailed Description

template<typename StringList>
class EntryCompletion< StringList >

Definition at line 36 of file textureentry.h.


Member Typedef Documentation

template<typename StringList >
typedef MemberCaller1<EntryCompletion, const char*, &EntryCompletion::append> EntryCompletion< StringList >::AppendCaller

Definition at line 65 of file textureentry.h.

template<typename StringList >
typedef MemberCaller<EntryCompletion, &EntryCompletion::update> EntryCompletion< StringList >::UpdateCaller

Definition at line 83 of file textureentry.h.


Constructor & Destructor Documentation

template<typename StringList >
EntryCompletion< StringList >::EntryCompletion (  )  [inline]

Definition at line 38 of file textureentry.h.


Member Function Documentation

template<typename StringList >
void EntryCompletion< StringList >::append ( const char *  string  )  [inline]

Definition at line 59 of file textureentry.h.

template<typename StringList >
void EntryCompletion< StringList >::clear (  )  [inline]

Definition at line 72 of file textureentry.h.

template<typename StringList >
void EntryCompletion< StringList >::connect ( GtkEntry entry  )  [inline]

Definition at line 43 of file textureentry.h.

template<typename StringList >
void EntryCompletion< StringList >::fill (  )  [inline]

Definition at line 67 of file textureentry.h.

template<typename StringList >
void EntryCompletion< StringList >::update ( void   )  [inline]

Definition at line 78 of file textureentry.h.


Field Documentation

template<typename StringList >
IdleDraw EntryCompletion< StringList >::m_idleUpdate [private]

Definition at line 36 of file textureentry.h.

template<typename StringList >
GtkListStore* EntryCompletion< StringList >::m_store [private]

Definition at line 35 of file textureentry.h.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2