summaryrefslogtreecommitdiff
path: root/modorganizer.natvis
diff options
context:
space:
mode:
authorSeth Riley <17361645+Qudix@users.noreply.github.com>2020-11-06 12:02:43 -0600
committerSeth Riley <17361645+Qudix@users.noreply.github.com>2020-11-06 12:02:43 -0600
commited1085d5673e0d307a6172eaaa1be1e9d70e2234 (patch)
tree1e068a2f08e106c8ce15be7034f19336836cc17a /modorganizer.natvis
parent34e1d05c28bf4676ed8d3e97e969187a05d215b6 (diff)
parentb909677c3fc6a7b7a1993d341a2bd420715e292a (diff)
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into master
Diffstat (limited to 'modorganizer.natvis')
-rw-r--r--modorganizer.natvis97
1 files changed, 97 insertions, 0 deletions
diff --git a/modorganizer.natvis b/modorganizer.natvis
index fe4a7ce2..6e21e099 100644
--- a/modorganizer.natvis
+++ b/modorganizer.natvis
@@ -8,5 +8,102 @@ file={m_wsFile}
loaded={m_loaded}
expanded={m_expanded}
}}</DisplayString></Type>
+ <Type Name="QFileInfoPrivate">
+ <DisplayString Condition="0 == this">&lt;null&gt;</DisplayString>
+ <DisplayString>{fileEntry}</DisplayString>
+ <StringView>fileEntry</StringView>
+ <Expand>
+ <Item Name="QSharedData">*((Qt5Core.dll!QSharedData *) this)</Item>
+ <Item Name="fileEntry">fileEntry</Item>
+ <!--
+ <Item Name="metaData">metaData</Item>
+ <Item Name="fileListsInitialized">fileListsInitialized</Item>
+ <Item Name="fileEngine">fileEngine</Item>
+ <Item Name="fileNames">fileNames</Item>
+ <Item Name="fileOwners">fileOwners</Item>
+ <Item Name="cachedFlags">cachedFlags</Item>
+ <Item Name="isDefaultConstructed">isDefaultConstructed</Item>
+ <Item Name="cache_enabled">cache_enabled</Item>
+ <Item Name="fileFlags">fileFlags</Item>
+ <Item Name="fileSize">fileSize</Item>
+ <Item Name="fileTimes">fileTimes</Item>
+ -->
+ </Expand>
+ </Type>
+
+ <Type Name="QFileInfo">
+ <DisplayString>{*((Qt5Core.dll!QFileInfoPrivate *) d_ptr.d)}</DisplayString>
+ <StringView>*((Qt5Core.dll!QFileInfoPrivate *) d_ptr.d)</StringView>
+ <Expand>
+ <Item Name="QFileInfoPrivate">*((Qt5Core.dll!QFileInfoPrivate *) d_ptr.d)</Item>
+ </Expand>
+ </Type>
+
+
+ <Type Name="QFileSystemEntry">
+ <DisplayString Condition="0 == this">&lt;null&gt;</DisplayString>
+ <DisplayString>{m_filePath}</DisplayString>
+ <StringView>m_filePath</StringView>
+ <!--
+ <Expand>
+ <Item Name="m_filePath">m_filePath</Item>
+ <Item Name="m_nativeFilePath">m_nativeFilePath</Item>
+ <Item Name="m_lastSeparator">m_lastSeparator</Item>
+ <Item Name="m_firstDotInFileName">m_firstDotInFileName</Item>
+ <Item Name="m_lastDotInFileName">m_lastDotInFileName</Item>
+ </Expand>
+ -->
+ </Type>
+
+
+ <Type Name="QDirPrivate">
+ <DisplayString Condition="0 == this">&lt;null&gt;</DisplayString>
+ <DisplayString>{dirEntry}</DisplayString>
+ <StringView>dirEntry</StringView>
+ <Expand>
+ <Item Name="QSharedData">*((Qt5Core.dll!QSharedData *) this)</Item>
+ <Item Name="dirEntry">dirEntry</Item>
+ <Item Name="nameFilters">nameFilters</Item>
+ <Item Name="absoluteDirEntry">absoluteDirEntry</Item>
+ <!--
+ <Item Name="metaData">metaData</Item>
+ <Item Name="fileListsInitialized">fileListsInitialized</Item>
+ <Item Name="fileEngine">fileEngine</Item>
+ <Item Name="files">files</Item>
+ <Item Name="fileInfos">fileInfos</Item>
+ <Item Name="sort">sort</Item>
+ <Item Name="filters">filters</Item>
+ -->
+ </Expand>
+ </Type>
+
+
+ <Type Name="QDir">
+ <DisplayString>{*((Qt5Core.dll!QDirPrivate *) d_ptr.d)}</DisplayString>
+ <StringView>*((Qt5Core.dll!QDirPrivate *) d_ptr.d)</StringView>
+ <Expand>
+ <Item Name="QDirPrivate">*((Qt5Core.dll!QDirPrivate *) d_ptr.d)</Item>
+ </Expand>
+ </Type>
+
+
+ <Type Name="QFilePrivate">
+ <DisplayString Condition="0 == this">&lt;null&gt;</DisplayString>
+ <DisplayString>{fileName}</DisplayString>
+ <StringView>fileName</StringView>
+ <Expand>
+ <Item Name="QFileDevice">*((Qt5Core.dll!QFileDevice *) this)</Item>
+ <Item Name="fileName">fileName</Item>
+ </Expand>
+ </Type>
+
+
+ <Type Name="QFile">
+ <DisplayString>{*((Qt5Core.dll!QFilePrivate *) d_ptr.d)}</DisplayString>
+ <StringView>*((Qt5Core.dll!QFilePrivate *) d_ptr.d)</StringView>
+ <Expand>
+ <Item Name="QFilePrivate">*((Qt5Core.dll!QFilePrivate *) d_ptr.d)</Item>
+ </Expand>
+ </Type>
</AutoVisualizer>