forked from aly/qstbak
muffin v7.5.11
This commit is contained in:
parent
addf2d530f
commit
3102923ce2
522 changed files with 41082 additions and 211592 deletions
|
|
@ -1,7 +1,5 @@
|
|||
using System.Numerics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
using Dalamud.Configuration;
|
||||
using Dalamud.Interface.Windowing;
|
||||
using Dalamud.Plugin;
|
||||
using LLib.ImGui;
|
||||
|
|
@ -19,30 +17,23 @@ internal sealed class QuestValidationWindow : ThemedWindow, IPersistableWindowCo
|
|||
|
||||
public WindowConfig WindowConfig => _configuration.QuestValidationWindowConfig;
|
||||
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
public QuestValidationWindow(QuestValidationComponent questValidationComponent, IDalamudPluginInterface pluginInterface, Configuration configuration)
|
||||
: base(global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(675069397))
|
||||
: base("Quest Validation###QuestionableValidator")
|
||||
{
|
||||
_questValidationComponent = questValidationComponent;
|
||||
_pluginInterface = pluginInterface;
|
||||
_configuration = configuration;
|
||||
_206B_202A_202D_206A_206D_202A_206F_202E_206A_200C_206E_200F_202C_200C_202D_202E_202C_202D_200C_202E_200C_202D_202B_202E_206C_202D_206E_202A_206F_202C_202B_206F_206D_202D_202B_206A_202E_202C_200E_206E_202E((Vector2?)new Vector2(800f, 400f));
|
||||
_206C_200D_206B_202A_202B_200B_200D_206E_200C_200C_202D_206E_200D_200C_202C_206A_200D_200C_206A_206B_206C_206C_206A_200F_202A_206D_200E_200F_206B_202E_202E_206A_202E_202B_200F_200F_206D_202E_200C_200E_202E(ImGuiCond.FirstUseEver);
|
||||
_202A_202C_200B_200F_200B_206D_206A_202B_200D_202E_202D_200B_202B_202E_200B_200C_200B_202B_206F_200D_202E_206C_202C_200C_200E_206B_206D_206B_200B_200C_202B_206D_202B_200B_200C_200E_200F_200F_206B_206F_202E((WindowSizeConstraints?)new WindowSizeConstraints
|
||||
base.Size = new Vector2(800f, 400f);
|
||||
base.SizeCondition = ImGuiCond.FirstUseEver;
|
||||
base.SizeConstraints = new WindowSizeConstraints
|
||||
{
|
||||
MinimumSize = new Vector2(600f, 300f)
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
public void SaveWindowConfig()
|
||||
{
|
||||
_200C_200F_206E_206C_202C_202E_206C_202B_200B_200F_202E_200E_200E_206B_206C_206F_206F_200D_202A_206C_206C_200C_206F_202B_202E_202D_202A_206F_202B_202D_202E_206F_206A_206A_206A_206A_200B_202C_202E_202E(_pluginInterface, (IPluginConfiguration)_configuration);
|
||||
}
|
||||
|
||||
void IPersistableWindowConfig.SaveWindowConfig()
|
||||
{
|
||||
//ILSpy generated this explicit interface implementation from .override directive in SaveWindowConfig
|
||||
this.SaveWindowConfig();
|
||||
_pluginInterface.SavePluginConfig(_configuration);
|
||||
}
|
||||
|
||||
public override bool DrawConditions()
|
||||
|
|
@ -56,24 +47,4 @@ internal sealed class QuestValidationWindow : ThemedWindow, IPersistableWindowCo
|
|||
_questValidationComponent.Draw();
|
||||
UiThemeUtils.EndCard(contentStartPos, availableWidth, drawList);
|
||||
}
|
||||
|
||||
void _206B_202A_202D_206A_206D_202A_206F_202E_206A_200C_206E_200F_202C_200C_202D_202E_202C_202D_200C_202E_200C_202D_202B_202E_206C_202D_206E_202A_206F_202C_202B_206F_206D_202D_202B_206A_202E_202C_200E_206E_202E(Vector2? P_0)
|
||||
{
|
||||
base.Size = P_0;
|
||||
}
|
||||
|
||||
void _206C_200D_206B_202A_202B_200B_200D_206E_200C_200C_202D_206E_200D_200C_202C_206A_200D_200C_206A_206B_206C_206C_206A_200F_202A_206D_200E_200F_206B_202E_202E_206A_202E_202B_200F_200F_206D_202E_200C_200E_202E(ImGuiCond P_0)
|
||||
{
|
||||
base.SizeCondition = P_0;
|
||||
}
|
||||
|
||||
void _202A_202C_200B_200F_200B_206D_206A_202B_200D_202E_202D_200B_202B_202E_200B_200C_200B_202B_206F_200D_202E_206C_202C_200C_200E_206B_206D_206B_200B_200C_202B_206D_202B_200B_200C_200E_200F_200F_206B_206F_202E(WindowSizeConstraints? P_0)
|
||||
{
|
||||
base.SizeConstraints = P_0;
|
||||
}
|
||||
|
||||
static void _200C_200F_206E_206C_202C_202E_206C_202B_200B_200F_202E_200E_200E_206B_206C_206F_206F_200D_202A_206C_206C_200C_206F_202B_202E_202D_202A_206F_202B_202D_202E_206F_206A_206A_206A_206A_200B_202C_202E_202E(IDalamudPluginInterface P_0, IPluginConfiguration P_1)
|
||||
{
|
||||
P_0.SavePluginConfig(P_1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue