|
HPS.ConditionControl | AddCondition (string in_condition) |
| Adds a condition to the collection of active conditions on this segment. More...
|
|
| ConditionControl (HPS.SegmentKey in_seg) |
| Initializes a control tied to the segment in_seg. More...
|
|
| ConditionControl (HPS.ConditionControl in_that) |
| Initializes a control tied to the same object as in_that. More...
|
|
override void | Dispose () |
|
ulong | GetCount () |
| Retrieves the number of conditions set on this segment. More...
|
|
override HPS.Type | ObjectType () |
|
HPS.ConditionControl | SetCondition (string in_condition) |
| Sets a condition as the only active condition on this segment, replacing any existing conditions. More...
|
|
HPS.ConditionControl | SetConditions (string[] in_conditions) |
| Sets a collection of conditions as the only active conditions on this segment, replacing any existing conditions. More...
|
|
bool | ShowCondition (string in_condition) |
| Queries the existence of one condition on this segment. More...
|
|
bool | ShowConditions (out string[] out_conditions) |
| Shows all conditions on this segment. More...
|
|
override HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
HPS.ConditionControl | UnsetCondition (string in_condition) |
| Removes a specified condition from the active conditions on this segment. More...
|
|
HPS.ConditionControl | UnsetEverything () |
| Unsets all conditions on this segment. More...
|
|
| Control (HPS.Control in_that) |
|
override void | Dispose () |
|
override HPS.Type | ObjectType () |
|
override HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
virtual bool | Empty () |
| Indicates whether this object has any values set on it. More...
|
|
IntPtr | GetClassID () |
|
IntPtr | GetInstanceID () |
| Returns the object's database handle, which can be used to determine which instance of a class the object is. For example, controls are simply aliases for segment keys that group related functions. Therefore, a SegmentKey and all of its controls would return the same instance id. Different keys and controls will return the same value if they are backed by the same database resource. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
| Object (HPS.Object that) |
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
The ConditionControl class is a smart pointer that is tied to a database object. This class is used to set and unset conditions on a segment. A condition can be used to control when a style is applied, or to control when an included segment is included.