Struct StbUndoStatePtr
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 StbUndoStatePtr
Constructors
|
Improve this Doc
View Source
StbUndoStatePtr(StbUndoState*)
Declaration
public StbUndoStatePtr(StbUndoState*nativePtr)
Parameters
|
Improve this Doc
View Source
StbUndoStatePtr(IntPtr)
Declaration
public StbUndoStatePtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly StbUndoState*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
redo_char_point
Declaration
public readonly ref int redo_char_point { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
redo_point
Declaration
public readonly ref short redo_point { get; }
Property Value
| Type |
Description |
| System.Int16 |
|
|
Improve this Doc
View Source
undo_char
Declaration
public readonly RangeAccessor<ushort> undo_char { get; }
Property Value
|
Improve this Doc
View Source
undo_char_point
Declaration
public readonly ref int undo_char_point { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
undo_point
Declaration
public readonly ref short undo_point { get; }
Property Value
| Type |
Description |
| System.Int16 |
|
|
Improve this Doc
View Source
undo_rec
Declaration
public readonly RangeAccessor<StbUndoRecord> undo_rec { get; }
Property Value
Operators
|
Improve this Doc
View Source
Implicit(StbUndoState* to StbUndoStatePtr)
Declaration
public static implicit operator StbUndoStatePtr(StbUndoState*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(StbUndoStatePtr to StbUndoState*)
Declaration
public static implicit operator StbUndoState*(StbUndoStatePtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to StbUndoStatePtr)
Declaration
public static implicit operator StbUndoStatePtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns