summaryrefslogtreecommitdiff
path: root/docs/Enums/MenuCellState.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Enums/MenuCellState.html')
-rw-r--r--docs/Enums/MenuCellState.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/docs/Enums/MenuCellState.html b/docs/Enums/MenuCellState.html
deleted file mode 100644
index 541e97d71..000000000
--- a/docs/Enums/MenuCellState.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<h1>MenuCellState Enumeration Reference</h1>
-
-<h3>Section Contents</h3>
-
-<ul>
- <li><a href="#section-MenuCellStateDelete">MenuCellStateDelete</a></li>
- <li><a href="#section-MenuCellStateAdd">MenuCellStateAdd</a></li>
- <li><a href="#section-MenuCellStateKeep">MenuCellStateKeep</a></li>
-</ul>
-
-<h3>Overview</h3>
-
-<p>Menu cell state</p>
-
-<p>Cell state that tells the menu manager what it should do with a given SDLMenuCell</p>
-
-
-<section class="section task-group-section">
- <h3 id="section-MenuCellStateDelete">
- MenuCellStateDelete
- </h3>
-
- <p>Marks the cell to be deleted</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="n">MenuCellStateDelete</span> <span class="o">=</span> <span class="mi">0</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="k">case</span> <span class="n">delete</span> <span class="o">=</span> <span class="mi">0</span></code></pre>
-
-
-
-
- <h3 id="section-MenuCellStateAdd">
- MenuCellStateAdd
- </h3>
-
- <p>Marks the cell to be added</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="n">MenuCellStateAdd</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="k">case</span> <span class="n">add</span> <span class="o">=</span> <span class="mi">1</span></code></pre>
-
-
-
-
- <h3 id="section-MenuCellStateKeep">
- MenuCellStateKeep
- </h3>
-
- <p>Marks the cell to be kept</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="n">MenuCellStateKeep</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="k">case</span> <span class="n">keep</span> <span class="o">=</span> <span class="mi">2</span></code></pre>
-
-
-
-
-</section>