GL Studio C++ Runtime API
|
#include <rso_interface_1.h>
Public Member Functions | |
virtual int | LevelsUp () const =0 |
virtual void | LevelsUp (int value)=0 |
virtual int | GroupLevelsDown () const =0 |
virtual void | GroupLevelsDown (int value)=0 |
virtual bool | NamesOnly () const =0 |
virtual void | NamesOnly (bool value)=0 |
virtual void | AddExclude (const char *str)=0 |
virtual int | ExcludeCount () const =0 |
virtual const char * | GetExclude (int index) const =0 |
virtual void | AddInclude (const char *str)=0 |
virtual int | IncludeCount () const =0 |
virtual const char * | GetInclude (int index) const =0 |
virtual bool | PassFilter (const char *name) const =0 |
The resource filter is a parameter to the GetResources method
|
pure virtual |
Manage the list of excluded attributes.
str | The name of the new exclude item to add. |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Manage the list of included attributes.
str | The name of the new include item to add. |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Returns NULL if index >= ExcludeCount() or index < -1
index | The index of the exlcusion item to return. |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Returns NULL if index >= IncludeCount() or index < -1.
index | The index of the inclusion item to return. |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
How many levels of children to show. 0 means don't show any children properties -1 means all the way down. Default: -1
value | The new levels of children to show. |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
How many levels of qualification to show in the name. -1 means full qualification. Default: -1
value | The new levels of qualification to show. |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
If true, only a list of names will be returned. Values will not be returned. The format changes to not include the ":". Default: false
value | The new names only flag. |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.
|
pure virtual |
Check a name against the filters. Exclude list takes precedence.
name | The name to check against the filter. |
Implemented in GlsRSO1_ResourceFilterImpl, and RSOResourceFilterImpl.