2003-02-12 01:57:20 +00:00
<Type Name= "StateSet" FullName= "Atk.StateSet" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public class StateSet : GLib.Object" />
2003-02-12 01:57:20 +00:00
<AssemblyInfo >
<AssemblyName > atk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2007-12-06 18:37:54 +00:00
<AssemblyVersion > 2.12.0.0</AssemblyVersion>
2003-02-12 01:57:20 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2003-02-12 01:57:20 +00:00
<Docs >
2004-12-15 21:46:24 +00:00
<summary > An <see cref= "T:Atk.StateSet" /> determines a component's state set.</summary>
<remarks > An <see cref= "T:Atk.StateSet" /> determines a component's state set. It is composed of a set of <see cref= "T:Atk.State" /> s.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
<Base >
<BaseTypeName > GLib.Object</BaseTypeName>
</Base>
2007-01-15 21:24:56 +00:00
<Interfaces >
</Interfaces>
2003-02-12 01:57:20 +00:00
<Members >
<Member MemberName= "ContainsState" >
<MemberSignature Language= "C#" Value= "public bool ContainsState (Atk.StateType type);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "type" Type= "Atk.StateType" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Checks whether the state for the specified type is in the specified set.</summary>
2003-12-24 01:35:30 +00:00
<param name= "type" > an object of type <see cref= "T:Atk.StateType" /> </param>
2004-12-15 21:46:24 +00:00
<returns > an object of type <see cref= "T:System.Boolean" /> , <see langword= "true" /> if type is the state type is in set.</returns>
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "XorSets" >
<MemberSignature Language= "C#" Value= "public Atk.StateSet XorSets (Atk.StateSet compare_set);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Atk.StateSet</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "compare_set" Type= "Atk.StateSet" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Constructs the exclusive-or of the two sets, returning <see langword= "null" /> is empty.</summary>
2003-12-24 01:35:30 +00:00
<param name= "compare_set" > an object of type <see cref= "T:Atk.StateSet" /> </param>
2004-12-15 21:46:24 +00:00
<returns > an object of type <see cref= "T:Atk.StateSet" /> which contains the states which are in exactly one of the two sets.</returns>
<remarks > The set returned by this operation contains the states in exactly one of the two sets.</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "AddState" >
<MemberSignature Language= "C#" Value= "public bool AddState (Atk.StateType type);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "type" Type= "Atk.StateType" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Add a new state for the specified type to the current state set if it is not already present.</summary>
2003-12-24 01:35:30 +00:00
<param name= "type" > an object of type <see cref= "T:Atk.StateType" /> </param>
2004-12-15 21:46:24 +00:00
<returns > an object of type <see cref= "T:System.Boolean" /> , <see langword= "true" /> if the state for type is not already in set.</returns>
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "AndSets" >
<MemberSignature Language= "C#" Value= "public Atk.StateSet AndSets (Atk.StateSet compare_set);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Atk.StateSet</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "compare_set" Type= "Atk.StateSet" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Constructs the intersection of the two sets, returning <see langword= "null" /> if the intersection is empty.</summary>
2003-12-24 01:35:30 +00:00
<param name= "compare_set" > an object of type <see cref= "T:Atk.StateSet" /> </param>
2004-12-15 21:46:24 +00:00
<returns > an object of type <see cref= "T:Atk.StateSet" /> which is the intersection of the two sets.</returns>
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "RemoveState" >
<MemberSignature Language= "C#" Value= "public bool RemoveState (Atk.StateType type);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "type" Type= "Atk.StateType" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Removes the state for the specified type from the state set.</summary>
2003-12-24 01:35:30 +00:00
<param name= "type" > an object of type <see cref= "T:Atk.StateType" /> </param>
2004-12-15 21:46:24 +00:00
<returns > an object of type <see cref= "T:System.Boolean" /> , <see langword= "true" /> if type was the state type is in set.</returns>
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= "OrSets" >
<MemberSignature Language= "C#" Value= "public Atk.StateSet OrSets (Atk.StateSet compare_set);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Atk.StateSet</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "compare_set" Type= "Atk.StateSet" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Constructs the union of the two sets.</summary>
2003-12-24 01:35:30 +00:00
<param name= "compare_set" > an object of type <see cref= "T:Atk.StateSet" /> </param>
2004-12-15 21:46:24 +00:00
<returns > an object of type <see cref= "T:Atk.StateSet" /> which is the union of the two sets, returning <see langword= "null" /> is empty.</returns>
2003-02-12 01:57:20 +00:00
<remarks > To be added</remarks>
</Docs>
</Member>
<Member MemberName= "ClearStates" >
<MemberSignature Language= "C#" Value= "public void ClearStates ();" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Removes all states from the state set.</summary>
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public StateSet (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 01:57:20 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Internal constructor</summary>
<param name= "raw" > Pointer to the C object.</param>
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public StateSet ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Default constructor</summary>
<remarks />
2003-02-12 01:57:20 +00:00
</Docs>
</Member>
2003-10-28 00:48:23 +00:00
<Member MemberName= "ContainsStates" >
<MemberSignature Language= "C#" Value= "public bool ContainsStates (out Atk.StateType types, int n_types);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "types" Type= "Atk.StateType&" RefType= "out" />
<Parameter Name= "n_types" Type= "System.Int32" />
</Parameters>
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Checks whether the states for all the specified types are in the specified set.</summary>
2003-10-28 00:48:23 +00:00
<param name= "types" > a <see cref= "T:Atk.StateType&" /> </param>
<param name= "n_types" > a <see cref= "T:System.Int32" /> </param>
<returns > a <see cref= "T:System.Boolean" /> </returns>
<remarks > To be added</remarks>
</Docs>
</Member>
2003-11-05 04:30:47 +00:00
<Member MemberName= "IsEmpty" >
<MemberSignature Language= "C#" Value= "public bool IsEmpty { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Checks whether the state set is empty, i.e. has no states set.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:System.Boolean" /> , <see langword= "true" /> if the StateSet has no states set, otherwise <see langword= "false" /> </value>
2004-12-15 21:46:24 +00:00
<remarks />
2003-11-05 04:30:47 +00:00
</Docs>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > GLib.GType</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-21 20:14:42 +00:00
<summary > GType Property.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:GLib.GType" /> </value>
2004-06-21 20:14:42 +00:00
<remarks > Returns the native <see cref= "T:GLib.GType" /> value for <see cref= "T:Atk.StateSet" /> .</remarks>
2003-12-24 01:35:30 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "protected StateSet (GLib.GType gtype);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
<Parameter Name= "gtype" Type= "GLib.GType" />
</Parameters>
<Docs >
<summary > Internal constructor</summary>
<param name= "gtype" > a <see cref= "T:GLib.GType" /> </param>
<remarks > This is a constructor used by derivative types of <see cref= "T:Atk.StateSet" /> that would have their own GLib.GType assigned to it. This is not typically used by C# code.</remarks>
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-15 21:24:56 +00:00
<AttributeName > System.Obsolete</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "AddStates" >
<MemberSignature Language= "C#" Value= "public Atk.StateType AddStates (int n_types);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > Atk.StateType</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "n_types" Type= "System.Int32" />
</Parameters>
<Docs >
2004-12-15 21:46:24 +00:00
<summary > Add the states for the specified types to the current state set.</summary>
2004-02-26 18:46:28 +00:00
<param name= "n_types" > a <see cref= "T:System.Int32" /> </param>
<returns > a <see cref= "T:Atk.StateType" /> </returns>
<remarks > To be added</remarks>
</Docs>
</Member>
2003-02-12 01:57:20 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>