「App:Library:FabGL:Struct:DirItem」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
1行目: 1行目:
== struct ==
+
== struct DirItem ==
Defines ---.
+
[http://www.fabglib.org/classfabgl_1_1_file_browser.html FileBrowser] アイテム指定子。
 
{| class="wikitable"
 
{| class="wikitable"
|#include <>
+
|#include <[http://www.fabglib.org/fabutils_8h_source.html fabutils.h]>
|}
 
 
 
== Public Member Functions ==
 
{| class="wikitable"
 
|
 
|-
 
|
 
 
|}
 
|}
  
15行目: 8行目:
 
== Public Attributes ==
 
== Public Attributes ==
 
{| class="wikitable"
 
{| class="wikitable"
|
+
|bool              isDir
|-
 
|
 
|-
 
|
 
|-
 
|
 
|-
 
|
 
|-
 
|
 
 
|-
 
|-
|
+
|char const *  name
 
|}
 
|}
  
 
== Detailed Description ==
 
== Detailed Description ==
Defines a cursor.
+
[http://www.fabglib.org/classfabgl_1_1_file_browser.html FileBrowser] アイテム指定子。
  
'''Examples:'''<blockquote>~.ino</blockquote>Definition at line 000 of file ----------.h.
+
'''Examples:'''<blockquote>~.ino</blockquote>[http://www.fabglib.org/fabutils_8h_source.html#l00511 Definition at line 511 of fabutils.h].
 
----
 
----
 
The documentation for this struct was generated from the following file:
 
The documentation for this struct was generated from the following file:
  
* DS3231.h
+
* [http://www.fabglib.org/fabutils_8h_source.html fabutils.h]
* DS3231.cpp
 
  
  

2022年3月23日 (水) 11:14時点における最新版

struct DirItem

FileBrowser アイテム指定子。

#include <fabutils.h>


Public Attributes

bool isDir
char const * name

Detailed Description

FileBrowser アイテム指定子。

Examples:

~.ino

Definition at line 511 of fabutils.h.


The documentation for this struct was generated from the following file:




戻る