Struct ImGuiTextFilterPtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: ImGui.NET.dll
Syntax
public struct ImGuiTextFilterPtr
Constructors
|
Improve this Doc
View Source
ImGuiTextFilterPtr(ImGuiTextFilter*)
Declaration
public ImGuiTextFilterPtr(ImGuiTextFilter*nativePtr)
Parameters
|
Improve this Doc
View Source
ImGuiTextFilterPtr(IntPtr)
Declaration
public ImGuiTextFilterPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
CountGrep
Declaration
public readonly ref int CountGrep { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Filters
Declaration
public readonly ImPtrVector<ImGuiTextRangePtr> Filters { get; }
Property Value
|
Improve this Doc
View Source
InputBuf
Declaration
public readonly RangeAccessor<byte> InputBuf { get; }
Property Value
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImGuiTextFilter*NativePtr { get; }
Property Value
Methods
|
Improve this Doc
View Source
Build()
Declaration
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
Destroy()
Declaration
|
Improve this Doc
View Source
Draw()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Draw(String)
Declaration
public bool Draw(string label)
Parameters
| Type |
Name |
Description |
| System.String |
label |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Draw(String, Single)
Declaration
public bool Draw(string label, float width)
Parameters
| Type |
Name |
Description |
| System.String |
label |
|
| System.Single |
width |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsActive()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
PassFilter(String)
Declaration
public bool PassFilter(string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
Returns
| Type |
Description |
| System.Boolean |
|
Operators
|
Improve this Doc
View Source
Implicit(ImGuiTextFilter* to ImGuiTextFilterPtr)
Declaration
public static implicit operator ImGuiTextFilterPtr(ImGuiTextFilter*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImGuiTextFilterPtr to ImGuiTextFilter*)
Declaration
public static implicit operator ImGuiTextFilter*(ImGuiTextFilterPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImGuiTextFilterPtr)
Declaration
public static implicit operator ImGuiTextFilterPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns