#include <glistext.h>
Inheritance diagram for gSmartList:
Public Member Functions | |
gSmartList (char *s=nil, char aSmartChr=',') | |
virtual | ~gSmartList () |
virtual unsigned | MatchWhere (char *s) |
virtual bool | SetSmartChr (char aSmartChr) |
virtual int | AddFromStr (char *s) |
virtual int | AddFromString (gString &aS) |
virtual int | AddFromList (gList &aL) |
Protected Attributes | |
char | smartChr |
gString | sSmartChr |
|
Definition at line 12 of file glistext.cpp. |
|
Definition at line 18 of file glistext.cpp. |
|
Definition at line 68 of file glistext.cpp. |
|
Definition at line 44 of file glistext.cpp. Referenced by AddFromList(), AddFromString(), gSmartList(), and gHAttrs::TypeEnumToSmartL(). |
|
Definition at line 63 of file glistext.cpp. |
|
Definition at line 22 of file glistext.cpp. Referenced by gHATypeEnum::gHATypeEnum(). |
|
Definition at line 35 of file glistext.cpp. Referenced by gSmartList(), and gHAttrs::TypeEnumToSmartL(). |
|
Definition at line 22 of file glistext.h. Referenced by SetSmartChr(). |
|
Definition at line 23 of file glistext.h. Referenced by AddFromStr(), and SetSmartChr(). |