#include <textureentry.h>
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 | |
GtkListStore * | m_store |
IdleDraw | m_idleUpdate |
Definition at line 36 of file textureentry.h.
typedef MemberCaller1<EntryCompletion, const char*, &EntryCompletion::append> EntryCompletion< StringList >::AppendCaller |
Definition at line 65 of file textureentry.h.
typedef MemberCaller<EntryCompletion, &EntryCompletion::update> EntryCompletion< StringList >::UpdateCaller |
Definition at line 83 of file textureentry.h.
EntryCompletion< StringList >::EntryCompletion | ( | ) | [inline] |
Definition at line 38 of file textureentry.h.
void EntryCompletion< StringList >::append | ( | const char * | string | ) | [inline] |
Definition at line 59 of file textureentry.h.
void EntryCompletion< StringList >::clear | ( | ) | [inline] |
Definition at line 72 of file textureentry.h.
void EntryCompletion< StringList >::connect | ( | GtkEntry * | entry | ) | [inline] |
Definition at line 43 of file textureentry.h.
void EntryCompletion< StringList >::fill | ( | ) | [inline] |
Definition at line 67 of file textureentry.h.
void EntryCompletion< StringList >::update | ( | void | ) | [inline] |
Definition at line 78 of file textureentry.h.
IdleDraw EntryCompletion< StringList >::m_idleUpdate [private] |
Definition at line 36 of file textureentry.h.
GtkListStore* EntryCompletion< StringList >::m_store [private] |
Definition at line 35 of file textureentry.h.