[DEV] add first ewol real documentation
This commit is contained in:
parent
b865f35772
commit
65d2cd6951
131
base.css
Normal file
131
base.css
Normal file
@ -0,0 +1,131 @@
|
||||
|
||||
html {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Ubuntu',Tahoma,sans-serif;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
font-size: 15px;
|
||||
line-height: 150%;
|
||||
margin: 0;
|
||||
color: #333333;
|
||||
background-color: #ffffff;
|
||||
display: block;
|
||||
margin-left: 250px;
|
||||
margin-right: 50px;
|
||||
};
|
||||
|
||||
.container{
|
||||
width:940px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
display: block;
|
||||
};
|
||||
|
||||
.navbar {
|
||||
z-index: 1;
|
||||
overflow: visible;
|
||||
color: #ffffff;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.navbar div {
|
||||
display: block;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.navbar-fixed-top {
|
||||
width:210px;
|
||||
display: block;
|
||||
position: fixed;
|
||||
padding-top: 0px;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
right: 0;
|
||||
left: 0;
|
||||
margin-bottom: 0;
|
||||
background-color: #d44413;
|
||||
border: 1px solid #c64012;
|
||||
font-size: 15px;
|
||||
font-weight: 200;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 1px 0 #ce4213;
|
||||
padding: 10px 20px 10px;
|
||||
margin-left: -20px;
|
||||
overflow:scroll;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
/*
|
||||
.navbar ul {
|
||||
font-size: 15px;
|
||||
};
|
||||
*/
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
font-family: inherit;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
color: inherit;
|
||||
text-rendering: optimizelegibility;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
pre {
|
||||
#margin-left: 20px;
|
||||
display: block;
|
||||
padding: 9.5px;
|
||||
margin: 0 0 10px;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.code-function {
|
||||
text-decoration:none;
|
||||
color:#09857e;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.code-type {
|
||||
text-decoration:none;
|
||||
color:#376d0a;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.code-argument {
|
||||
text-decoration:none;
|
||||
color:#B80000;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.code-number {
|
||||
text-decoration:none;
|
||||
color:#007b00;
|
||||
}
|
||||
|
||||
.code-keyword {
|
||||
text-decoration:none;
|
||||
color:#215eb8;
|
||||
font-weight:bold;
|
||||
}
|
||||
.code-storage-keyword {
|
||||
text-decoration:none;
|
||||
color:#466cb4;
|
||||
}
|
158
eSystemMessage.html
Normal file
158
eSystemMessage.html
Normal file
@ -0,0 +1,158 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: eSystemMessage</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#eSystemMessage">eSystemMessage</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @author Edouard DUPIN
|
||||
*
|
||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||
*
|
||||
* @license BSD v3 (see license file)
|
||||
*/<h2>Detail:<h2>
|
||||
<h3><a id="eSystemMessage">eSystemMessage</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">eSystemMessage</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
277
ewol__Area.html
Normal file
277
ewol__Area.html
Normal file
@ -0,0 +1,277 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Area</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Area">Area</a> (<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_size</span>);<br>+ ~<a class="code-function" href="#Area">Area</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#draw">draw</a> (<span class="code-type">bool</span> <span class="code-argument">_disableDepthTest</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#clear">clear</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> vec3 & <a class="code-function" href="#getPos">getPos</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setPos">setPos</a> (<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_pos</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setPos">setPos</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setRelPos">setRelPos</a> (<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_pos</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setRelPos">setRelPos</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#print">print</a> (<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_size</span>);<br>+ <a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> & <a class="code-function" href="#get">get</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#flush">flush</a> (<span class="code-type">void</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#loadProgram">loadProgram</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__Compositing.html">ewol::Compositing</a>
|
||||
+--> <b>ewol::Area</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Area">Area</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Area</span>(<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_size</span>);</pre>
|
||||
<br/>
|
||||
generic constructor
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_size</span> Basic size of the area.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Area">Area</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Area</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
generic destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="draw">draw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">draw</span>(<span class="code-type">bool</span> <span class="code-argument">_disableDepthTest</span>);</pre>
|
||||
<br/>
|
||||
draw All the refistered text in the current element on openGL
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="clear">clear</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">clear</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
clear alll the registered element in the current element
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getPos">getPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> vec3 & <span class="code-function">getPos</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current display position (sometime needed in the gui control)
|
||||
<br/><ul>
|
||||
<b>Return:</b> the current position.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setPos">setPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setPos</span>(<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
set position for the next text writen
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_pos</span> Position of the text (in 3D)
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setPos">setPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setPos</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setRelPos">setRelPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setRelPos</span>(<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
set relative position for the next text writen
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_pos</span> ofset apply of the text (in 3D)
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setRelPos">setRelPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setRelPos</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="print">print</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">print</span>(<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_size</span>);</pre>
|
||||
<br/>
|
||||
add a compleate of the image to display with the requested size
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_size</span> size of the output image
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="get">get</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> & <span class="code-function">get</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="flush">flush</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">flush</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="loadProgram">loadProgram</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">loadProgram</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
load the openGL program and get all the ID needed
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
234
ewol__Colored3DObject.html
Normal file
234
ewol__Colored3DObject.html
Normal file
@ -0,0 +1,234 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Colored3DObject</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#draw">draw</a> (std::vector<vec3> & <span class="code-argument">_vertices</span>,<br/> <span class="code-storage-keyword">const</span> etk::Color<<span class="code-type">float</span>> & <span class="code-argument">_color</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_updateDepthBuffer</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_depthtest</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#draw">draw</a> (std::vector<vec3> & <span class="code-argument">_vertices</span>,<br/> <span class="code-storage-keyword">const</span> etk::Color<<span class="code-type">float</span>> & <span class="code-argument">_color</span>,<br/> mat4 & <span class="code-argument">_transformationMatrix</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_updateDepthBuffer</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_depthtest</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#drawLine">drawLine</a> (std::vector<vec3> & <span class="code-argument">_vertices</span>,<br/> <span class="code-storage-keyword">const</span> etk::Color<<span class="code-type">float</span>> & <span class="code-argument">_color</span>,<br/> mat4 & <span class="code-argument">_transformationMatrix</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_updateDepthBuffer</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_depthtest</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__Colored3DObject.html" class="code-type">ewol::Colored3DObject</a> * <a class="code-function" href="#keep">keep</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#release">release</a> (<a href="ewol__Colored3DObject.html" class="code-type">ewol::Colored3DObject</a> * & <span class="code-argument">_object</span>);<br># <a class="code-function" href="#Colored3DObject">Colored3DObject</a> (<span class="code-type">void</span>);<br># ~<a class="code-function" href="#Colored3DObject">Colored3DObject</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <b>ewol::Colored3DObject</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="draw">draw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">draw</span>(std::vector<vec3> & <span class="code-argument">_vertices</span>,
|
||||
<span class="code-storage-keyword">const</span> etk::Color<<span class="code-type">float</span>> & <span class="code-argument">_color</span>,
|
||||
<span class="code-type">bool</span> <span class="code-argument">_updateDepthBuffer</span>,
|
||||
<span class="code-type">bool</span> <span class="code-argument">_depthtest</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="draw">draw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">draw</span>(std::vector<vec3> & <span class="code-argument">_vertices</span>,
|
||||
<span class="code-storage-keyword">const</span> etk::Color<<span class="code-type">float</span>> & <span class="code-argument">_color</span>,
|
||||
mat4 & <span class="code-argument">_transformationMatrix</span>,
|
||||
<span class="code-type">bool</span> <span class="code-argument">_updateDepthBuffer</span>,
|
||||
<span class="code-type">bool</span> <span class="code-argument">_depthtest</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="drawLine">drawLine</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">drawLine</span>(std::vector<vec3> & <span class="code-argument">_vertices</span>,
|
||||
<span class="code-storage-keyword">const</span> etk::Color<<span class="code-type">float</span>> & <span class="code-argument">_color</span>,
|
||||
mat4 & <span class="code-argument">_transformationMatrix</span>,
|
||||
<span class="code-type">bool</span> <span class="code-argument">_updateDepthBuffer</span>,
|
||||
<span class="code-type">bool</span> <span class="code-argument">_depthtest</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="keep">keep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__Colored3DObject.html" class="code-type">ewol::Colored3DObject</a> * <span class="code-function">keep</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
keep the resource pointer.
|
||||
<br/><b>Notes:</b> Never free this pointer by your own...
|
||||
<br/> <ul>
|
||||
<b>Return:</b> pointer on the resource or NULL if an error occured.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">release</span>(<a href="ewol__Colored3DObject.html" class="code-type">ewol::Colored3DObject</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release the keeped resources
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">reference</span> on the object pointer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Colored3DObject">Colored3DObject</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Colored3DObject</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Colored3DObject">Colored3DObject</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Colored3DObject</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
201
ewol__CommandLine.html
Normal file
201
ewol__CommandLine.html
Normal file
@ -0,0 +1,201 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::CommandLine</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-type">void</span> <a class="code-function" href="#parse">parse</a> (<span class="code-type">int32_t</span> <span class="code-argument">_argc</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_argv</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#size">size</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <a class="code-function" href="#get">get</a> (<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#add">add</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_newElement</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#remove">remove</a> (<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">parse</span>(<span class="code-type">int32_t</span> <span class="code-argument">_argc</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_argv</span>);</pre>
|
||||
<br/>
|
||||
Parse the command line parameters
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="size">size</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">size</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the number of element in the Command line
|
||||
<br/><ul>
|
||||
<b>Return:</b> the number of element
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="get">get</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-function">get</span>(<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);</pre>
|
||||
<br/>
|
||||
get an element with a specific ID
|
||||
<br/><ul>
|
||||
<b>Return:</b> _id The cmdLine Id element
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="add">add</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">add</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_newElement</span>);</pre>
|
||||
<br/>
|
||||
add one element at the Command line
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newElement</span> String in the input that might be added.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="remove">remove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">remove</span>(<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);</pre>
|
||||
<br/>
|
||||
remove an element
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_id</span> Id of the element
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
247
ewol__Compositing.html
Normal file
247
ewol__Compositing.html
Normal file
@ -0,0 +1,247 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Compositing</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Compositing">Compositing</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#Compositing">Compositing</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#draw">draw</a> (<span class="code-type">bool</span> <span class="code-argument">_disableDepthTest</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#clear">clear</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#resetMatrix">resetMatrix</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#translate">translate</a> (<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_vect</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#rotate">rotate</a> (<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_vect</span>,<br/> <span class="code-type">float</span> <span class="code-argument">_angle</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#scale">scale</a> (<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_vect</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setMatrix">setMatrix</a> (<span class="code-storage-keyword">const</span> mat4 & <span class="code-argument">_mat</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<b>ewol::Compositing</b>
|
||||
+--> <a href="ewol__Shaper.html">ewol::Shaper</a>
|
||||
+--> <a href="ewol__Drawing.html">ewol::Drawing</a>
|
||||
+--> <a href="ewol__Text.html">ewol::Text</a>
|
||||
+--> <a href="ewol__Image.html">ewol::Image</a>
|
||||
+--> <a href="ewol__Area.html">ewol::Area</a>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Compositing">Compositing</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Compositing</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
generic constructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Compositing">Compositing</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Compositing</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Generic destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="draw">draw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">draw</span>(<span class="code-type">bool</span> <span class="code-argument">_disableDepthTest</span>);</pre>
|
||||
<br/>
|
||||
Virtal pure function that request the draw of all openGl elements
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="clear">clear</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">clear</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
clear alll tre registered element in the current element
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="resetMatrix">resetMatrix</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">resetMatrix</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
reset to the eye matrix the openGL mouving system
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="translate">translate</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">translate</span>(<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_vect</span>);</pre>
|
||||
<br/>
|
||||
translate the current display of this element
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_vect</span> The translation vector to apply at the transformation matrix
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="rotate">rotate</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">rotate</span>(<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_vect</span>,
|
||||
<span class="code-type">float</span> <span class="code-argument">_angle</span>);</pre>
|
||||
<br/>
|
||||
rotate the curent display of this element
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_vect</span> The rotation vector to apply at the transformation matrix
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="scale">scale</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">scale</span>(<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_vect</span>);</pre>
|
||||
<br/>
|
||||
scale the current diaplsy of this element
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_vect</span> The scaling vector to apply at the transformation matrix
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setMatrix">setMatrix</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setMatrix</span>(<span class="code-storage-keyword">const</span> mat4 & <span class="code-argument">_mat</span>);</pre>
|
||||
<br/>
|
||||
set the transformation matrix
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_mat</span> The new matrix.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
240
ewol__ConfigFile.html
Normal file
240
ewol__ConfigFile.html
Normal file
@ -0,0 +1,240 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::ConfigFile</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#reload">reload</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#request">request</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_paramName</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getInteger">getInteger</a> (<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getFloat">getFloat</a> (<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);<br>+ <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <a class="code-function" href="#getString">getString</a> (<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__ConfigFile.html" class="code-type">ewol::ConfigFile</a> * <a class="code-function" href="#keep">keep</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br>+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#release">release</a> (<a href="ewol__ConfigFile.html" class="code-type">ewol::ConfigFile</a> * & <span class="code-argument">_object</span>);<br># <a class="code-function" href="#ConfigFile">ConfigFile</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br># ~<a class="code-function" href="#ConfigFile">ConfigFile</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <b>ewol::ConfigFile</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="reload">reload</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">reload</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="request">request</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">request</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_paramName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getInteger">getInteger</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getInteger</span>(<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getFloat">getFloat</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getFloat</span>(<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getString">getString</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-function">getString</span>(<span class="code-type">int32_t</span> <span class="code-argument">_id</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="keep">keep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__ConfigFile.html" class="code-type">ewol::ConfigFile</a> * <span class="code-function">keep</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
keep the resource pointer.
|
||||
<br/><b>Notes:</b> Never free this pointer by your own...
|
||||
<br/> <ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_filename</span> Name of the configuration file.
|
||||
<br/><b>Return:</b> pointer on the resource or NULL if an error occured.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">release</span>(<a href="ewol__ConfigFile.html" class="code-type">ewol::ConfigFile</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release the keeped resources
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">reference</span> on the object pointer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="ConfigFile">ConfigFile</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">ConfigFile</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="ConfigFile">ConfigFile</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">ConfigFile</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
242
ewol__ConfigFont.html
Normal file
242
ewol__ConfigFont.html
Normal file
@ -0,0 +1,242 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::ConfigFont</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#ConfigFont">ConfigFont</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#ConfigFont">ConfigFont</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setFolder">setFolder</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_folder</span>);<br>+ <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <a class="code-function" href="#getFolder">getFolder</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#set">set</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fontName</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">_size</span>);<br>+ <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <a class="code-function" href="#getName">getName</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getSize">getSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setUseExternal">setUseExternal</a> (<span class="code-type">bool</span> <span class="code-argument">_val</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#getUseExternal">getUseExternal</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="ConfigFont">ConfigFont</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">ConfigFont</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="ConfigFont">ConfigFont</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">ConfigFont</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setFolder">setFolder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setFolder</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_folder</span>);</pre>
|
||||
<br/>
|
||||
Specify the default font folder for the Ewol search system (only needed when embended font)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_folder</span> basic folder of the font (ex: DATA:fonts)
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getFolder">getFolder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-function">getFolder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the default font folder.
|
||||
<br/><ul>
|
||||
<b>Return:</b> The default font folder.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="set">set</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">set</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fontName</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">_size</span>);</pre>
|
||||
<br/>
|
||||
set the defaut font for all the widgets and basics display.
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_fontName</span> The font name requested (not case sensitive) ex "Arial" or multiple separate by ';' ex : "Arial;Helvetica".
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_size</span> The default size of the font default=10.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getName">getName</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-function">getName</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current default font name
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getSize">getSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the default font size.
|
||||
<br/><ul>
|
||||
<b>Return:</b> the font size.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setUseExternal">setUseExternal</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setUseExternal</span>(<span class="code-type">bool</span> <span class="code-argument">_val</span>);</pre>
|
||||
<br/>
|
||||
set use of internal/external Font
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_val</span> true to enable search of internal data.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getUseExternal">getUseExternal</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">getUseExternal</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the use of internal/external Font
|
||||
<br/><ul>
|
||||
<b>Return:</b> true to enable search of internal data.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
371
ewol__Dimension.html
Normal file
371
ewol__Dimension.html
Normal file
@ -0,0 +1,371 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Dimension</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Dimension">Dimension</a> (<span class="code-type">void</span>);<br>+ <a class="code-function" href="#Dimension">Dimension</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_size</span>,<br/> <span class="code-storage-keyword">enum</span> ewol::Dimension::distance <span class="code-argument">_type</span>);<br>+ <a class="code-function" href="#Dimension">Dimension</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_config</span>);<br>+ <a class="code-function" href="#Dimension">Dimension</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>);<br>+ ~<a class="code-function" href="#Dimension">Dimension</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#string">string</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#get">get</a> (<span class="code-storage-keyword">enum</span> distance <span class="code-argument">_type</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#set">set</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_size</span>,<br/> <span class="code-storage-keyword">enum</span> distance <span class="code-argument">_type</span>);<br>+ vec2 <a class="code-function" href="#getPixel">getPixel</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#getPourcent">getPourcent</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#getMeter">getMeter</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#getCentimeter">getCentimeter</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#getMillimeter">getMillimeter</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#getKilometer">getKilometer</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#getInch">getInch</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#getFoot">getFoot</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> Dimension & <a class="code-function" href="#operator=">operator=</a> (<span class="code-storage-keyword">const</span> Dimension & <span class="code-argument">_obj</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#operator==">operator==</a> (<span class="code-storage-keyword">const</span> Dimension & <span class="code-argument">_obj</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#operator!=">operator!=</a> (<span class="code-storage-keyword">const</span> Dimension & <span class="code-argument">_obj</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#set">set</a> (<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_config</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @brief in the dimention class we store the data as the more usefull unit (pixel)
|
||||
* but one case need to be dynamic the %, then when requested in % the register the % value
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Dimension">Dimension</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Dimension</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Constructor (default :0,0 mode pixel)
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Dimension">Dimension</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Dimension</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_size</span>,
|
||||
<span class="code-storage-keyword">enum</span> ewol::Dimension::distance <span class="code-argument">_type</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_size</span> Requested dimention
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_type</span> Unit of the Dimention
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Dimension">Dimension</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Dimension</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_config</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_config</span> dimension configuration.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Dimension">Dimension</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Dimension</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_config</span> dimension configuration.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Dimension">Dimension</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Dimension</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="string">string</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">string</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
string cast :
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="get">get</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">get</span>(<span class="code-storage-keyword">enum</span> distance <span class="code-argument">_type</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in requested type
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_type</span> Type of unit requested.
|
||||
<br/><b>Return:</b> dimention requested.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="set">set</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">set</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_size</span>,
|
||||
<span class="code-storage-keyword">enum</span> distance <span class="code-argument">_type</span>);</pre>
|
||||
<br/>
|
||||
set the current dimention in requested type
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_size</span> Dimention to set
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_type</span> Type of unit requested.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getPixel">getPixel</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getPixel</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in pixel
|
||||
<br/><ul>
|
||||
<b>Return:</b> dimention in Pixel
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getPourcent">getPourcent</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getPourcent</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in Pourcent
|
||||
<br/><ul>
|
||||
<b>Return:</b> dimention in Pourcent
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getMeter">getMeter</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getMeter</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in Meter
|
||||
<br/><ul>
|
||||
<b>Return:</b> dimention in Meter
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getCentimeter">getCentimeter</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getCentimeter</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in Centimeter
|
||||
<br/><ul>
|
||||
<b>Return:</b> dimention in Centimeter
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getMillimeter">getMillimeter</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getMillimeter</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in Millimeter
|
||||
<br/><ul>
|
||||
<b>Return:</b> dimention in Millimeter
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getKilometer">getKilometer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getKilometer</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in Kilometer
|
||||
<br/><ul>
|
||||
<b>Return:</b> dimention in Kilometer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getInch">getInch</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getInch</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in Inch
|
||||
<br/><ul>
|
||||
<b>Return:</b> dimention in Inch
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getFoot">getFoot</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getFoot</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current dimention in Foot
|
||||
<br/><ul>
|
||||
<b>Return:</b> dimention in Foot
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="operator=">operator=</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> Dimension & <span class="code-function">operator=</span>(<span class="code-storage-keyword">const</span> Dimension & <span class="code-argument">_obj</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="operator==">operator==</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">operator==</span>(<span class="code-storage-keyword">const</span> Dimension & <span class="code-argument">_obj</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="operator!=">operator!=</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">operator!=</span>(<span class="code-storage-keyword">const</span> Dimension & <span class="code-argument">_obj</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="set">set</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">set</span>(<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_config</span>);</pre>
|
||||
<br/>
|
||||
set the current dimention in requested type
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_config</span> dimension configuration.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
152
ewol__DrawProperty.html
Normal file
152
ewol__DrawProperty.html
Normal file
@ -0,0 +1,152 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::DrawProperty</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-type">void</span> <a class="code-function" href="#limit">limit</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_origin</span>,<br/> <span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_size</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3><a id="limit">limit</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">limit</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_origin</span>,
|
||||
<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_size</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
505
ewol__Drawing.html
Normal file
505
ewol__Drawing.html
Normal file
File diff suppressed because one or more lines are too long
184
ewol__EConfig.html
Normal file
184
ewol__EConfig.html
Normal file
@ -0,0 +1,184 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EConfig</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EConfig">EConfig</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setConfig">setConfig</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getConfig">getConfig</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setData">setData</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);<br>+ <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <a class="code-function" href="#getData">getData</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EConfig">EConfig</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EConfig</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setConfig">setConfig</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setConfig</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getConfig">getConfig</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getConfig</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setData">setData</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setData</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getData">getData</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-function">getData</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
195
ewol__EConfigElement.html
Normal file
195
ewol__EConfigElement.html
Normal file
@ -0,0 +1,195 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EConfigElement</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EConfigElement">EConfigElement</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_type</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_control</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_description</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_default</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getConfig">getConfig</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getControl">getControl</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getDescription">getDescription</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getDefault">getDefault</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EConfigElement">EConfigElement</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EConfigElement</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_type</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_control</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_description</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_default</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getConfig">getConfig</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getConfig</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getControl">getControl</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getControl</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getDescription">getDescription</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getDescription</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getDefault">getDefault</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getDefault</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
201
ewol__EMessage.html
Normal file
201
ewol__EMessage.html
Normal file
@ -0,0 +1,201 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EMessage</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EMessage">EMessage</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_caller</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_message</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setCaller">setCaller</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_caller</span>);<br>+ <a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <a class="code-function" href="#getCaller">getCaller</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setMessage">setMessage</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_message</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getMessage">getMessage</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setData">setData</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);<br>+ <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <a class="code-function" href="#getData">getData</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EMessage">EMessage</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EMessage</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_caller</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_message</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setCaller">setCaller</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setCaller</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_caller</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getCaller">getCaller</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-function">getCaller</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setMessage">setMessage</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setMessage</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_message</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getMessage">getMessage</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getMessage</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setData">setData</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setData</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getData">getData</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-function">getData</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
195
ewol__EMultiCast.html
Normal file
195
ewol__EMultiCast.html
Normal file
@ -0,0 +1,195 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EMultiCast</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EMultiCast">EMultiCast</a> ();<br>+ ~<a class="code-function" href="#EMultiCast">EMultiCast</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#anonymousSend">anonymousSend</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-storage-keyword">const</span> <span class="code-argument">_messageId</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#send">send</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-storage-keyword">const</span> <span class="code-argument">_message</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#rm">rm</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#add">add</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-storage-keyword">const</span> <span class="code-argument">_message</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EMultiCast">EMultiCast</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EMultiCast</span>();</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="EMultiCast">EMultiCast</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">EMultiCast</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="anonymousSend">anonymousSend</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">anonymousSend</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-storage-keyword">const</span> <span class="code-argument">_messageId</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="send">send</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">send</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-storage-keyword">const</span> <span class="code-argument">_message</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="rm">rm</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">rm</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="add">add</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">add</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-storage-keyword">const</span> <span class="code-argument">_message</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
152
ewol__EMultiCast__MessageList.html
Normal file
152
ewol__EMultiCast__MessageList.html
Normal file
@ -0,0 +1,152 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EMultiCast::MessageList</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#MessageList">MessageList</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_message</span>,<br/> <a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::EMultiCast::<a id="MessageList">MessageList</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">MessageList</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_message</span>,
|
||||
<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
617
ewol__EObject.html
Normal file
617
ewol__EObject.html
Normal file
File diff suppressed because one or more lines are too long
232
ewol__EObjectManager.html
Normal file
232
ewol__EObjectManager.html
Normal file
@ -0,0 +1,232 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EObjectManager</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EObjectManager">EObjectManager</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#EObjectManager">EObjectManager</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#unInit">unInit</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#add">add</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#rm">rm</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getNumberObject">getNumberObject</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#autoRemove">autoRemove</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeAllAutoRemove">removeAllAutoRemove</a> (<span class="code-type">void</span>);<br>+ <a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <a class="code-function" href="#get">get</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);<br>+ <a href="ewol__EMultiCast.html" class="code-type">ewol::EMultiCast</a> & <a class="code-function" href="#multiCast">multiCast</a> (<span class="code-type">void</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#informOneObjectIsRemoved">informOneObjectIsRemoved</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EObjectManager">EObjectManager</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EObjectManager</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="EObjectManager">EObjectManager</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">EObjectManager</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="unInit">unInit</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">unInit</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
remove all resources (un-init) out of the destructor (due to the system implementation)
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="add">add</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">add</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="rm">rm</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">rm</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getNumberObject">getNumberObject</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getNumberObject</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="autoRemove">autoRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">autoRemove</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeAllAutoRemove">removeAllAutoRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeAllAutoRemove</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="get">get</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-function">get</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="multiCast">multiCast</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__EMultiCast.html" class="code-type">ewol::EMultiCast</a> & <span class="code-function">multiCast</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="informOneObjectIsRemoved">informOneObjectIsRemoved</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">informOneObjectIsRemoved</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
218
ewol__EventEntry.html
Normal file
218
ewol__EventEntry.html
Normal file
@ -0,0 +1,218 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EventEntry</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EventEntry">EventEntry</a> (<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__keyboard.html" class="code-type">ewol::keyEvent::keyboard</a> <span class="code-argument">_type</span>,<br/> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>,<br/> <a href="ewol__SpecialKey.html" class="code-type">ewol::SpecialKey</a> <span class="code-argument">_specialKey</span>,<br/> <span class="code-type">char32_t</span> <span class="code-argument">_char</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setType">setType</a> (<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__keyboard.html" class="code-type">ewol::keyEvent::keyboard</a> <span class="code-argument">_type</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__keyboard.html" class="code-type">ewol::keyEvent::keyboard</a> & <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setStatus">setStatus</a> (<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> & <a class="code-function" href="#getStatus">getStatus</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setSpecialKey">setSpecialKey</a> (<span class="code-storage-keyword">const</span> <a href="ewol__SpecialKey.html" class="code-type">ewol::SpecialKey</a> & <span class="code-argument">_specialKey</span>);<br>+ <span class="code-storage-keyword">const</span> <a href="ewol__SpecialKey.html" class="code-type">ewol::SpecialKey</a> & <a class="code-function" href="#getSpecialKey">getSpecialKey</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setChar">setChar</a> (<span class="code-type">char32_t</span> <span class="code-argument">_char</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> & <a class="code-function" href="#getChar">getChar</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EventEntry">EventEntry</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EventEntry</span>(<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__keyboard.html" class="code-type">ewol::keyEvent::keyboard</a> <span class="code-argument">_type</span>,
|
||||
<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>,
|
||||
<a href="ewol__SpecialKey.html" class="code-type">ewol::SpecialKey</a> <span class="code-argument">_specialKey</span>,
|
||||
<span class="code-type">char32_t</span> <span class="code-argument">_char</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setType">setType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setType</span>(<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__keyboard.html" class="code-type">ewol::keyEvent::keyboard</a> <span class="code-argument">_type</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__keyboard.html" class="code-type">ewol::keyEvent::keyboard</a> & <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setStatus">setStatus</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setStatus</span>(<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getStatus">getStatus</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> & <span class="code-function">getStatus</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setSpecialKey">setSpecialKey</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setSpecialKey</span>(<span class="code-storage-keyword">const</span> <a href="ewol__SpecialKey.html" class="code-type">ewol::SpecialKey</a> & <span class="code-argument">_specialKey</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getSpecialKey">getSpecialKey</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <a href="ewol__SpecialKey.html" class="code-type">ewol::SpecialKey</a> & <span class="code-function">getSpecialKey</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setChar">setChar</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setChar</span>(<span class="code-type">char32_t</span> <span class="code-argument">_char</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getChar">getChar</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> & <span class="code-function">getChar</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
154
ewol__EventEntrySystem.html
Normal file
154
ewol__EventEntrySystem.html
Normal file
@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EventEntrySystem</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EventEntrySystem">EventEntrySystem</a> (<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__keyboard.html" class="code-type">ewol::keyEvent::keyboard</a> <span class="code-argument">_type</span>,<br/> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>,<br/> <a href="ewol__SpecialKey.html" class="code-type">ewol::SpecialKey</a> <span class="code-argument">_specialKey</span>,<br/> <span class="code-type">char32_t</span> <span class="code-argument">_char</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EventEntrySystem">EventEntrySystem</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EventEntrySystem</span>(<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__keyboard.html" class="code-type">ewol::keyEvent::keyboard</a> <span class="code-argument">_type</span>,
|
||||
<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>,
|
||||
<a href="ewol__SpecialKey.html" class="code-type">ewol::SpecialKey</a> <span class="code-argument">_specialKey</span>,
|
||||
<span class="code-type">char32_t</span> <span class="code-argument">_char</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
146
ewol__EventExtGen.html
Normal file
146
ewol__EventExtGen.html
Normal file
@ -0,0 +1,146 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EventExtGen</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
</pre>
|
||||
|
||||
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* local class for event generation
|
||||
*/<h2>Detail:<h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
218
ewol__EventInput.html
Normal file
218
ewol__EventInput.html
Normal file
@ -0,0 +1,218 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EventInput</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EventInput">EventInput</a> (<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__type.html" class="code-type">ewol::keyEvent::type</a> <span class="code-argument">_type</span>,<br/> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>,<br/> <span class="code-type">uint8_t</span> <span class="code-argument">_id</span>,<br/> <span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setType">setType</a> (<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__type.html" class="code-type">ewol::keyEvent::type</a> <span class="code-argument">_type</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__type.html" class="code-type">ewol::keyEvent::type</a> & <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setStatus">setStatus</a> (<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> & <a class="code-function" href="#getStatus">getStatus</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setId">setId</a> (<span class="code-type">uint8_t</span> <span class="code-argument">_id</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">uint8_t</span> & <a class="code-function" href="#getId">getId</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setPos">setPos</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);<br>+ <span class="code-storage-keyword">const</span> vec2 & <a class="code-function" href="#getPos">getPos</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EventInput">EventInput</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EventInput</span>(<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__type.html" class="code-type">ewol::keyEvent::type</a> <span class="code-argument">_type</span>,
|
||||
<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>,
|
||||
<span class="code-type">uint8_t</span> <span class="code-argument">_id</span>,
|
||||
<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setType">setType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setType</span>(<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__type.html" class="code-type">ewol::keyEvent::type</a> <span class="code-argument">_type</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__type.html" class="code-type">ewol::keyEvent::type</a> & <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setStatus">setStatus</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setStatus</span>(<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getStatus">getStatus</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> & <span class="code-function">getStatus</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setId">setId</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setId</span>(<span class="code-type">uint8_t</span> <span class="code-argument">_id</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getId">getId</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">uint8_t</span> & <span class="code-function">getId</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setPos">setPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setPos</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getPos">getPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> vec2 & <span class="code-function">getPos</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
188
ewol__EventInputSystem.html
Normal file
188
ewol__EventInputSystem.html
Normal file
@ -0,0 +1,188 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EventInputSystem</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EventInputSystem">EventInputSystem</a> (<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__type.html" class="code-type">ewol::keyEvent::type</a> <span class="code-argument">_type</span>,<br/> <span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>,<br/> <span class="code-type">uint8_t</span> <span class="code-argument">_id</span>,<br/> <span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>,<br/> <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_dest</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">_realIdEvent</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setDestWidget">setDestWidget</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_dest</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#getDestWidget">getDestWidget</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setRealId">setRealId</a> (<span class="code-type">int32_t</span> <span class="code-argument">_realIdEvent</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getRealId">getRealId</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EventInputSystem">EventInputSystem</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EventInputSystem</span>(<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__type.html" class="code-type">ewol::keyEvent::type</a> <span class="code-argument">_type</span>,
|
||||
<span class="code-storage-keyword">enum</span> <a href="ewol__keyEvent__status.html" class="code-type">ewol::keyEvent::status</a> <span class="code-argument">_status</span>,
|
||||
<span class="code-type">uint8_t</span> <span class="code-argument">_id</span>,
|
||||
<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>,
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_dest</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">_realIdEvent</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setDestWidget">setDestWidget</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setDestWidget</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_dest</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getDestWidget">getDestWidget</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">getDestWidget</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setRealId">setRealId</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setRealId</span>(<span class="code-type">int32_t</span> <span class="code-argument">_realIdEvent</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getRealId">getRealId</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getRealId</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
159
ewol__EventShortCut.html
Normal file
159
ewol__EventShortCut.html
Normal file
@ -0,0 +1,159 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EventShortCut</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EventShortCut">EventShortCut</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#EventShortCut">EventShortCut</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EventShortCut">EventShortCut</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EventShortCut</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="EventShortCut">EventShortCut</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">EventShortCut</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
226
ewol__EventTime.html
Normal file
226
ewol__EventTime.html
Normal file
@ -0,0 +1,226 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::EventTime</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#EventTime">EventTime</a> (<span class="code-type">int64_t</span> <span class="code-argument">_timeSystem</span>,<br/> <span class="code-type">int64_t</span> <span class="code-argument">_timeUpAppl</span>,<br/> <span class="code-type">float</span> <span class="code-argument">_timeDelta</span>,<br/> <span class="code-type">float</span> <span class="code-argument">_timeDeltaCall</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setTime">setTime</a> (<span class="code-type">int64_t</span> <span class="code-argument">_timeSystem</span>);<br>+ <span class="code-type">int64_t</span> <a class="code-function" href="#getTime">getTime</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setApplWakeUpTime">setApplWakeUpTime</a> (<span class="code-type">int64_t</span> <span class="code-argument">_timeUpAppl</span>);<br>+ <span class="code-type">int64_t</span> <a class="code-function" href="#getApplWakeUpTime">getApplWakeUpTime</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">int64_t</span> <a class="code-function" href="#getApplUpTime">getApplUpTime</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setDelta">setDelta</a> (<span class="code-type">float</span> <span class="code-argument">_timeDelta</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getDelta">getDelta</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setDeltaCall">setDeltaCall</a> (<span class="code-type">float</span> <span class="code-argument">_timeDeltaCall</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getDeltaCall">getDeltaCall</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="EventTime">EventTime</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">EventTime</span>(<span class="code-type">int64_t</span> <span class="code-argument">_timeSystem</span>,
|
||||
<span class="code-type">int64_t</span> <span class="code-argument">_timeUpAppl</span>,
|
||||
<span class="code-type">float</span> <span class="code-argument">_timeDelta</span>,
|
||||
<span class="code-type">float</span> <span class="code-argument">_timeDeltaCall</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setTime">setTime</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setTime</span>(<span class="code-type">int64_t</span> <span class="code-argument">_timeSystem</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getTime">getTime</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int64_t</span> <span class="code-function">getTime</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setApplWakeUpTime">setApplWakeUpTime</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setApplWakeUpTime</span>(<span class="code-type">int64_t</span> <span class="code-argument">_timeUpAppl</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getApplWakeUpTime">getApplWakeUpTime</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int64_t</span> <span class="code-function">getApplWakeUpTime</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getApplUpTime">getApplUpTime</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int64_t</span> <span class="code-function">getApplUpTime</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setDelta">setDelta</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setDelta</span>(<span class="code-type">float</span> <span class="code-argument">_timeDelta</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getDelta">getDelta</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getDelta</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setDeltaCall">setDeltaCall</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setDeltaCall</span>(<span class="code-type">float</span> <span class="code-argument">_timeDeltaCall</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getDeltaCall">getDeltaCall</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getDeltaCall</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
180
ewol__Face.html
Normal file
180
ewol__Face.html
Normal file
@ -0,0 +1,180 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Face</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Face">Face</a> (<span class="code-type">void</span>);<br>+ <a class="code-function" href="#Face">Face</a> (<span class="code-type">int32_t</span> <span class="code-argument">v1</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">t1</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">v2</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">t2</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">v3</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">t3</span>);<br>+ <a class="code-function" href="#Face">Face</a> (<span class="code-type">int32_t</span> <span class="code-argument">v1</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">t1</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">n1</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">v2</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">t2</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">n2</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">v3</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">t3</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">n3</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Face">Face</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Face</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Face">Face</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Face</span>(<span class="code-type">int32_t</span> <span class="code-argument">v1</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">t1</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">v2</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">t2</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">v3</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">t3</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Face">Face</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Face</span>(<span class="code-type">int32_t</span> <span class="code-argument">v1</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">t1</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">n1</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">v2</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">t2</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">n2</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">v3</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">t3</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">n3</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
143
ewol__FaceIndexing.html
Normal file
143
ewol__FaceIndexing.html
Normal file
@ -0,0 +1,143 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::FaceIndexing</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
</pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
230
ewol__FontBase.html
Normal file
230
ewol__FontBase.html
Normal file
@ -0,0 +1,230 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::FontBase</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#FontBase">FontBase</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fontName</span>);<br>+ ~<a class="code-function" href="#FontBase">FontBase</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#getGlyphProperty">getGlyphProperty</a> (<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,<br/> <a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> & <span class="code-argument">_property</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#drawGlyph">drawGlyph</a> (<a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> & <span class="code-argument">_imageOut</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,<br/> ivec2 <span class="code-argument">_glyphPosition</span>,<br/> <a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> & <span class="code-argument">_property</span>,<br/> <span class="code-type">int8_t</span> <span class="code-argument">_posInImage</span>);<br>+ vec2 <a class="code-function" href="#getSize">getSize</a> (<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_unicodeString</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getHeight">getHeight</a> (<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#generateKerning">generateKerning</a> (<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,<br/> std::vector<ewol::GlyphProperty> & <span class="code-argument">_listGlyph</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <b>ewol::FontBase</b>
|
||||
+--> <a href="ewol__FontFreeType.html">ewol::FontFreeType</a>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="FontBase">FontBase</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">FontBase</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fontName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="FontBase">FontBase</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">FontBase</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getGlyphProperty">getGlyphProperty</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">getGlyphProperty</span>(<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,
|
||||
<a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> & <span class="code-argument">_property</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="drawGlyph">drawGlyph</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">drawGlyph</span>(<a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> & <span class="code-argument">_imageOut</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,
|
||||
ivec2 <span class="code-argument">_glyphPosition</span>,
|
||||
<a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> & <span class="code-argument">_property</span>,
|
||||
<span class="code-type">int8_t</span> <span class="code-argument">_posInImage</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getSize">getSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getSize</span>(<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_unicodeString</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getHeight">getHeight</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getHeight</span>(<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="generateKerning">generateKerning</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">generateKerning</span>(<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,
|
||||
std::vector<ewol::GlyphProperty> & <span class="code-argument">_listGlyph</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
248
ewol__FontFreeType.html
Normal file
248
ewol__FontFreeType.html
Normal file
@ -0,0 +1,248 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::FontFreeType</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-type">bool</span> <a class="code-function" href="#getGlyphProperty">getGlyphProperty</a> (<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,<br/> <a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> & <span class="code-argument">_property</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#drawGlyph">drawGlyph</a> (<a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> & <span class="code-argument">_imageOut</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,<br/> ivec2 <span class="code-argument">_glyphPosition</span>,<br/> <a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> & <span class="code-argument">_property</span>,<br/> <span class="code-type">int8_t</span> <span class="code-argument">_posInImage</span>);<br>+ vec2 <a class="code-function" href="#getSize">getSize</a> (<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_unicodeString</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getHeight">getHeight</a> (<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#generateKerning">generateKerning</a> (<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,<br/> std::vector<ewol::GlyphProperty> & <span class="code-argument">_listGlyph</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__FontBase.html" class="code-type">ewol::FontBase</a> * <a class="code-function" href="#keep">keep</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br>+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#release">release</a> (<a href="ewol__FontBase.html" class="code-type">ewol::FontBase</a> * & <span class="code-argument">_object</span>);<br># <a class="code-function" href="#FontFreeType">FontFreeType</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fontName</span>);<br># ~<a class="code-function" href="#FontFreeType">FontFreeType</a> (<span class="code-type">void</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <a href="ewol__FontBase.html">ewol::FontBase</a>
|
||||
+--> <b>ewol::FontFreeType</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3><a id="getGlyphProperty">getGlyphProperty</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">getGlyphProperty</span>(<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,
|
||||
<a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> & <span class="code-argument">_property</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="drawGlyph">drawGlyph</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">drawGlyph</span>(<a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> & <span class="code-argument">_imageOut</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,
|
||||
ivec2 <span class="code-argument">_glyphPosition</span>,
|
||||
<a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> & <span class="code-argument">_property</span>,
|
||||
<span class="code-type">int8_t</span> <span class="code-argument">_posInImage</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getSize">getSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getSize</span>(<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_unicodeString</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getHeight">getHeight</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getHeight</span>(<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="generateKerning">generateKerning</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">generateKerning</span>(<span class="code-type">int32_t</span> <span class="code-argument">_fontSize</span>,
|
||||
std::vector<ewol::GlyphProperty> & <span class="code-argument">_listGlyph</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="keep">keep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__FontBase.html" class="code-type">ewol::FontBase</a> * <span class="code-function">keep</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
keep the resource pointer.
|
||||
<br/><b>Notes:</b> Never free this pointer by your own...
|
||||
<br/> <ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_filename</span> Name of the base font.
|
||||
<br/><b>Return:</b> pointer on the resource or NULL if an error occured.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">release</span>(<a href="ewol__FontBase.html" class="code-type">ewol::FontBase</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release the keeped resources
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">reference</span> on the object pointer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="FontFreeType">FontFreeType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">FontFreeType</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fontName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="FontFreeType">FontFreeType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">FontFreeType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
204
ewol__Fps.html
Normal file
204
ewol__Fps.html
Normal file
@ -0,0 +1,204 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Fps</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Fps">Fps</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">displayName</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">displayFPS</span>);<br>+ ~<a class="code-function" href="#Fps">Fps</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#tic">tic</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#toc">toc</a> (<span class="code-type">bool</span> <span class="code-argument">displayTime</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#incrementCounter">incrementCounter</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#draw">draw</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @brief This class is designed to count the number of frame per second in the main renderer system
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Fps">Fps</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Fps</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">displayName</span>,
|
||||
<span class="code-type">bool</span> <span class="code-argument">displayFPS</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Fps">Fps</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Fps</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="tic">tic</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">tic</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
this might be call every time a diplay start
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toc">toc</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">toc</span>(<span class="code-type">bool</span> <span class="code-argument">displayTime</span>);</pre>
|
||||
<br/>
|
||||
this might be call every time a diplay stop, it do the display every second
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">displayTime</span> display curent time of the frame.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="incrementCounter">incrementCounter</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">incrementCounter</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
this might be call when a display is really done
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="draw">draw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">draw</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
draw debug display ...
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
197
ewol__GlyphProperty.html
Normal file
197
ewol__GlyphProperty.html
Normal file
@ -0,0 +1,197 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::GlyphProperty</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#GlyphProperty">GlyphProperty</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#kerningGet">kerningGet</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> <span class="code-argument">_charcode</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#kerningAdd">kerningAdd</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> <span class="code-argument">_charcode</span>,<br/> <span class="code-type">float</span> <span class="code-argument">_value</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#kerningClear">kerningClear</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#exist">exist</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setNotExist">setNotExist</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="GlyphProperty">GlyphProperty</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">GlyphProperty</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="kerningGet">kerningGet</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">kerningGet</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> <span class="code-argument">_charcode</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="kerningAdd">kerningAdd</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">kerningAdd</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> <span class="code-argument">_charcode</span>,
|
||||
<span class="code-type">float</span> <span class="code-argument">_value</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="kerningClear">kerningClear</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">kerningClear</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="exist">exist</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">exist</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the status of the char, if it exist or not in the FONT
|
||||
<br/><ul>
|
||||
<b>Return:</b> true if the char is availlable, false otherwise
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setNotExist">setNotExist</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setNotExist</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
set the element doen not exist !!!
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
416
ewol__Image.html
Normal file
416
ewol__Image.html
Normal file
File diff suppressed because one or more lines are too long
201
ewol__Kerning.html
Normal file
201
ewol__Kerning.html
Normal file
@ -0,0 +1,201 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Kerning</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Kerning">Kerning</a> (<span class="code-type">void</span>);<br>+ <a class="code-function" href="#Kerning">Kerning</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> <span class="code-argument">_charcode</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">float</span> <span class="code-argument">_value</span>);<br>+ ~<a class="code-function" href="#Kerning">Kerning</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @brief Kerning properties of one specific Glyph with an other
|
||||
* @note The "Kerning" is the methode to provide a better display for some string like
|
||||
* the "VA" has 2 letter that overlap themself. This name Kerning
|
||||
*
|
||||
* Without Kerning :
|
||||
*
|
||||
* \ / /\
|
||||
* \ / / \
|
||||
* \ / / \
|
||||
* \ / /______\
|
||||
* \ / / \
|
||||
* \/ / \
|
||||
* v v a a
|
||||
*
|
||||
* With Kerning :
|
||||
*
|
||||
* \ / /\
|
||||
* \ / / \
|
||||
* \ / / \
|
||||
* \ / /______\
|
||||
* \ / / \
|
||||
* \/ / \
|
||||
* v a v a
|
||||
*
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Kerning">Kerning</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Kerning</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Simple constructor that allow to allocate the std::vector element
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Kerning">Kerning</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Kerning</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> <span class="code-argument">_charcode</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">float</span> <span class="code-argument">_value</span>);</pre>
|
||||
<br/>
|
||||
Normal constructor
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_charcode</span> The Unicode value of the coresponding character that might be before
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_value</span> The Kerning value of the offset (nb pixel number)
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Kerning">Kerning</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Kerning</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
normal destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
225
ewol__Light.html
Normal file
225
ewol__Light.html
Normal file
@ -0,0 +1,225 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Light</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Light">Light</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#Light">Light</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#link">link</a> (<a href="ewol__Program.html" class="code-type">ewol::Program</a> * <span class="code-argument">_prog</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_baseName</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#draw">draw</a> (<a href="ewol__Program.html" class="code-type">ewol::Program</a> * <span class="code-argument">_prog</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setDirection">setDirection</a> (<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">val</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setHalfPlane">setHalfPlane</a> (<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">val</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setAmbientColor">setAmbientColor</a> (<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">val</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setDiffuseColor">setDiffuseColor</a> (<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">val</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setSpecularColor">setSpecularColor</a> (<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">val</span>);<br>+ <span class="code-storage-keyword">friend</span> <a href="http://HeeroYui.github.io/etk//etk__CCout.html" class="code-type">etk::CCout</a> & <a class="code-function" href="#operator<<">operator<<</a> (<a href="http://HeeroYui.github.io/etk//etk__CCout.html" class="code-type">etk::CCout</a> & <span class="code-argument">_os</span>,<br/> <span class="code-storage-keyword">const</span> <a href="ewol__Light.html" class="code-type">ewol::Light</a> & <span class="code-argument">_obj</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Light">Light</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Light</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Light">Light</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Light</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="link">link</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">link</span>(<a href="ewol__Program.html" class="code-type">ewol::Program</a> * <span class="code-argument">_prog</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_baseName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="draw">draw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">draw</span>(<a href="ewol__Program.html" class="code-type">ewol::Program</a> * <span class="code-argument">_prog</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setDirection">setDirection</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setDirection</span>(<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setHalfPlane">setHalfPlane</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setHalfPlane</span>(<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setAmbientColor">setAmbientColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setAmbientColor</span>(<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setDiffuseColor">setDiffuseColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setDiffuseColor</span>(<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setSpecularColor">setSpecularColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setSpecularColor</span>(<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="operator<<">operator<<</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">friend</span> <a href="http://HeeroYui.github.io/etk//etk__CCout.html" class="code-type">etk::CCout</a> & <span class="code-function">operator<<</span>(<a href="http://HeeroYui.github.io/etk//etk__CCout.html" class="code-type">etk::CCout</a> & <span class="code-argument">_os</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="ewol__Light.html" class="code-type">ewol::Light</a> & <span class="code-argument">_obj</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
232
ewol__Material.html
Normal file
232
ewol__Material.html
Normal file
@ -0,0 +1,232 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Material</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Material">Material</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#Material">Material</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#draw">draw</a> (<a href="ewol__Program.html" class="code-type">ewol::Program</a> * <span class="code-argument">_prog</span>,<br/> <span class="code-storage-keyword">const</span> MaterialGlId & <span class="code-argument">_glID</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setAmbientFactor">setAmbientFactor</a> (<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">_val</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setDiffuseFactor">setDiffuseFactor</a> (<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">_val</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setSpecularFactor">setSpecularFactor</a> (<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">_val</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setShininess">setShininess</a> (<span class="code-type">float</span> <span class="code-argument">_val</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setTexture0">setTexture0</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setImageSize">setImageSize</a> (<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_newSize</span>);<br>+ <a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> * <a class="code-function" href="#get">get</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#flush">flush</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Material">Material</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Material</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Material">Material</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Material</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="draw">draw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">draw</span>(<a href="ewol__Program.html" class="code-type">ewol::Program</a> * <span class="code-argument">_prog</span>,
|
||||
<span class="code-storage-keyword">const</span> MaterialGlId & <span class="code-argument">_glID</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setAmbientFactor">setAmbientFactor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setAmbientFactor</span>(<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">_val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setDiffuseFactor">setDiffuseFactor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setDiffuseFactor</span>(<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">_val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setSpecularFactor">setSpecularFactor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setSpecularFactor</span>(<span class="code-storage-keyword">const</span> vec4 & <span class="code-argument">_val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setShininess">setShininess</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setShininess</span>(<span class="code-type">float</span> <span class="code-argument">_val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setTexture0">setTexture0</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setTexture0</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setImageSize">setImageSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setImageSize</span>(<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_newSize</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="get">get</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> * <span class="code-function">get</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="flush">flush</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">flush</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
160
ewol__MaterialGlId.html
Normal file
160
ewol__MaterialGlId.html
Normal file
@ -0,0 +1,160 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::MaterialGlId</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#MaterialGlId">MaterialGlId</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#link">link</a> (<a href="ewol__Program.html" class="code-type">ewol::Program</a> * <span class="code-argument">_prog</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_baseName</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="MaterialGlId">MaterialGlId</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">MaterialGlId</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="link">link</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">link</span>(<a href="ewol__Program.html" class="code-type">ewol::Program</a> * <span class="code-argument">_prog</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_baseName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
333
ewol__Mesh.html
Normal file
333
ewol__Mesh.html
Normal file
File diff suppressed because one or more lines are too long
213
ewol__PhysicsBox.html
Normal file
213
ewol__PhysicsBox.html
Normal file
@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::PhysicsBox</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#PhysicsBox">PhysicsBox</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#PhysicsBox">PhysicsBox</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#parse">parse</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">enum</span> type <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> vec3 & <a class="code-function" href="#getSize">getSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsBox * <a class="code-function" href="#toBox">toBox</a> (<span class="code-type">void</span>);<br>+ PhysicsBox * <a class="code-function" href="#toBox">toBox</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__PhysicsShape.html">ewol::PhysicsShape</a>
|
||||
+--> <b>ewol::PhysicsBox</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="PhysicsBox">PhysicsBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">PhysicsBox</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="PhysicsBox">PhysicsBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">PhysicsBox</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">parse</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">enum</span> type <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getSize">getSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> vec3 & <span class="code-function">getSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toBox">toBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsBox * <span class="code-function">toBox</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toBox">toBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsBox * <span class="code-function">toBox</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
221
ewol__PhysicsCapsule.html
Normal file
221
ewol__PhysicsCapsule.html
Normal file
@ -0,0 +1,221 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::PhysicsCapsule</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#PhysicsCapsule">PhysicsCapsule</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#PhysicsCapsule">PhysicsCapsule</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#parse">parse</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">enum</span> type <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getRadius">getRadius</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getHeight">getHeight</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsCapsule * <a class="code-function" href="#toCapsule">toCapsule</a> (<span class="code-type">void</span>);<br>+ PhysicsCapsule * <a class="code-function" href="#toCapsule">toCapsule</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__PhysicsShape.html">ewol::PhysicsShape</a>
|
||||
+--> <b>ewol::PhysicsCapsule</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="PhysicsCapsule">PhysicsCapsule</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">PhysicsCapsule</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="PhysicsCapsule">PhysicsCapsule</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">PhysicsCapsule</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">parse</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">enum</span> type <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getRadius">getRadius</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getRadius</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getHeight">getHeight</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getHeight</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCapsule">toCapsule</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsCapsule * <span class="code-function">toCapsule</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCapsule">toCapsule</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsCapsule * <span class="code-function">toCapsule</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
221
ewol__PhysicsCone.html
Normal file
221
ewol__PhysicsCone.html
Normal file
@ -0,0 +1,221 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::PhysicsCone</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#PhysicsCone">PhysicsCone</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#PhysicsCone">PhysicsCone</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#parse">parse</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">enum</span> type <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getRadius">getRadius</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getHeight">getHeight</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsCone * <a class="code-function" href="#toCone">toCone</a> (<span class="code-type">void</span>);<br>+ PhysicsCone * <a class="code-function" href="#toCone">toCone</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__PhysicsShape.html">ewol::PhysicsShape</a>
|
||||
+--> <b>ewol::PhysicsCone</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="PhysicsCone">PhysicsCone</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">PhysicsCone</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="PhysicsCone">PhysicsCone</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">PhysicsCone</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">parse</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">enum</span> type <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getRadius">getRadius</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getRadius</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getHeight">getHeight</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getHeight</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCone">toCone</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsCone * <span class="code-function">toCone</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCone">toCone</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsCone * <span class="code-function">toCone</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
221
ewol__PhysicsConvexHull.html
Normal file
221
ewol__PhysicsConvexHull.html
Normal file
@ -0,0 +1,221 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::PhysicsConvexHull</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#PhysicsConvexHull">PhysicsConvexHull</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#PhysicsConvexHull">PhysicsConvexHull</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#parse">parse</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">enum</span> type <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ vec3 <a class="code-function" href="#getScale">getScale</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> std::vector<vec3> & <a class="code-function" href="#getPointList">getPointList</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsConvexHull * <a class="code-function" href="#toConvexHull">toConvexHull</a> (<span class="code-type">void</span>);<br>+ PhysicsConvexHull * <a class="code-function" href="#toConvexHull">toConvexHull</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__PhysicsShape.html">ewol::PhysicsShape</a>
|
||||
+--> <b>ewol::PhysicsConvexHull</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="PhysicsConvexHull">PhysicsConvexHull</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">PhysicsConvexHull</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="PhysicsConvexHull">PhysicsConvexHull</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">PhysicsConvexHull</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">parse</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">enum</span> type <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getScale">getScale</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec3 <span class="code-function">getScale</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getPointList">getPointList</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> std::vector<vec3> & <span class="code-function">getPointList</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toConvexHull">toConvexHull</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsConvexHull * <span class="code-function">toConvexHull</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toConvexHull">toConvexHull</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsConvexHull * <span class="code-function">toConvexHull</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
213
ewol__PhysicsCylinder.html
Normal file
213
ewol__PhysicsCylinder.html
Normal file
@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::PhysicsCylinder</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#PhysicsCylinder">PhysicsCylinder</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#PhysicsCylinder">PhysicsCylinder</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#parse">parse</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">enum</span> type <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ vec3 <a class="code-function" href="#getSize">getSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsCylinder * <a class="code-function" href="#toCylinder">toCylinder</a> (<span class="code-type">void</span>);<br>+ PhysicsCylinder * <a class="code-function" href="#toCylinder">toCylinder</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__PhysicsShape.html">ewol::PhysicsShape</a>
|
||||
+--> <b>ewol::PhysicsCylinder</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="PhysicsCylinder">PhysicsCylinder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">PhysicsCylinder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="PhysicsCylinder">PhysicsCylinder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">PhysicsCylinder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">parse</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">enum</span> type <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getSize">getSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec3 <span class="code-function">getSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCylinder">toCylinder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsCylinder * <span class="code-function">toCylinder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCylinder">toCylinder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsCylinder * <span class="code-function">toCylinder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
362
ewol__PhysicsShape.html
Normal file
362
ewol__PhysicsShape.html
Normal file
@ -0,0 +1,362 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::PhysicsShape</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">static</span> PhysicsShape * <a class="code-function" href="#create">create</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);<br>+ <a class="code-function" href="#PhysicsShape">PhysicsShape</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#PhysicsShape">PhysicsShape</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">enum</span> type <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#parse">parse</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> vec4 & <a class="code-function" href="#getQuaternion">getQuaternion</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> vec3 & <a class="code-function" href="#getOrigin">getOrigin</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isBox">isBox</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isCylinder">isCylinder</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isCapsule">isCapsule</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isCone">isCone</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isConvexHull">isConvexHull</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSphere">isSphere</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsBox * <a class="code-function" href="#toBox">toBox</a> (<span class="code-type">void</span>);<br>+ PhysicsBox * <a class="code-function" href="#toBox">toBox</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsCylinder * <a class="code-function" href="#toCylinder">toCylinder</a> (<span class="code-type">void</span>);<br>+ PhysicsCylinder * <a class="code-function" href="#toCylinder">toCylinder</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsCapsule * <a class="code-function" href="#toCapsule">toCapsule</a> (<span class="code-type">void</span>);<br>+ PhysicsCapsule * <a class="code-function" href="#toCapsule">toCapsule</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsCone * <a class="code-function" href="#toCone">toCone</a> (<span class="code-type">void</span>);<br>+ PhysicsCone * <a class="code-function" href="#toCone">toCone</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsConvexHull * <a class="code-function" href="#toConvexHull">toConvexHull</a> (<span class="code-type">void</span>);<br>+ PhysicsConvexHull * <a class="code-function" href="#toConvexHull">toConvexHull</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> PhysicsSphere * <a class="code-function" href="#toSphere">toSphere</a> (<span class="code-type">void</span>);<br>+ PhysicsSphere * <a class="code-function" href="#toSphere">toSphere</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<b>ewol::PhysicsShape</b>
|
||||
+--> <a href="ewol__PhysicsBox.html">ewol::PhysicsBox</a>
|
||||
+--> <a href="ewol__PhysicsCone.html">ewol::PhysicsCone</a>
|
||||
+--> <a href="ewol__PhysicsCapsule.html">ewol::PhysicsCapsule</a>
|
||||
+--> <a href="ewol__PhysicsConvexHull.html">ewol::PhysicsConvexHull</a>
|
||||
+--> <a href="ewol__PhysicsSphere.html">ewol::PhysicsSphere</a>
|
||||
+--> <a href="ewol__PhysicsCylinder.html">ewol::PhysicsCylinder</a>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="create">create</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> PhysicsShape * <span class="code-function">create</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="PhysicsShape">PhysicsShape</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">PhysicsShape</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="PhysicsShape">PhysicsShape</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">PhysicsShape</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">enum</span> type <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">parse</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getQuaternion">getQuaternion</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> vec4 & <span class="code-function">getQuaternion</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getOrigin">getOrigin</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> vec3 & <span class="code-function">getOrigin</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isBox">isBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isBox</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isCylinder">isCylinder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isCylinder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isCapsule">isCapsule</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isCapsule</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isCone">isCone</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isCone</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isConvexHull">isConvexHull</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isConvexHull</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSphere">isSphere</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSphere</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toBox">toBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsBox * <span class="code-function">toBox</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toBox">toBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsBox * <span class="code-function">toBox</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCylinder">toCylinder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsCylinder * <span class="code-function">toCylinder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCylinder">toCylinder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsCylinder * <span class="code-function">toCylinder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCapsule">toCapsule</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsCapsule * <span class="code-function">toCapsule</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCapsule">toCapsule</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsCapsule * <span class="code-function">toCapsule</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCone">toCone</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsCone * <span class="code-function">toCone</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toCone">toCone</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsCone * <span class="code-function">toCone</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toConvexHull">toConvexHull</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsConvexHull * <span class="code-function">toConvexHull</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toConvexHull">toConvexHull</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsConvexHull * <span class="code-function">toConvexHull</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toSphere">toSphere</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsSphere * <span class="code-function">toSphere</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toSphere">toSphere</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsSphere * <span class="code-function">toSphere</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
213
ewol__PhysicsSphere.html
Normal file
213
ewol__PhysicsSphere.html
Normal file
@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::PhysicsSphere</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#PhysicsSphere">PhysicsSphere</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#PhysicsSphere">PhysicsSphere</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#parse">parse</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">enum</span> type <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getRadius">getRadius</a> (<span class="code-type">void</span>);<br>- <span class="code-storage-keyword">const</span> PhysicsSphere * <a class="code-function" href="#toSphere">toSphere</a> (<span class="code-type">void</span>);<br>- PhysicsSphere * <a class="code-function" href="#toSphere">toSphere</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__PhysicsShape.html">ewol::PhysicsShape</a>
|
||||
+--> <b>ewol::PhysicsSphere</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="PhysicsSphere">PhysicsSphere</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">PhysicsSphere</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="PhysicsSphere">PhysicsSphere</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">PhysicsSphere</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">parse</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_line</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">enum</span> type <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getRadius">getRadius</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getRadius</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toSphere">toSphere</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> PhysicsSphere * <span class="code-function">toSphere</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="toSphere">toSphere</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
PhysicsSphere * <span class="code-function">toSphere</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
694
ewol__Program.html
Normal file
694
ewol__Program.html
Normal file
File diff suppressed because one or more lines are too long
253
ewol__Resource.html
Normal file
253
ewol__Resource.html
Normal file
@ -0,0 +1,253 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Resource</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Resource">Resource</a> (<span class="code-type">void</span>);<br>+ <a class="code-function" href="#Resource">Resource</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);<br>+ ~<a class="code-function" href="#Resource">Resource</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#increment">increment</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#decrement">decrement</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getCounter">getCounter</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">uint8_t</span> <a class="code-function" href="#getResourceLevel">getResourceLevel</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#updateContext">updateContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeContext">removeContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeContextToLate">removeContextToLate</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#reload">reload</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__ResourceManager.html" class="code-type">ewol::ResourceManager</a> & <a class="code-function" href="#getManager">getManager</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <b>ewol::Resource</b>
|
||||
+--> <a href="ewol__FontBase.html">ewol::FontBase</a>
|
||||
+--> <a href="ewol__VirtualBufferObject.html">ewol::VirtualBufferObject</a>
|
||||
+--> <a href="ewol__Shader.html">ewol::Shader</a>
|
||||
+--> <a href="ewol__Mesh.html">ewol::Mesh</a>
|
||||
+--> <a href="ewol__Program.html">ewol::Program</a>
|
||||
+--> <a href="ewol__Colored3DObject.html">ewol::Colored3DObject</a>
|
||||
+--> <a href="ewol__Texture.html">ewol::Texture</a>
|
||||
+--> <a href="ewol__ConfigFile.html">ewol::ConfigFile</a>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Resource">Resource</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Resource</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Resource">Resource</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Resource</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Resource">Resource</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Resource</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="increment">increment</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">increment</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="decrement">decrement</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">decrement</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getCounter">getCounter</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getCounter</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getResourceLevel">getResourceLevel</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">uint8_t</span> <span class="code-function">getResourceLevel</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="updateContext">updateContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">updateContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeContext">removeContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeContextToLate">removeContextToLate</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeContextToLate</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="reload">reload</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">reload</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="getManager">getManager</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__ResourceManager.html" class="code-type">ewol::ResourceManager</a> & <span class="code-function">getManager</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
249
ewol__ResourceManager.html
Normal file
249
ewol__ResourceManager.html
Normal file
@ -0,0 +1,249 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::ResourceManager</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#ResourceManager">ResourceManager</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#ResourceManager">ResourceManager</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#unInit">unInit</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#display">display</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#reLoadResources">reLoadResources</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#update">update</a> (<a href="ewol__Resource.html" class="code-type">ewol::Resource</a> * <span class="code-argument">_object</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#updateContext">updateContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#contextHasBeenDestroyed">contextHasBeenDestroyed</a> (<span class="code-type">void</span>);<br>+ <a href="ewol__Resource.html" class="code-type">ewol::Resource</a> * <a class="code-function" href="#localKeep">localKeep</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#localAdd">localAdd</a> (<a href="ewol__Resource.html" class="code-type">ewol::Resource</a> * <span class="code-argument">_object</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#release">release</a> (<a href="ewol__Resource.html" class="code-type">ewol::Resource</a> * & <span class="code-argument">_object</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="ResourceManager">ResourceManager</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">ResourceManager</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
initialize the internal variable
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="ResourceManager">ResourceManager</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">ResourceManager</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Uninitiamize the resource manager, free all resources previously requested
|
||||
<br/><b>Notes:</b> when not free == > generate warning, because the segfault can appear after...
|
||||
<br/> <br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="unInit">unInit</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">unInit</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
remove all resources (un-init) out of the destructor (due to the system implementation)
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="display">display</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">display</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
display in the log all the resources loaded ...
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="reLoadResources">reLoadResources</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">reLoadResources</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Reload all resources from files, and send there in openGL card if needed.
|
||||
<br/><b>Notes:</b> If file is reference at THEME:XXX:filename if the Theme change the file will reload the newOne
|
||||
<br/> <br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="update">update</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">update</span>(<a href="ewol__Resource.html" class="code-type">ewol::Resource</a> * <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
Call by the system to send all the needed data on the graphic card chen they change ...
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_object</span> The resources that might be updated
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="updateContext">updateContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">updateContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Call by the system chen the openGL Context has been unexpectially removed == > This reload all the texture, VBO and other ....
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="contextHasBeenDestroyed">contextHasBeenDestroyed</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">contextHasBeenDestroyed</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
This is to inform the resources manager that we have no more openGl context ...
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="localKeep">localKeep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Resource.html" class="code-type">ewol::Resource</a> * <span class="code-function">localKeep</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="localAdd">localAdd</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">localAdd</span>(<a href="ewol__Resource.html" class="code-type">ewol::Resource</a> * <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">release</span>(<a href="ewol__Resource.html" class="code-type">ewol::Resource</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release a resources and free it if the Last release is call.
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">_object</span> element to realease == > is return at NULL value.
|
||||
<br/><b>Return:</b> true, if element is removed, and false for just decreasing counter
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
272
ewol__Shader.html
Normal file
272
ewol__Shader.html
Normal file
@ -0,0 +1,272 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Shader</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ GL<span class="code-type">uint</span> <a class="code-function" href="#getGL_ID">getGL_ID</a> (<span class="code-type">void</span>);<br>+ GL<span class="code-storage-keyword">enum</span> <a class="code-function" href="#getShaderType">getShaderType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#updateContext">updateContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeContext">removeContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeContextToLate">removeContextToLate</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#reload">reload</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__Shader.html" class="code-type">ewol::Shader</a> * <a class="code-function" href="#keep">keep</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br>+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#release">release</a> (<a href="ewol__Shader.html" class="code-type">ewol::Shader</a> * & <span class="code-argument">_object</span>);<br># <a class="code-function" href="#Shader">Shader</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br># ~<a class="code-function" href="#Shader">Shader</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <b>ewol::Shader</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @brief Shader is a specific resources for opengl, used only in @ref Program. This are components of the renderer pipe-line
|
||||
*/<h2>Detail:<h2>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Generic function that get the resouces name of his type.
|
||||
<br/><ul>
|
||||
<b>Return:</b> The define char of his name.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getGL_ID">getGL_ID</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
GL<span class="code-type">uint</span> <span class="code-function">getGL_ID</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the opengl reference id of this shader.
|
||||
<br/><ul>
|
||||
<b>Return:</b> The opengl id.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getShaderType">getShaderType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
GL<span class="code-storage-keyword">enum</span> <span class="code-function">getShaderType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the opengl type of this shader.
|
||||
<br/><ul>
|
||||
<b>Return:</b> The type of this loaded shader.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="updateContext">updateContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">updateContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
This load/reload the data in the opengl context, needed when removed previously.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeContext">removeContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
remove the data from the opengl context.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeContextToLate">removeContextToLate</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeContextToLate</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Special android spec! It inform us that all context is removed and after notify us...
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="reload">reload</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">reload</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Relode the shader from the file. used when a request of resouces reload is done.
|
||||
<br/><b>Notes:</b> this is really usefull when we tested the new themes or shader developpements.
|
||||
<br/> <br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="keep">keep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__Shader.html" class="code-type">ewol::Shader</a> * <span class="code-function">keep</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
keep the resource pointer.
|
||||
<br/><b>Notes:</b> Never free this pointer by your own...
|
||||
<br/> <ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_filename</span> Name of the openGL Shader.
|
||||
<br/><b>Return:</b> pointer on the resource or NULL if an error occured.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">release</span>(<a href="ewol__Shader.html" class="code-type">ewol::Shader</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release the keeped resources
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">reference</span> on the object pointer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Shader">Shader</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Shader</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
Contructor of an opengl Shader
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">filename</span> Standard file name format. see <br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Shader">Shader</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Shader</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Destructor, remove the current Shader
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
378
ewol__Shaper.html
Normal file
378
ewol__Shaper.html
Normal file
@ -0,0 +1,378 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Shaper</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Shaper">Shaper</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_shaperName</span>);<br>+ ~<a class="code-function" href="#Shaper">Shaper</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#draw">draw</a> (<span class="code-type">bool</span> <span class="code-argument">_disableDepthTest</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#clear">clear</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#changeStatusIn">changeStatusIn</a> (<span class="code-type">int32_t</span> <span class="code-argument">_newStatusId</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getCurrentDisplayedStatus">getCurrentDisplayedStatus</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getNextDisplayedStatus">getNextDisplayedStatus</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getTransitionStatus">getTransitionStatus</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#periodicCall">periodicCall</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventTime.html" class="code-type">ewol::EventTime</a> & <span class="code-argument">_event</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setOrigin">setOrigin</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newOri</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setSize">setSize</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newSize</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setInsideSize">setInsideSize</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newInsideSize</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setInsidePos">setInsidePos</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newInsidePos</span>);<br>+ vec2 <a class="code-function" href="#getPadding">getPadding</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setSource">setSource</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_newFile</span>);<br>+ <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <a class="code-function" href="#getSource">getSource</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#hasSources">hasSources</a> (<span class="code-type">void</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#loadProgram">loadProgram</a> (<span class="code-type">void</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#unLoadProgram">unLoadProgram</a> (<span class="code-type">void</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#updateVertex">updateVertex</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__Compositing.html">ewol::Compositing</a>
|
||||
+--> <b>ewol::Shaper</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @brief the Shaper system is a basic theme configuration for every widget, it corespond at a background display described by a pool of files
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Shaper">Shaper</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Shaper</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_shaperName</span>);</pre>
|
||||
<br/>
|
||||
generic constructor
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_shaperName</span> Name of the file that might be loaded
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Shaper">Shaper</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Shaper</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
generic destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="draw">draw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">draw</span>(<span class="code-type">bool</span> <span class="code-argument">_disableDepthTest</span>);</pre>
|
||||
<br/>
|
||||
draw All the refistered text in the current element on openGL
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="clear">clear</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">clear</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
clear alll tre registered element in the current element
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="changeStatusIn">changeStatusIn</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">changeStatusIn</span>(<span class="code-type">int32_t</span> <span class="code-argument">_newStatusId</span>);</pre>
|
||||
<br/>
|
||||
change the current status in an other
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newStatusId</span> the next new status requested
|
||||
<br/><b>Return:</b> true The widget must call this fuction periodicly (and redraw itself)
|
||||
<br/><b>Return:</b> false No need to request the periodic call.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getCurrentDisplayedStatus">getCurrentDisplayedStatus</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getCurrentDisplayedStatus</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current displayed status of the shaper
|
||||
<br/><ul>
|
||||
<b>Return:</b> The Status Id
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getNextDisplayedStatus">getNextDisplayedStatus</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getNextDisplayedStatus</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the next displayed status of the shaper
|
||||
<br/><ul>
|
||||
<b>Return:</b> The next status Id (-1 if no status in next)
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getTransitionStatus">getTransitionStatus</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getTransitionStatus</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current trasion status
|
||||
<br/><ul>
|
||||
<b>Return:</b> value of the transition status (0.0f when no activity)
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="periodicCall">periodicCall</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">periodicCall</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventTime.html" class="code-type">ewol::EventTime</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
Same as the widfget periodic call (this is for change display)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_event</span> The current time of the call.
|
||||
<br/><b>Return:</b> true The widget must call this fuction periodicly (and redraw itself)
|
||||
<br/><b>Return:</b> false No need to request the periodic call.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setOrigin">setOrigin</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setOrigin</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newOri</span>);</pre>
|
||||
<br/>
|
||||
set the widget origin (needed fot the display)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newOri</span> : the new widget origin
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setSize">setSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setSize</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newSize</span>);</pre>
|
||||
<br/>
|
||||
set the widget size (needed fot the display)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newSize</span> : the new widget size
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setInsideSize">setInsideSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setInsideSize</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newInsideSize</span>);</pre>
|
||||
<br/>
|
||||
set the internal widget size
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newInsidePos</span> : the subelement size.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setInsidePos">setInsidePos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setInsidePos</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newInsidePos</span>);</pre>
|
||||
<br/>
|
||||
set the internal widget position
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newInsidePos</span> : the subelement position
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getPadding">getPadding</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getPadding</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the padding declared by the user in the config file
|
||||
<br/><ul>
|
||||
<b>Return:</b> the padding property
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setSource">setSource</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setSource</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_newFile</span>);</pre>
|
||||
<br/>
|
||||
change the shaper Source
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newFile</span> New file of the shaper
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getSource">getSource</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-function">getSource</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the shaper file Source
|
||||
<br/><ul>
|
||||
<b>Return:</b> the shapper file name
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="hasSources">hasSources</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">hasSources</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Sometimes the user declare an image but not allocate the ressources all the time, this is to know it ..
|
||||
<br/><ul>
|
||||
<b>Return:</b> the validity od the resources.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="loadProgram">loadProgram</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">loadProgram</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
load the openGL program and get all the ID needed
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="unLoadProgram">unLoadProgram</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">unLoadProgram</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Un-Load the openGL program and get all the ID needed
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="updateVertex">updateVertex</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">updateVertex</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
update the internal vertex table.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
191
ewol__SimpleConfigElement.html
Normal file
191
ewol__SimpleConfigElement.html
Normal file
@ -0,0 +1,191 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::SimpleConfigElement</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#SimpleConfigElement">SimpleConfigElement</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);<br>+ ~<a class="code-function" href="#SimpleConfigElement">SimpleConfigElement</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#parse">parse</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">value</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getInteger">getInteger</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">float</span> <a class="code-function" href="#getFloat">getFloat</a> (<span class="code-type">void</span>);<br>+ <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <a class="code-function" href="#getString">getString</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="SimpleConfigElement">SimpleConfigElement</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">SimpleConfigElement</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="SimpleConfigElement">SimpleConfigElement</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">SimpleConfigElement</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="parse">parse</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">parse</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">value</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getInteger">getInteger</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getInteger</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getFloat">getFloat</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">float</span> <span class="code-function">getFloat</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getString">getString</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-function">getString</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
248
ewol__SpecialKey.html
Normal file
248
ewol__SpecialKey.html
Normal file
@ -0,0 +1,248 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::SpecialKey</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#SpecialKey">SpecialKey</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSetCapsLock">isSetCapsLock</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSetShift">isSetShift</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSetCtrl">isSetCtrl</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSetMeta">isSetMeta</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSetAlt">isSetAlt</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSetAltGr">isSetAltGr</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSetNumLock">isSetNumLock</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isSetInsert">isSetInsert</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="SpecialKey">SpecialKey</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">SpecialKey</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Main constructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSetCapsLock">isSetCapsLock</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSetCapsLock</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current CapLock Status
|
||||
<br/><ul>
|
||||
<b>Return:</b> The status value
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSetShift">isSetShift</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSetShift</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current Shift key status
|
||||
<br/><ul>
|
||||
<b>Return:</b> The status value
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSetCtrl">isSetCtrl</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSetCtrl</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the Current Control key status
|
||||
<br/><ul>
|
||||
<b>Return:</b> The status value
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSetMeta">isSetMeta</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSetMeta</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current Meta key status (also named windows or apple key)
|
||||
<br/><ul>
|
||||
<b>Return:</b> The status value
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSetAlt">isSetAlt</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSetAlt</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current Alt key status
|
||||
<br/><ul>
|
||||
<b>Return:</b> The status value
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSetAltGr">isSetAltGr</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSetAltGr</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current Alt-Gr key status
|
||||
<br/><ul>
|
||||
<b>Return:</b> The status value
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSetNumLock">isSetNumLock</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSetNumLock</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current Ver-num key status
|
||||
<br/><ul>
|
||||
<b>Return:</b> The status value
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isSetInsert">isSetInsert</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isSetInsert</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current Intert key status
|
||||
<br/><ul>
|
||||
<b>Return:</b> The status value
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
143
ewol__SpecialKey__SpecialKey__union__.html
Normal file
143
ewol__SpecialKey__SpecialKey__union__.html
Normal file
@ -0,0 +1,143 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::SpecialKey::SpecialKey::union ::</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
</pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
143
ewol__SpecialKey__union.html
Normal file
143
ewol__SpecialKey__union.html
Normal file
@ -0,0 +1,143 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::SpecialKey::union </h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
</pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
185
ewol__Sprite.html
Normal file
185
ewol__Sprite.html
Normal file
@ -0,0 +1,185 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Sprite</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Sprite">Sprite</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_imageName</span>,<br/> <span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_nbSprite</span>);<br>+ ~<a class="code-function" href="#Sprite">Sprite</a> ();<br>+ <span class="code-type">void</span> <a class="code-function" href="#printSprite">printSprite</a> (<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_spriteID</span>,<br/> <span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_size</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#printSprite">printSprite</a> (<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_spriteID</span>,<br/> <span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_size</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__Compositing.html">ewol::Compositing</a>
|
||||
+--> <a href="ewol__Image.html">ewol::Image</a>
|
||||
+--> <b>ewol::Sprite</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="Sprite">Sprite</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Sprite</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_imageName</span>,
|
||||
<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_nbSprite</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Sprite">Sprite</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Sprite</span>();</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="printSprite">printSprite</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">printSprite</span>(<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_spriteID</span>,
|
||||
<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_size</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="printSprite">printSprite</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">printSprite</span>(<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_spriteID</span>,
|
||||
<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">_size</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
832
ewol__Text.html
Normal file
832
ewol__Text.html
Normal file
File diff suppressed because one or more lines are too long
154
ewol__TextDecoration.html
Normal file
154
ewol__TextDecoration.html
Normal file
@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::TextDecoration</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#TextDecoration">TextDecoration</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @brief This class represent the specific display for every char in the string ...
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="TextDecoration">TextDecoration</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">TextDecoration</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
273
ewol__Texture.html
Normal file
273
ewol__Texture.html
Normal file
@ -0,0 +1,273 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::Texture</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-type">void</span> <a class="code-function" href="#updateContext">updateContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeContext">removeContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeContextToLate">removeContextToLate</a> (<span class="code-type">void</span>);<br>+ GL<span class="code-type">uint</span> <a class="code-function" href="#getId">getId</a> (<span class="code-type">void</span>);<br>+ vec2 <a class="code-function" href="#getUsableSize">getUsableSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setImageSize">setImageSize</a> (ivec2 <span class="code-argument">newSize</span>);<br>+ <a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> & <a class="code-function" href="#get">get</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#flush">flush</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__Texture.html" class="code-type">ewol::Texture</a> * <a class="code-function" href="#keep">keep</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#release">release</a> (<a href="ewol__Texture.html" class="code-type">ewol::Texture</a> * & <span class="code-argument">_object</span>);<br># <a class="code-function" href="#Texture">Texture</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br># <a class="code-function" href="#Texture">Texture</a> (<span class="code-type">void</span>);<br># ~<a class="code-function" href="#Texture">Texture</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <b>ewol::Texture</b>
|
||||
+--> <a href="ewol__TextureFile.html">ewol::TextureFile</a>
|
||||
+--> <a href="ewol__TexturedFont.html">ewol::TexturedFont</a>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3><a id="updateContext">updateContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">updateContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeContext">removeContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeContextToLate">removeContextToLate</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeContextToLate</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getId">getId</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
GL<span class="code-type">uint</span> <span class="code-function">getId</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getUsableSize">getUsableSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getUsableSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setImageSize">setImageSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setImageSize</span>(ivec2 <span class="code-argument">newSize</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="get">get</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://HeeroYui.github.io/egami//egami__Image.html" class="code-type">egami::Image</a> & <span class="code-function">get</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="flush">flush</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">flush</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="keep">keep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__Texture.html" class="code-type">ewol::Texture</a> * <span class="code-function">keep</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
keep the resource pointer.
|
||||
<br/><b>Notes:</b> Never free this pointer by your own...
|
||||
<br/> <ul>
|
||||
<b>Return:</b> pointer on the resource or NULL if an error occured.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">release</span>(<a href="ewol__Texture.html" class="code-type">ewol::Texture</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release the keeped resources
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">reference</span> on the object pointer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Texture">Texture</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Texture</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="Texture">Texture</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Texture</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="Texture">Texture</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Texture</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
221
ewol__TextureFile.html
Normal file
221
ewol__TextureFile.html
Normal file
@ -0,0 +1,221 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::TextureFile</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">const</span> vec2 & <a class="code-function" href="#getRealSize">getRealSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__TextureFile.html" class="code-type">ewol::TextureFile</a> * <a class="code-function" href="#keep">keep</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>,<br/> ivec2 <span class="code-argument">_size</span>);<br>+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#release">release</a> (<a href="ewol__TextureFile.html" class="code-type">ewol::TextureFile</a> * & <span class="code-argument">_object</span>);<br>- <a class="code-function" href="#TextureFile">TextureFile</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_genName</span>);<br>- <a class="code-function" href="#TextureFile">TextureFile</a> (<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_genName</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fileName</span>,<br/> <span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_size</span>);<br>- ~<a class="code-function" href="#TextureFile">TextureFile</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <a href="ewol__Texture.html">ewol::Texture</a>
|
||||
+--> <b>ewol::TextureFile</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getRealSize">getRealSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> vec2 & <span class="code-function">getRealSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="keep">keep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__TextureFile.html" class="code-type">ewol::TextureFile</a> * <span class="code-function">keep</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>,
|
||||
ivec2 <span class="code-argument">_size</span>);</pre>
|
||||
<br/>
|
||||
keep the resource pointer.
|
||||
<br/><b>Notes:</b> Never free this pointer by your own...
|
||||
<br/> <ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_filename</span> Name of the image file.
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_requested</span> size of the image (usefull when loading .svg to automatic rescale)
|
||||
<br/><b>Return:</b> pointer on the resource or NULL if an error occured.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">release</span>(<a href="ewol__TextureFile.html" class="code-type">ewol::TextureFile</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release the keeped resources
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">reference</span> on the object pointer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="TextureFile">TextureFile</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">TextureFile</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_genName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="TextureFile">TextureFile</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">TextureFile</span>(<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_genName</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fileName</span>,
|
||||
<span class="code-storage-keyword">const</span> ivec2 & <span class="code-argument">_size</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="TextureFile">TextureFile</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">TextureFile</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
269
ewol__TexturedFont.html
Normal file
269
ewol__TexturedFont.html
Normal file
@ -0,0 +1,269 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::TexturedFont</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getHeight">getHeight</a> (<span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__font__mode.html" class="code-type">ewol::font::mode</a> <span class="code-argument">_displayMode</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getFontSize">getFontSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#getIndex">getIndex</a> (<span class="code-type">char32_t</span> <span class="code-argument">_charcode</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__font__mode.html" class="code-type">ewol::font::mode</a> <span class="code-argument">_displayMode</span>);<br>+ <a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> * <a class="code-function" href="#getGlyphPointer">getGlyphPointer</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> & <span class="code-argument">_charcode</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__font__mode.html" class="code-type">ewol::font::mode</a> <span class="code-argument">_displayMode</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__TexturedFont.html" class="code-type">ewol::TexturedFont</a> * <a class="code-function" href="#keep">keep</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br>+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#release">release</a> (<a href="ewol__TexturedFont.html" class="code-type">ewol::TexturedFont</a> * & <span class="code-argument">_object</span>);<br># <a class="code-function" href="#TexturedFont">TexturedFont</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fontName</span>);<br># ~<a class="code-function" href="#TexturedFont">TexturedFont</a> (<span class="code-type">void</span>);<br>- <span class="code-type">bool</span> <a class="code-function" href="#addGlyph">addGlyph</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> & <span class="code-argument">_val</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <a href="ewol__Texture.html">ewol::Texture</a>
|
||||
+--> <b>ewol::TexturedFont</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Detail:<h2>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getHeight">getHeight</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getHeight</span>(<span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__font__mode.html" class="code-type">ewol::font::mode</a> <span class="code-argument">_displayMode</span>);</pre>
|
||||
<br/>
|
||||
get the display height of this font
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_displayMode</span> Mode to display the currrent font
|
||||
<br/><b>Return:</b> Dimention of the font need between 2 lines
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getFontSize">getFontSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getFontSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the font height (user friendly)
|
||||
<br/><ul>
|
||||
<b>Return:</b> Dimention of the font the user requested
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getIndex">getIndex</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">getIndex</span>(<span class="code-type">char32_t</span> <span class="code-argument">_charcode</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__font__mode.html" class="code-type">ewol::font::mode</a> <span class="code-argument">_displayMode</span>);</pre>
|
||||
<br/>
|
||||
get the ID of a unicode charcode
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_charcode</span> The unicodeValue
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_displayMode</span> Mode to display the currrent font
|
||||
<br/><b>Return:</b> The ID in the table (if it does not exist : return 0)
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getGlyphPointer">getGlyphPointer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__GlyphProperty.html" class="code-type">ewol::GlyphProperty</a> * <span class="code-function">getGlyphPointer</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> & <span class="code-argument">_charcode</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-storage-keyword">enum</span> <a href="ewol__font__mode.html" class="code-type">ewol::font::mode</a> <span class="code-argument">_displayMode</span>);</pre>
|
||||
<br/>
|
||||
get the pointer on the coresponding glyph
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_charcode</span> The unicodeValue
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_displayMode</span> Mode to display the currrent font
|
||||
<br/><b>Return:</b> The pointer on the glyph == > never NULL
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="keep">keep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__TexturedFont.html" class="code-type">ewol::TexturedFont</a> * <span class="code-function">keep</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
keep the resource pointer.
|
||||
<br/><b>Notes:</b> Never free this pointer by your own...
|
||||
<br/> <ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_filename</span> Name of the texture font.
|
||||
<br/><b>Return:</b> pointer on the resource or NULL if an error occured.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">release</span>(<a href="ewol__TexturedFont.html" class="code-type">ewol::TexturedFont</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release the keeped resources
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">reference</span> on the object pointer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="TexturedFont">TexturedFont</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">TexturedFont</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fontName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="TexturedFont">TexturedFont</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">TexturedFont</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="addGlyph">addGlyph</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">addGlyph</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char32_t</span> & <span class="code-argument">_val</span>);</pre>
|
||||
<br/>
|
||||
add a glyph in a texture font.
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_val</span> Char value to add.
|
||||
<br/><b>Return:</b> true if the image size have change, false otherwise
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
354
ewol__VirtualBufferObject.html
Normal file
354
ewol__VirtualBufferObject.html
Normal file
@ -0,0 +1,354 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::VirtualBufferObject</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <a class="code-function" href="#getType">getType</a> (<span class="code-type">void</span>);<br>+ GL<span class="code-type">uint</span> <a class="code-function" href="#getGL_ID">getGL_ID</a> (<span class="code-type">int32_t</span> <span class="code-argument">id</span>);<br>+ std::vector<<span class="code-type">float</span>> & <a class="code-function" href="#getRefBuffer">getRefBuffer</a> (<span class="code-type">int32_t</span> <span class="code-argument">id</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#pushOnBuffer">pushOnBuffer</a> (<span class="code-type">int32_t</span> <span class="code-argument">id</span>,<br/> <span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">data</span>);<br>+ vec3 <a class="code-function" href="#getOnBufferVec3">getOnBufferVec3</a> (<span class="code-type">int32_t</span> <span class="code-argument">id</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">elementID</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#sizeOnBufferVec3">sizeOnBufferVec3</a> (<span class="code-type">int32_t</span> <span class="code-argument">id</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#pushOnBuffer">pushOnBuffer</a> (<span class="code-type">int32_t</span> <span class="code-argument">id</span>,<br/> <span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">data</span>);<br>+ vec2 <a class="code-function" href="#getOnBufferVec2">getOnBufferVec2</a> (<span class="code-type">int32_t</span> <span class="code-argument">id</span>,<br/> <span class="code-type">int32_t</span> <span class="code-argument">elementID</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#sizeOnBufferVec2">sizeOnBufferVec2</a> (<span class="code-type">int32_t</span> <span class="code-argument">id</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#retreiveData">retreiveData</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#flush">flush</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#updateContext">updateContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeContext">removeContext</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#removeContextToLate">removeContextToLate</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#reload">reload</a> (<span class="code-type">void</span>);<br>+ <span class="code-storage-keyword">static</span> <a href="ewol__VirtualBufferObject.html" class="code-type">ewol::VirtualBufferObject</a> * <a class="code-function" href="#keep">keep</a> (<span class="code-type">int32_t</span> <span class="code-argument">_number</span>);<br>+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#release">release</a> (<a href="ewol__VirtualBufferObject.html" class="code-type">ewol::VirtualBufferObject</a> * & <span class="code-argument">_object</span>);<br># <a class="code-function" href="#VirtualBufferObject">VirtualBufferObject</a> (<span class="code-type">int32_t</span> <span class="code-argument">_number</span>);<br># ~<a class="code-function" href="#VirtualBufferObject">VirtualBufferObject</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Resource.html">ewol::Resource</a>
|
||||
+--> <b>ewol::VirtualBufferObject</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @brief VirtualBufferObject is a specific resources for opengl, this load the data directly in the graphic card ad keep these inside
|
||||
*/<h2>Detail:<h2>
|
||||
<h3><a id="getType">getType</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-function">getType</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Generic function that get the resouces name of his type.
|
||||
<br/><ul>
|
||||
<b>Return:</b> The define char of his name.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getGL_ID">getGL_ID</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
GL<span class="code-type">uint</span> <span class="code-function">getGL_ID</span>(<span class="code-type">int32_t</span> <span class="code-argument">id</span>);</pre>
|
||||
<br/>
|
||||
get the real openGL ID.
|
||||
<br/><ul>
|
||||
<b>Return:</b> the Ogl id reference of this VBO.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getRefBuffer">getRefBuffer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
std::vector<<span class="code-type">float</span>> & <span class="code-function">getRefBuffer</span>(<span class="code-type">int32_t</span> <span class="code-argument">id</span>);</pre>
|
||||
<br/>
|
||||
get a reference on hte buffer data for this VBO.
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">id</span> Id of the buffer requested
|
||||
<br/><b>Return:</b> A reference on the data.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="pushOnBuffer">pushOnBuffer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">pushOnBuffer</span>(<span class="code-type">int32_t</span> <span class="code-argument">id</span>,
|
||||
<span class="code-storage-keyword">const</span> vec3 & <span class="code-argument">data</span>);</pre>
|
||||
<br/>
|
||||
push data on a buffer with a custum type :
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">id</span> Id of the buffer requested.
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">data</span> Direct data that might be set.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getOnBufferVec3">getOnBufferVec3</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec3 <span class="code-function">getOnBufferVec3</span>(<span class="code-type">int32_t</span> <span class="code-argument">id</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">elementID</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="sizeOnBufferVec3">sizeOnBufferVec3</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">sizeOnBufferVec3</span>(<span class="code-type">int32_t</span> <span class="code-argument">id</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="pushOnBuffer">pushOnBuffer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">pushOnBuffer</span>(<span class="code-type">int32_t</span> <span class="code-argument">id</span>,
|
||||
<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">data</span>);</pre>
|
||||
<br/>
|
||||
push data on a buffer with a custum type :
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">id</span> Id of the buffer requested.
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">data</span> Direct data that might be set.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getOnBufferVec2">getOnBufferVec2</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
vec2 <span class="code-function">getOnBufferVec2</span>(<span class="code-type">int32_t</span> <span class="code-argument">id</span>,
|
||||
<span class="code-type">int32_t</span> <span class="code-argument">elementID</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="sizeOnBufferVec2">sizeOnBufferVec2</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">sizeOnBufferVec2</span>(<span class="code-type">int32_t</span> <span class="code-argument">id</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="retreiveData">retreiveData</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">retreiveData</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the data from the graphic card.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="flush">flush</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">flush</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Send the data to the graphic card.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="updateContext">updateContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">updateContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
This load/reload the data in the opengl context, needed when removed previously.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeContext">removeContext</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeContext</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
remove the data from the opengl context.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="removeContextToLate">removeContextToLate</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">removeContextToLate</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Special android spec! It inform us that all context is removed and after notify us...
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="reload">reload</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">reload</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Relode the shader from the file. used when a request of resouces reload is done.
|
||||
<br/><b>Notes:</b> this is really usefull when we tested the new themes or shader developpements.
|
||||
<br/> <br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="keep">keep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <a href="ewol__VirtualBufferObject.html" class="code-type">ewol::VirtualBufferObject</a> * <span class="code-function">keep</span>(<span class="code-type">int32_t</span> <span class="code-argument">_number</span>);</pre>
|
||||
<br/>
|
||||
keep the resource pointer.
|
||||
<br/><b>Notes:</b> Never free this pointer by your own...
|
||||
<br/> <ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_number</span> Number of VBO needed
|
||||
<br/><b>Return:</b> pointer on the resource or NULL if an error occured.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="release">release</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">release</span>(<a href="ewol__VirtualBufferObject.html" class="code-type">ewol::VirtualBufferObject</a> * & <span class="code-argument">_object</span>);</pre>
|
||||
<br/>
|
||||
release the keeped resources
|
||||
<br/><ul>
|
||||
<b>Parameter [input] [output]:</b> <span class="code-argument">reference</span> on the object pointer
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::<a id="VirtualBufferObject">VirtualBufferObject</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">VirtualBufferObject</span>(<span class="code-type">int32_t</span> <span class="code-argument">_number</span>);</pre>
|
||||
<br/>
|
||||
Constructor of this VBO.
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">accesMode</span> Acces mode : ???
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="VirtualBufferObject">VirtualBufferObject</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">VirtualBufferObject</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Destructor of this VBO.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
1215
ewol__Widget.html
Normal file
1215
ewol__Widget.html
Normal file
File diff suppressed because one or more lines are too long
296
ewol__WidgetManager.html
Normal file
296
ewol__WidgetManager.html
Normal file
@ -0,0 +1,296 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::WidgetManager</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#WidgetManager">WidgetManager</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#WidgetManager">WidgetManager</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#rm">rm</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#focusKeep">focusKeep</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#focusSetDefault">focusSetDefault</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#focusRelease">focusRelease</a> (<span class="code-type">void</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#focusGet">focusGet</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#focusRemoveIfRemove">focusRemoveIfRemove</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#periodicCallAdd">periodicCallAdd</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_pWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#periodicCallRm">periodicCallRm</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_pWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#periodicCall">periodicCall</a> (<span class="code-type">int64_t</span> <span class="code-argument">_localTime</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#periodicCallResume">periodicCallResume</a> (<span class="code-type">int64_t</span> <span class="code-argument">_localTime</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#periodicCallHave">periodicCallHave</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#markDrawingIsNeeded">markDrawingIsNeeded</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#isDrawingNeeded">isDrawingNeeded</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#addWidgetCreator">addWidgetCreator</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>,<br/> creator_tf <span class="code-argument">_pointer</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#create">create</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#exist">exist</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);<br>+ <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <a class="code-function" href="#list">list</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
<h3>ewol::<a id="WidgetManager">WidgetManager</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">WidgetManager</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>ewol::~<a id="WidgetManager">WidgetManager</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">WidgetManager</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="rm">rm</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">rm</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="focusKeep">focusKeep</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">focusKeep</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="focusSetDefault">focusSetDefault</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">focusSetDefault</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="focusRelease">focusRelease</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">focusRelease</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="focusGet">focusGet</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">focusGet</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="focusRemoveIfRemove">focusRemoveIfRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">focusRemoveIfRemove</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="periodicCallAdd">periodicCallAdd</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">periodicCallAdd</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_pWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="periodicCallRm">periodicCallRm</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">periodicCallRm</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_pWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="periodicCall">periodicCall</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">periodicCall</span>(<span class="code-type">int64_t</span> <span class="code-argument">_localTime</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="periodicCallResume">periodicCallResume</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">periodicCallResume</span>(<span class="code-type">int64_t</span> <span class="code-argument">_localTime</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="periodicCallHave">periodicCallHave</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">periodicCallHave</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="markDrawingIsNeeded">markDrawingIsNeeded</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">markDrawingIsNeeded</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="isDrawingNeeded">isDrawingNeeded</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">isDrawingNeeded</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="addWidgetCreator">addWidgetCreator</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">addWidgetCreator</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>,
|
||||
creator_tf <span class="code-argument">_pointer</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="create">create</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">create</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="exist">exist</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">exist</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_name</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="list">list</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-function">list</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
404
ewol__Windows.html
Normal file
404
ewol__Windows.html
Normal file
File diff suppressed because one or more lines are too long
140
ewol__clipBoard__clipboardListe.html
Normal file
140
ewol__clipBoard__clipboardListe.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::clipBoard::clipboardListe</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>clipboard0</li><li>clipboard1</li><li>clipboard2</li><li>clipboard3</li><li>clipboard4</li><li>clipboard5</li><li>clipboard6</li><li>clipboard7</li><li>clipboard8</li><li>clipboard9</li><li>clipboardStd</li><li>clipboardSelection</li><li>clipboardCount</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
140
ewol__cursorDisplay.html
Normal file
140
ewol__cursorDisplay.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::cursorDisplay</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>cursorArrow</li><li>cursorLeftArrow</li><li>cursorInfo</li><li>cursorDestroy</li><li>cursorHelp</li><li>cursorCycle</li><li>cursorSpray</li><li>cursorWait</li><li>cursorText</li><li>cursorCrossHair</li><li>cursorSlideUpDown</li><li>cursorSlideLeftRight</li><li>cursorResizeUp</li><li>cursorResizeDown</li><li>cursorResizeLeft</li><li>cursorResizeRight</li><li>cursorCornerTopLeft</li><li>cursorCornerTopRight</li><li>cursorCornerButtomLeft</li><li>cursorCornerButtomRight</li><li>cursorNone</li><li>cursorCount</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
695
ewol__eContext.html
Normal file
695
ewol__eContext.html
Normal file
File diff suppressed because one or more lines are too long
312
ewol__eInput.html
Normal file
312
ewol__eInput.html
Normal file
File diff suppressed because one or more lines are too long
140
ewol__font__mode.html
Normal file
140
ewol__font__mode.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::font::mode</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>Regular</li><li>Italic</li><li>Bold</li><li>BoldItalic</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
140
ewol__gravity.html
Normal file
140
ewol__gravity.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::gravity</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>gravityCenter</li><li>gravityTopLeft</li><li>gravityTop</li><li>gravityTopRight</li><li>gravityRight</li><li>gravityButtomRight</li><li>gravityButtom</li><li>gravityButtomLeft</li><li>gravityLeft</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
140
ewol__keyEvent__keyboard.html
Normal file
140
ewol__keyEvent__keyboard.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::keyEvent::keyboard</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>keyboardUnknow</li><li>keyboardChar</li><li>keyboardLeft</li><li>keyboardRight</li><li>keyboardUp</li><li>keyboardDown</li><li>keyboardPageUp</li><li>keyboardPageDown</li><li>keyboardStart</li><li>keyboardEnd</li><li>keyboardPrint</li><li>keyboardStopDefil</li><li>keyboardWait</li><li>keyboardInsert</li><li>keyboardF1</li><li>keyboardF2</li><li>keyboardF3</li><li>keyboardF4</li><li>keyboardF5</li><li>keyboardF6</li><li>keyboardF7</li><li>keyboardF8</li><li>keyboardF9</li><li>keyboardF10</li><li>keyboardF11</li><li>keyboardF12</li><li>keyboardCapLock</li><li>keyboardShiftLeft</li><li>keyboardShiftRight</li><li>keyboardCtrlLeft</li><li>keyboardCtrlRight</li><li>keyboardMetaLeft</li><li>keyboardMetaRight</li><li>keyboardAlt</li><li>keyboardAltGr</li><li>keyboardContextMenu</li><li>keyboardNumLock</li><li>keyboardCount</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
140
ewol__keyEvent__status.html
Normal file
140
ewol__keyEvent__status.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::keyEvent::status</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>statusUnknow</li><li>statusDown</li><li>statusMove</li><li>statusSingle</li><li>statusDouble</li><li>statusTriple</li><li>statusQuad</li><li>statusQuinte</li><li>statusUp</li><li>statusEnter</li><li>statusLeave</li><li>statusAbort</li><li>statusTransfert</li><li>statusCount</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
140
ewol__keyEvent__type.html
Normal file
140
ewol__keyEvent__type.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::keyEvent::type</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>typeUnknow</li><li>typeMouse</li><li>typeFinger</li><li>typeStylet</li><li>typeCount</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
140
ewol__openGL__openGlFlags.html
Normal file
140
ewol__openGL__openGlFlags.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::openGL::openGlFlags</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>FLAG_BLEND</li><li>FLAG_CLIP_DISTANCE_I</li><li>FLAG_COLOR_LOGIC_OP</li><li>FLAG_CULL_FACE</li><li>FLAG_DEBUG_OUTPUT</li><li>FLAG_DEBUG_OUTPUT_SYNCHRONOUS</li><li>FLAG_DEPTH_CLAMP</li><li>FLAG_DEPTH_TEST</li><li>FLAG_DITHER</li><li>FLAG_FRAMEBUFFER_SRGB</li><li>FLAG_LINE_SMOOTH</li><li>FLAG_MULTISAMPLE</li><li>FLAG_POLYGON_OFFSET_FILL</li><li>FLAG_POLYGON_OFFSET_LINE</li><li>FLAG_POLYGON_OFFSET_POINT</li><li>FLAG_POLYGON_SMOOTH</li><li>FLAG_PRIMITIVE_RESTART</li><li>FLAG_PRIMITIVE_RESTART_FIXED_INDEX</li><li>FLAG_SAMPLE_ALPHA_TO_COVERAGE</li><li>FLAG_SAMPLE_ALPHA_TO_ONE</li><li>FLAG_SAMPLE_COVERAGE</li><li>FLAG_SAMPLE_SHADING</li><li>FLAG_SAMPLE_MASK</li><li>FLAG_SCISSOR_TEST</li><li>FLAG_STENCIL_TEST</li><li>FLAG_PROGRAM_POINT_SIZE</li><li>FLAG_TEXTURE_2D</li><li>FLAG_ALPHA_TEST</li><li>FLAG_FOG</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
140
ewol__orientation.html
Normal file
140
ewol__orientation.html
Normal file
@ -0,0 +1,140 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Enum: ewol::orientation</h1>
|
||||
<br/>
|
||||
Value :<br>
|
||||
<ul>
|
||||
<li>screenAuto</li><li>screenLandscape</li><li>screenPortrait</li></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
148
ewol__progAttributeElement.html
Normal file
148
ewol__progAttributeElement.html
Normal file
@ -0,0 +1,148 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: ewol::progAttributeElement</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
</pre>
|
||||
|
||||
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @brief In a openGL program we need some data to communicate with them, we register all the name requested by the user in this structure:
|
||||
* @note Register all requested element permit to abstract the fact that some element does not exist and remove control of existance from upper code.
|
||||
* This is important to note when the Program is reloaded the elements availlable can change.
|
||||
*/<h2>Detail:<h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
images/bkg.png
BIN
images/bkg.png
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
238
index.html
238
index.html
@ -1,107 +1,135 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
|
||||
|
||||
<title>Ewol by HeeroYui</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>Ewol</h1>
|
||||
<h2>(BSD v3) OpenGL widget abstraction for application and game (Linux/Android/Windows TODO: Mac/IPhone/Bada) </h2>
|
||||
|
||||
<section id="downloads">
|
||||
<a href="https://github.com/HeeroYui/ewol/zipball/master" class="btn">Download as .zip</a>
|
||||
<a href="https://github.com/HeeroYui/ewol/tarball/master" class="btn">Download as .tar.gz</a>
|
||||
<a href="https://github.com/HeeroYui/ewol" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
||||
</section>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<section id="main_content">
|
||||
<h1>
|
||||
<a name="ewol" class="anchor" href="#ewol"><span class="octicon octicon-link"></span></a>Ewol</h1>
|
||||
|
||||
<p><code>Ewol</code> (Edn Widget OpenGl Layer) is a FREE software.</p>
|
||||
|
||||
<h1>
|
||||
<a name="instructions" class="anchor" href="#instructions"><span class="octicon octicon-link"></span></a>Instructions</h1>
|
||||
|
||||
<p>download the software :</p>
|
||||
|
||||
<pre><code>git clone git://github.com/HeeroYui/ewol.git
|
||||
cd ewol
|
||||
git submodule init
|
||||
git submodule update
|
||||
</code></pre>
|
||||
|
||||
<p>Compile software and install :</p>
|
||||
|
||||
<pre><code>For this you might use a project that create binaries or something else ...
|
||||
Show http://github.com/HeeroYui/edn project
|
||||
</code></pre>
|
||||
|
||||
<h1>
|
||||
<a name="dependency-packages" class="anchor" href="#dependency-packages"><span class="octicon octicon-link"></span></a>Dependency packages</h1>
|
||||
|
||||
<pre><code>sudo apt-get install g++ libgl1-mesa-dev zlib1g-dev libasound2-dev
|
||||
# if you want to compile with clang :
|
||||
sudo apt-get install clang
|
||||
# For andoid compilation (jdk 7 does not work...)
|
||||
sudo apt-get install javacc openjdk-6-jdk
|
||||
# if you want to compile for windows :
|
||||
sudo apt-get install mingw32
|
||||
# on 64 bits processor for compatibility
|
||||
sudo apt-get install ia32-libs
|
||||
</code></pre>
|
||||
|
||||
<h1>
|
||||
<a name="copyright-c" class="anchor" href="#copyright-c"><span class="octicon octicon-link"></span></a>Copyright (c)</h1>
|
||||
|
||||
<p>2011, Edouard DUPIN</p>
|
||||
|
||||
<h1>
|
||||
<a name="license-dsb" class="anchor" href="#license-dsb"><span class="octicon octicon-link"></span></a>License (DSB)</h1>
|
||||
|
||||
<p>Note : only for etk and EWOL</p>
|
||||
|
||||
<p>Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:</p>
|
||||
|
||||
<ol>
|
||||
<li><p>Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.</p></li>
|
||||
<li><p>Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in
|
||||
the documentation and/or other materials provided with the
|
||||
distribution.</p></li>
|
||||
<li><p>The name of the author may not be used to endorse or promote
|
||||
products derived from this software without specific prior
|
||||
written permission.</p></li>
|
||||
</ol><p>THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
|
||||
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
|
||||
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>ewol</h1><br/>TODO : Main page ...<br/><br/> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1 +0,0 @@
|
||||
console.log('This would be the main JS file.');
|
@ -1 +0,0 @@
|
||||
{"name":"Ewol","tagline":"(BSD v3) OpenGL widget abstraction for application and game (Linux/Android/Windows TODO: Mac/IPhone/Bada) ","body":"Ewol\r\n====\r\n\r\n`Ewol` (Edn Widget OpenGl Layer) is a FREE software.\r\n\r\nInstructions\r\n============\r\n\r\ndownload the software :\r\n\r\n\tgit clone git://github.com/HeeroYui/ewol.git\r\n\tcd ewol\r\n\tgit submodule init\r\n\tgit submodule update\r\n\r\nCompile software and install :\r\n\r\n\tFor this you might use a project that create binaries or something else ...\r\n\tShow http://github.com/HeeroYui/edn project\r\n\r\nDependency packages\r\n===================\r\n\r\n\tsudo apt-get install g++ libgl1-mesa-dev zlib1g-dev libasound2-dev\r\n\t# if you want to compile with clang :\r\n\tsudo apt-get install clang\r\n\t# For andoid compilation (jdk 7 does not work...)\r\n\tsudo apt-get install javacc openjdk-6-jdk\r\n\t# if you want to compile for windows :\r\n\tsudo apt-get install mingw32\r\n\t# on 64 bits processor for compatibility\r\n\tsudo apt-get install ia32-libs\r\n\r\nCopyright (c)\r\n=============\r\n\r\n2011, Edouard DUPIN\r\n\r\nLicense (DSB)\r\n=============\r\n\r\nNote : only for etk and EWOL\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions\r\nare met:\r\n\r\n 1. Redistributions of source code must retain the above copyright\r\n notice, this list of conditions and the following disclaimer.\r\n\r\n 2. Redistributions in binary form must reproduce the above copyright\r\n notice, this list of conditions and the following disclaimer in\r\n the documentation and/or other materials provided with the\r\n distribution.\r\n\r\n 3. The name of the author may not be used to endorse or promote\r\n products derived from this software without specific prior\r\n written permission.\r\n\r\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\r\nIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r\nARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\r\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\r\nIN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r\nPOSSIBILITY OF SUCH DAMAGE.\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
@ -1,68 +0,0 @@
|
||||
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
.highlight .k { font-weight: bold } /* Keyword */
|
||||
.highlight .o { font-weight: bold } /* Operator */
|
||||
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
||||
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #999999 } /* Generic.Heading */
|
||||
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
||||
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
|
||||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
||||
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
|
||||
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #009999 } /* Literal.Number */
|
||||
.highlight .s { color: #d14 } /* Literal.String */
|
||||
.highlight .na { color: #008080 } /* Name.Attribute */
|
||||
.highlight .nb { color: #0086B3 } /* Name.Builtin */
|
||||
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #008080 } /* Name.Constant */
|
||||
.highlight .ni { color: #800080 } /* Name.Entity */
|
||||
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
|
||||
.highlight .nn { color: #555555 } /* Name.Namespace */
|
||||
.highlight .nt { color: #CBDFFF } /* Name.Tag */
|
||||
.highlight .nv { color: #008080 } /* Name.Variable */
|
||||
.highlight .ow { font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #d14 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #d14 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #d14 } /* Literal.String.Double */
|
||||
.highlight .se { color: #d14 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #d14 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #d14 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #009926 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #d14 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #008080 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #008080 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
||||
|
||||
.type-csharp .highlight .k { color: #0000FF }
|
||||
.type-csharp .highlight .kt { color: #0000FF }
|
||||
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
|
||||
.type-csharp .highlight .nc { color: #2B91AF }
|
||||
.type-csharp .highlight .nn { color: #000000 }
|
||||
.type-csharp .highlight .s { color: #A31515 }
|
||||
.type-csharp .highlight .sc { color: #A31515 }
|
@ -1,247 +0,0 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #151515 url("../images/bkg.png") 0 0;
|
||||
color: #eaeaea;
|
||||
font: 16px;
|
||||
line-height: 1.5;
|
||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||
}
|
||||
|
||||
/* General & 'Reset' Stuff */
|
||||
|
||||
.container {
|
||||
width: 90%;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
section {
|
||||
display: block;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
line-height: 1.4 ;
|
||||
}
|
||||
|
||||
/* Header, <header>
|
||||
header - container
|
||||
h1 - project name
|
||||
h2 - project description
|
||||
*/
|
||||
|
||||
header {
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
width: 100%;
|
||||
border-bottom: 1px dashed #b5e853;
|
||||
padding: 20px 0;
|
||||
margin: 0 0 40px 0;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
font-size: 30px;
|
||||
line-height: 1.5;
|
||||
margin: 0 0 0 -40px;
|
||||
font-weight: bold;
|
||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||
color: #b5e853;
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
|
||||
0 0 5px rgba(181, 232, 83, 0.1),
|
||||
0 0 10px rgba(181, 232, 83, 0.1);
|
||||
letter-spacing: -1px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
header h1:before {
|
||||
content: "./ ";
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
header h2 {
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#downloads .btn {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Main Content
|
||||
*/
|
||||
|
||||
#main_content {
|
||||
width: 100%;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
section img {
|
||||
max-width: 100%
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: normal;
|
||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||
color: #b5e853;
|
||||
letter-spacing: -0.03em;
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
|
||||
0 0 5px rgba(181, 232, 83, 0.1),
|
||||
0 0 10px rgba(181, 232, 83, 0.1);
|
||||
}
|
||||
|
||||
#main_content h1 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#main_content h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
#main_content h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#main_content h4 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#main_content h5 {
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
#main_content h6 {
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
color: #999;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul li:before {
|
||||
content: ">>";
|
||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||
font-size: 13px;
|
||||
color: #b5e853;
|
||||
margin-left: -37px;
|
||||
margin-right: 21px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #aaa;
|
||||
padding-left: 10px;
|
||||
border-left: 1px dotted #666;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
color: #b5e853;
|
||||
border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
text-wrap: normal;
|
||||
overflow: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
border-bottom: 1px dashed #b5e853;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 0;
|
||||
border: 0;
|
||||
border-bottom: 1px dashed #b5e853;
|
||||
color: #b5e853;
|
||||
}
|
||||
|
||||
/* Buttons
|
||||
*/
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
|
||||
padding: 8px 18px;
|
||||
border-radius: 50px;
|
||||
border: 2px solid rgba(0, 0, 0, 0.7);
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.7);
|
||||
border-top: 2px solid rgba(0, 0, 0, 1);
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8));
|
||||
}
|
||||
|
||||
.btn .icon {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 1px 8px 0 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.btn-github .icon {
|
||||
opacity: 0.6;
|
||||
background: url("../images/blacktocat.png") 0 0 no-repeat;
|
||||
}
|
||||
|
||||
/* Links
|
||||
a, a:hover, a:visited
|
||||
*/
|
||||
|
||||
a {
|
||||
color: #63c0f5;
|
||||
text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
|
||||
}
|
||||
|
||||
/* Clearfix */
|
||||
|
||||
.cf:before, .cf:after {
|
||||
content:"";
|
||||
display:table;
|
||||
}
|
||||
|
||||
.cf:after {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.cf {
|
||||
zoom:1;
|
||||
}
|
423
widget__Button.html
Normal file
423
widget__Button.html
Normal file
File diff suppressed because one or more lines are too long
280
widget__ButtonColor.html
Normal file
280
widget__ButtonColor.html
Normal file
@ -0,0 +1,280 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::ButtonColor</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#init">init</a> (<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);<br>+ <a class="code-function" href="#ButtonColor">ButtonColor</a> (etk::Color<> <span class="code-argument">_baseColor</span>,<br/> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_shaperName</span>);<br>+ ~<a class="code-function" href="#ButtonColor">ButtonColor</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setShaperName">setShaperName</a> (<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_shaperName</span>);<br>+ etk::Color<> <a class="code-function" href="#getValue">getValue</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setValue">setValue</a> (etk::Color<> <span class="code-argument">_color</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateMinMaxSize">calculateMinMaxSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onRegenerateDisplay">onRegenerateDisplay</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#onEventInput">onEventInput</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onReceiveMessage">onReceiveMessage</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EMessage.html" class="code-type">ewol::EMessage</a> & <span class="code-argument">_msg</span>);<br># <span class="code-type">void</span> <a class="code-function" href="#onDraw">onDraw</a> (<span class="code-type">void</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#changeStatusIn">changeStatusIn</a> (<span class="code-type">int32_t</span> <span class="code-argument">_newStatusId</span>);<br>- <span class="code-type">void</span> <a class="code-function" href="#periodicCall">periodicCall</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventTime.html" class="code-type">ewol::EventTime</a> & <span class="code-argument">_event</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <b>widget::ButtonColor</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="init">init</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">init</span>(<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::<a id="ButtonColor">ButtonColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">ButtonColor</span>(etk::Color<> <span class="code-argument">_baseColor</span>,
|
||||
<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_shaperName</span>);</pre>
|
||||
<br/>
|
||||
Main constructor.
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_baseColor</span> basic displayed color.
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_shaperName</span> The new shaper filename.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="ButtonColor">ButtonColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">ButtonColor</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Main destructor.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setShaperName">setShaperName</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setShaperName</span>(<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_shaperName</span>);</pre>
|
||||
<br/>
|
||||
set the shaper name (use the contructer one this permit to not noad unused shaper).
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_shaperName</span> The new shaper filename.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getValue">getValue</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
etk::Color<> <span class="code-function">getValue</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current color of the color selection widget
|
||||
<br/><ul>
|
||||
<b>Return:</b> The current color
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setValue">setValue</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setValue</span>(etk::Color<> <span class="code-argument">_color</span>);</pre>
|
||||
<br/>
|
||||
Specify the current color.
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_color</span> The new display color.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateMinMaxSize">calculateMinMaxSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateMinMaxSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onRegenerateDisplay">onRegenerateDisplay</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onRegenerateDisplay</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onEventInput">onEventInput</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onEventInput</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onReceiveMessage">onReceiveMessage</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onReceiveMessage</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EMessage.html" class="code-type">ewol::EMessage</a> & <span class="code-argument">_msg</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onDraw">onDraw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onDraw</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="changeStatusIn">changeStatusIn</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">changeStatusIn</span>(<span class="code-type">int32_t</span> <span class="code-argument">_newStatusId</span>);</pre>
|
||||
<br/>
|
||||
internal system to change the property of the current status
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newStatusId</span> new state
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="periodicCall">periodicCall</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">periodicCall</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventTime.html" class="code-type">ewol::EventTime</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
241
widget__CheckBox.html
Normal file
241
widget__CheckBox.html
Normal file
@ -0,0 +1,241 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::CheckBox</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#init">init</a> (<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);<br>+ <a class="code-function" href="#CheckBox">CheckBox</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">newLabel</span>);<br>+ ~<a class="code-function" href="#CheckBox">CheckBox</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setLabel">setLabel</a> (<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">newLabel</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setValue">setValue</a> (<span class="code-type">bool</span> <span class="code-argument">val</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#getValue">getValue</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateMinMaxSize">calculateMinMaxSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onRegenerateDisplay">onRegenerateDisplay</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#onEventInput">onEventInput</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#onEventEntry">onEventEntry</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventEntry.html" class="code-type">ewol::EventEntry</a> & <span class="code-argument">_event</span>);<br># <span class="code-type">void</span> <a class="code-function" href="#onDraw">onDraw</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <b>widget::CheckBox</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="init">init</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">init</span>(<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::<a id="CheckBox">CheckBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">CheckBox</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">newLabel</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="CheckBox">CheckBox</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">CheckBox</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setLabel">setLabel</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setLabel</span>(<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">newLabel</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setValue">setValue</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setValue</span>(<span class="code-type">bool</span> <span class="code-argument">val</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getValue">getValue</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">getValue</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateMinMaxSize">calculateMinMaxSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateMinMaxSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onRegenerateDisplay">onRegenerateDisplay</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onRegenerateDisplay</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onEventInput">onEventInput</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onEventInput</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onEventEntry">onEventEntry</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onEventEntry</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventEntry.html" class="code-type">ewol::EventEntry</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onDraw">onDraw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onDraw</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
217
widget__ColorBar.html
Normal file
217
widget__ColorBar.html
Normal file
@ -0,0 +1,217 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::ColorBar</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#ColorBar">ColorBar</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#ColorBar">ColorBar</a> (<span class="code-type">void</span>);<br>+ etk::Color<> <a class="code-function" href="#getCurrentColor">getCurrentColor</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setCurrentColor">setCurrentColor</a> (etk::Color<> <span class="code-argument">_newOne</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateMinMaxSize">calculateMinMaxSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onRegenerateDisplay">onRegenerateDisplay</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#onEventInput">onEventInput</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);<br># <span class="code-type">void</span> <a class="code-function" href="#onDraw">onDraw</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <b>widget::ColorBar</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="ColorBar">ColorBar</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">ColorBar</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="ColorBar">ColorBar</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">ColorBar</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getCurrentColor">getCurrentColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
etk::Color<> <span class="code-function">getCurrentColor</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setCurrentColor">setCurrentColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setCurrentColor</span>(etk::Color<> <span class="code-argument">_newOne</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateMinMaxSize">calculateMinMaxSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateMinMaxSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onRegenerateDisplay">onRegenerateDisplay</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onRegenerateDisplay</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onEventInput">onEventInput</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onEventInput</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onDraw">onDraw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onDraw</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
203
widget__ColorChooser.html
Normal file
203
widget__ColorChooser.html
Normal file
@ -0,0 +1,203 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::ColorChooser</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#ColorChooser">ColorChooser</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#ColorChooser">ColorChooser</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onReceiveMessage">onReceiveMessage</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EMessage.html" class="code-type">ewol::EMessage</a> & <span class="code-argument">_msg</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onObjectRemove">onObjectRemove</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_removeObject</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setColor">setColor</a> (etk::Color<> <span class="code-argument">_newColor</span>);<br>+ etk::Color<> <a class="code-function" href="#getColor">getColor</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <a href="widget__ContainerN.html">widget::ContainerN</a>
|
||||
+--> <a href="widget__Sizer.html">widget::Sizer</a>
|
||||
+--> <b>widget::ColorChooser</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="ColorChooser">ColorChooser</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">ColorChooser</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="ColorChooser">ColorChooser</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">ColorChooser</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onReceiveMessage">onReceiveMessage</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onReceiveMessage</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EMessage.html" class="code-type">ewol::EMessage</a> & <span class="code-argument">_msg</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onObjectRemove">onObjectRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onObjectRemove</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_removeObject</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setColor">setColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setColor</span>(etk::Color<> <span class="code-argument">_newColor</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getColor">getColor</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
etk::Color<> <span class="code-function">getColor</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
253
widget__Composer.html
Normal file
253
widget__Composer.html
Normal file
@ -0,0 +1,253 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::Composer</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Composer">Composer</a> (<span class="code-type">void</span>);<br>+ <a class="code-function" href="#Composer">Composer</a> (<span class="code-storage-keyword">enum</span> composerMode <span class="code-argument">_mode</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);<br>+ ~<a class="code-function" href="#Composer">Composer</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#loadFromFile">loadFromFile</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fileName</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#loadFromString">loadFromString</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_composerXmlString</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#registerOnEventNameWidget">registerOnEventNameWidget</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_subWidgetName</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_eventId</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_eventIdgenerated</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_overloadData</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#registerOnEventNameWidget">registerOnEventNameWidget</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_destinationObject</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_subWidgetName</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_eventId</span>,<br/> <span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_eventIdgenerated</span>,<br/> <span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_overloadData</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <a href="widget__Container.html">widget::Container</a>
|
||||
+--> <b>widget::Composer</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
* @brief the composer widget is a widget that create a link on a string.file to parse the data and generate some widget tree
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="Composer">Composer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Composer</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::<a id="Composer">Composer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Composer</span>(<span class="code-storage-keyword">enum</span> composerMode <span class="code-argument">_mode</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_data</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_mode</span> mode of parsing the string
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_data</span> file/directString data to generate compositing of the widget..
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="Composer">Composer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Composer</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="loadFromFile">loadFromFile</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">loadFromFile</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_fileName</span>);</pre>
|
||||
<br/>
|
||||
load a composition with a file
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_fileName</span> Name of the file
|
||||
<br/><b>Return:</b> true == > all done OK
|
||||
<br/><b>Return:</b> false == > some error occured
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="loadFromString">loadFromString</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">loadFromString</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_composerXmlString</span>);</pre>
|
||||
<br/>
|
||||
load a composition with a file
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_composerXmlString</span> xml to parse directly
|
||||
<br/><b>Return:</b> true == > all done OK
|
||||
<br/><b>Return:</b> false == > some error occured
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="registerOnEventNameWidget">registerOnEventNameWidget</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">registerOnEventNameWidget</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_subWidgetName</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_eventId</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_eventIdgenerated</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_overloadData</span>);</pre>
|
||||
<br/>
|
||||
Register an Event an named widget. <br/><b>Notes:</b> : To used when herited from this object.
|
||||
<br/> <ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_subWidgetName</span> Name of the subWidget.
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_eventId</span> Event generate inside the object.
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_eventIdgenerated</span> event generated when call the distant EObject.onReceiveMessage(...)
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_overloadData</span> When the user prever to receive a data specificly for this event ...
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="registerOnEventNameWidget">registerOnEventNameWidget</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">registerOnEventNameWidget</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_destinationObject</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_subWidgetName</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_eventId</span>,
|
||||
<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_eventIdgenerated</span>,
|
||||
<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_overloadData</span>);</pre>
|
||||
<br/>
|
||||
Register an Event an named widget. <br/><b>Notes:</b> : To used when NOT herited from this object.
|
||||
<br/> <ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_destinationObject</span> pointer on the object that might be call when an event is generated
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_subWidgetName</span> Name of the subWidget.
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_eventId</span> Event generate inside the object.
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_eventIdgenerated</span> event generated when call the distant EObject.onReceiveMessage(...)
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_overloadData</span> When the user prever to receive a data specificly for this event ...
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
290
widget__Container.html
Normal file
290
widget__Container.html
Normal file
@ -0,0 +1,290 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::Container</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Container">Container</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_subElement</span>);<br>+ ~<a class="code-function" href="#Container">Container</a> (<span class="code-type">void</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#getSubWidget">getSubWidget</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setSubWidget">setSubWidget</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#subWidgetRemove">subWidgetRemove</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#subWidgetRemoveDelayed">subWidgetRemoveDelayed</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#systemDraw">systemDraw</a> (<span class="code-storage-keyword">const</span> <a href="ewol__DrawProperty.html" class="code-type">ewol::DrawProperty</a> & <span class="code-argument">_displayProp</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onRegenerateDisplay">onRegenerateDisplay</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onObjectRemove">onObjectRemove</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_removeObject</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateSize">calculateSize</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_availlable</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateMinMaxSize">calculateMinMaxSize</a> (<span class="code-type">void</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#getWidgetAtPos">getWidgetAtPos</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#getWidgetNamed">getWidgetNamed</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_widgetName</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#loadXML">loadXML</a> (<a href="http://HeeroYui.github.io/exml//exml__Element.html" class="code-type">exml::Element</a> * <span class="code-argument">_node</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setOffset">setOffset</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newVal</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <b>widget::Container</b>
|
||||
+--> <a href="widget__PopUp.html">widget::PopUp</a>
|
||||
+--> <a href="widget__Composer.html">widget::Composer</a>
|
||||
+--> <a href="widget__Scroll.html">widget::Scroll</a>
|
||||
+--> <a href="widget__ContextMenu.html">widget::ContextMenu</a>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
* @brief the Cotainer widget is a widget that have an only one subWidget
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="Container">Container</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Container</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_subElement</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="Container">Container</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Container</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getSubWidget">getSubWidget</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">getSubWidget</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the main node widget
|
||||
<br/><ul>
|
||||
<b>Return:</b> the requested pointer on the node
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setSubWidget">setSubWidget</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setSubWidget</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
set the subWidget node widget.
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newWidget</span> The widget to add.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetRemove">subWidgetRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">subWidgetRemove</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
remove the subWidget node.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetRemoveDelayed">subWidgetRemoveDelayed</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">subWidgetRemoveDelayed</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
remove the subWidget node (delayed to prevent remove in the callbback).
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="systemDraw">systemDraw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">systemDraw</span>(<span class="code-storage-keyword">const</span> <a href="ewol__DrawProperty.html" class="code-type">ewol::DrawProperty</a> & <span class="code-argument">_displayProp</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onRegenerateDisplay">onRegenerateDisplay</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onRegenerateDisplay</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onObjectRemove">onObjectRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onObjectRemove</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_removeObject</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateSize">calculateSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateSize</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_availlable</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateMinMaxSize">calculateMinMaxSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateMinMaxSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getWidgetAtPos">getWidgetAtPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">getWidgetAtPos</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getWidgetNamed">getWidgetNamed</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">getWidgetNamed</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_widgetName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="loadXML">loadXML</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">loadXML</span>(<a href="http://HeeroYui.github.io/exml//exml__Element.html" class="code-type">exml::Element</a> * <span class="code-argument">_node</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setOffset">setOffset</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setOffset</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newVal</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
359
widget__ContainerN.html
Normal file
359
widget__ContainerN.html
Normal file
@ -0,0 +1,359 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::ContainerN</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#ContainerN">ContainerN</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#ContainerN">ContainerN</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#lockExpand">lockExpand</a> (<span class="code-storage-keyword">const</span> bvec2 & <span class="code-argument">_lockExpand</span>);<br>+ bvec2 <a class="code-function" href="#canExpand">canExpand</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#subWidgetRemoveAll">subWidgetRemoveAll</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#subWidgetRemoveAllDelayed">subWidgetRemoveAllDelayed</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#subWidgetAdd">subWidgetAdd</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#subWidgetAddBack">subWidgetAddBack</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#subWidgetAddEnd">subWidgetAddEnd</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#subWidgetAddStart">subWidgetAddStart</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">int32_t</span> <a class="code-function" href="#subWidgetAddFront">subWidgetAddFront</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#subWidgetRemove">subWidgetRemove</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#subWidgetUnLink">subWidgetUnLink</a> (<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#systemDraw">systemDraw</a> (<span class="code-storage-keyword">const</span> <a href="ewol__DrawProperty.html" class="code-type">ewol::DrawProperty</a> & <span class="code-argument">_displayProp</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onRegenerateDisplay">onRegenerateDisplay</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onObjectRemove">onObjectRemove</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_removeObject</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateSize">calculateSize</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_availlable</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateMinMaxSize">calculateMinMaxSize</a> (<span class="code-type">void</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#getWidgetAtPos">getWidgetAtPos</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#getWidgetNamed">getWidgetNamed</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_widgetName</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#loadXML">loadXML</a> (<a href="http://HeeroYui.github.io/exml//exml__Element.html" class="code-type">exml::Element</a> * <span class="code-argument">_node</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setOffset">setOffset</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newVal</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <b>widget::ContainerN</b>
|
||||
+--> <a href="widget__Sizer.html">widget::Sizer</a>
|
||||
+--> <a href="widget__WSlider.html">widget::WSlider</a>
|
||||
+--> <a href="widget__Layer.html">widget::Layer</a>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
* @brief the Cotainer widget is a widget that have an only one subWidget
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="ContainerN">ContainerN</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">ContainerN</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="ContainerN">ContainerN</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">ContainerN</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="lockExpand">lockExpand</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">lockExpand</span>(<span class="code-storage-keyword">const</span> bvec2 & <span class="code-argument">_lockExpand</span>);</pre>
|
||||
<br/>
|
||||
Limit the expend properties to the current widget (no contamination)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_lockExpend</span> Lock mode of the expend properties
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="canExpand">canExpand</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
bvec2 <span class="code-function">canExpand</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetRemoveAll">subWidgetRemoveAll</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">subWidgetRemoveAll</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
remove all sub element from the widget.
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetRemoveAllDelayed">subWidgetRemoveAllDelayed</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">subWidgetRemoveAllDelayed</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
remove all sub element from the widget (delayed to prevent remove in the callbback).
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetAdd">subWidgetAdd</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">subWidgetAdd</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
add at end position a Widget (note : This system use an inverted phylisophie (button to top, and left to right)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newWidget</span> the element pointer
|
||||
<br/><b>Return:</b> the ID of the set element
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetAddBack">subWidgetAddBack</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">subWidgetAddBack</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetAddEnd">subWidgetAddEnd</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">subWidgetAddEnd</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetAddStart">subWidgetAddStart</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">subWidgetAddStart</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
add at start position a Widget (note : This system use an inverted phylisophie (button to top, and left to right)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newWidget</span> the element pointer
|
||||
<br/><b>Return:</b> the ID of the set element
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetAddFront">subWidgetAddFront</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">int32_t</span> <span class="code-function">subWidgetAddFront</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetRemove">subWidgetRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">subWidgetRemove</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
remove definitly a widget from the system and this layer.
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newWidget</span> the element pointer.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="subWidgetUnLink">subWidgetUnLink</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">subWidgetUnLink</span>(<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-argument">_newWidget</span>);</pre>
|
||||
<br/>
|
||||
Just unlick the specify widget, this function does not remove it from the system (if you can, do nt use it ...)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newWidget</span> the element pointer.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="systemDraw">systemDraw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">systemDraw</span>(<span class="code-storage-keyword">const</span> <a href="ewol__DrawProperty.html" class="code-type">ewol::DrawProperty</a> & <span class="code-argument">_displayProp</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onRegenerateDisplay">onRegenerateDisplay</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onRegenerateDisplay</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onObjectRemove">onObjectRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onObjectRemove</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_removeObject</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateSize">calculateSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateSize</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_availlable</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateMinMaxSize">calculateMinMaxSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateMinMaxSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getWidgetAtPos">getWidgetAtPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">getWidgetAtPos</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getWidgetNamed">getWidgetNamed</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">getWidgetNamed</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_widgetName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="loadXML">loadXML</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">loadXML</span>(<a href="http://HeeroYui.github.io/exml//exml__Element.html" class="code-type">exml::Element</a> * <span class="code-argument">_node</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setOffset">setOffset</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setOffset</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_newVal</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
264
widget__ContextMenu.html
Normal file
264
widget__ContextMenu.html
Normal file
@ -0,0 +1,264 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::ContextMenu</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#init">init</a> (<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);<br>+ <a class="code-function" href="#ContextMenu">ContextMenu</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_shaperName</span>);<br>+ ~<a class="code-function" href="#ContextMenu">ContextMenu</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setShaperName">setShaperName</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_shaperName</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setPositionMark">setPositionMark</a> (<span class="code-storage-keyword">enum</span> markPosition <span class="code-argument">position</span>,<br/> vec2 <span class="code-argument">arrowPos</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onRegenerateDisplay">onRegenerateDisplay</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#onEventInput">onEventInput</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateSize">calculateSize</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">availlable</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateMinMaxSize">calculateMinMaxSize</a> (<span class="code-type">void</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#getWidgetAtPos">getWidgetAtPos</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">pos</span>);<br># <span class="code-type">void</span> <a class="code-function" href="#onDraw">onDraw</a> (<span class="code-type">void</span>);<br># <span class="code-type">bool</span> <a class="code-function" href="#onSetConfig">onSetConfig</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EConfig.html" class="code-type">ewol::EConfig</a> & <span class="code-argument">_conf</span>);<br># <span class="code-type">bool</span> <a class="code-function" href="#onGetConfig">onGetConfig</a> (<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>,<br/> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_result</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <a href="widget__Container.html">widget::Container</a>
|
||||
+--> <b>widget::ContextMenu</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="init">init</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">init</span>(<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::<a id="ContextMenu">ContextMenu</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">ContextMenu</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_shaperName</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="ContextMenu">ContextMenu</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">ContextMenu</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setShaperName">setShaperName</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setShaperName</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_shaperName</span>);</pre>
|
||||
<br/>
|
||||
set the shaper name (use the contructer one this permit to not noad unused shaper)
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_shaperName</span> The new shaper filename
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setPositionMark">setPositionMark</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setPositionMark</span>(<span class="code-storage-keyword">enum</span> markPosition <span class="code-argument">position</span>,
|
||||
vec2 <span class="code-argument">arrowPos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onRegenerateDisplay">onRegenerateDisplay</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onRegenerateDisplay</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onEventInput">onEventInput</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onEventInput</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateSize">calculateSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateSize</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">availlable</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateMinMaxSize">calculateMinMaxSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateMinMaxSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getWidgetAtPos">getWidgetAtPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">getWidgetAtPos</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">pos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onDraw">onDraw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onDraw</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onSetConfig">onSetConfig</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onSetConfig</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EConfig.html" class="code-type">ewol::EConfig</a> & <span class="code-argument">_conf</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onGetConfig">onGetConfig</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onGetConfig</span>(<span class="code-storage-keyword">const</span> <span class="code-type">char</span> * <span class="code-argument">_config</span>,
|
||||
<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_result</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
504
widget__Entry.html
Normal file
504
widget__Entry.html
Normal file
File diff suppressed because one or more lines are too long
243
widget__FileChooser.html
Normal file
243
widget__FileChooser.html
Normal file
@ -0,0 +1,243 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::FileChooser</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#FileChooser">FileChooser</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#FileChooser">FileChooser</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setTitle">setTitle</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_label</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setValidateLabel">setValidateLabel</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_label</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setCancelLabel">setCancelLabel</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_label</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setFolder">setFolder</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_folder</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setFileName">setFileName</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);<br>+ <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <a class="code-function" href="#getCompleateFileName">getCompleateFileName</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#updateCurrentFolder">updateCurrentFolder</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onReceiveMessage">onReceiveMessage</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EMessage.html" class="code-type">ewol::EMessage</a> & <span class="code-argument">_msg</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onObjectRemove">onObjectRemove</a> (<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_removeObject</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <a href="widget__Container.html">widget::Container</a>
|
||||
+--> <a href="widget__PopUp.html">widget::PopUp</a>
|
||||
+--> <b>widget::FileChooser</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="FileChooser">FileChooser</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">FileChooser</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="FileChooser">FileChooser</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">FileChooser</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setTitle">setTitle</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setTitle</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_label</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setValidateLabel">setValidateLabel</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setValidateLabel</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_label</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setCancelLabel">setCancelLabel</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setCancelLabel</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_label</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setFolder">setFolder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setFolder</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_folder</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setFileName">setFileName</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setFileName</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_filename</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getCompleateFileName">getCompleateFileName</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-function">getCompleateFileName</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="updateCurrentFolder">updateCurrentFolder</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">updateCurrentFolder</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onReceiveMessage">onReceiveMessage</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onReceiveMessage</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EMessage.html" class="code-type">ewol::EMessage</a> & <span class="code-argument">_msg</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onObjectRemove">onObjectRemove</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onObjectRemove</span>(<a href="ewol__EObject.html" class="code-type">ewol::EObject</a> * <span class="code-argument">_removeObject</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
409
widget__Gird.html
Normal file
409
widget__Gird.html
Normal file
File diff suppressed because one or more lines are too long
143
widget__Gird__GirdProperties.html
Normal file
143
widget__Gird__GirdProperties.html
Normal file
@ -0,0 +1,143 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::Gird::GirdProperties</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
</pre>
|
||||
|
||||
|
||||
<h2>Detail:<h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
349
widget__Image.html
Normal file
349
widget__Image.html
Normal file
File diff suppressed because one or more lines are too long
261
widget__Joystick.html
Normal file
261
widget__Joystick.html
Normal file
@ -0,0 +1,261 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::Joystick</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <a class="code-function" href="#Joystick">Joystick</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#Joystick">Joystick</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setLockMode">setLockMode</a> (<span class="code-type">bool</span> <span class="code-argument">_lockWhenOut</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setDisplayMode">setDisplayMode</a> (<span class="code-storage-keyword">enum</span> joystickMode <span class="code-argument">_newMode</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#ratio">ratio</a> (<span class="code-type">float</span> <span class="code-argument">_newRatio</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#background">background</a> (<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_imageNameInData</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_display</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#foreground">foreground</a> (<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_imageNameInData</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#getProperty">getProperty</a> (<span class="code-type">float</span> & <span class="code-argument">_distance</span>,<br/> <span class="code-type">float</span> & <span class="code-argument">_angle</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateSize">calculateSize</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_availlable</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onRegenerateDisplay">onRegenerateDisplay</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#onEventInput">onEventInput</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <b>widget::Joystick</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="Joystick">Joystick</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Joystick</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="Joystick">Joystick</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Joystick</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setLockMode">setLockMode</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setLockMode</span>(<span class="code-type">bool</span> <span class="code-argument">_lockWhenOut</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setDisplayMode">setDisplayMode</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setDisplayMode</span>(<span class="code-storage-keyword">enum</span> joystickMode <span class="code-argument">_newMode</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="ratio">ratio</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">ratio</span>(<span class="code-type">float</span> <span class="code-argument">_newRatio</span>);</pre>
|
||||
<br/>
|
||||
set the ratio of the widget joystick
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newRatio</span> the new ratio that might be set
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="background">background</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">background</span>(<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_imageNameInData</span>,
|
||||
<span class="code-type">bool</span> <span class="code-argument">_display</span>);</pre>
|
||||
<br/>
|
||||
set the Background of the widget joystick
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_imageNameInData</span> the new rbackground that might be set
|
||||
<br/><b>Parameter [input]:</b> <span class="code-argument">_display</span>
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="foreground">foreground</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">foreground</span>(<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_imageNameInData</span>);</pre>
|
||||
<br/>
|
||||
set the Foreground of the widget joystick
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_imageNameInData</span> the new Foreground that might be set
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getProperty">getProperty</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">getProperty</span>(<span class="code-type">float</span> & <span class="code-argument">_distance</span>,
|
||||
<span class="code-type">float</span> & <span class="code-argument">_angle</span>);</pre>
|
||||
<br/>
|
||||
get the property of the joystick
|
||||
<br/><ul>
|
||||
<b>Parameter [output]:</b> <span class="code-argument">_distance</span> distance to the center
|
||||
<br/><b>Parameter [output]:</b> <span class="code-argument">_angle</span> angle of the joy
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateSize">calculateSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateSize</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_availlable</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onRegenerateDisplay">onRegenerateDisplay</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onRegenerateDisplay</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onEventInput">onEventInput</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onEventInput</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
263
widget__Label.html
Normal file
263
widget__Label.html
Normal file
@ -0,0 +1,263 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::Label</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#init">init</a> (<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);<br>+ <a class="code-function" href="#Label">Label</a> (<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_newLabel</span>);<br>+ ~<a class="code-function" href="#Label">Label</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setLabel">setLabel</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_newLabel</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#setValue">setValue</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_newLabel</span>);<br>+ <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <a class="code-function" href="#getLabel">getLabel</a> (<span class="code-type">void</span>);<br>+ <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <a class="code-function" href="#getValue">getValue</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#calculateMinMaxSize">calculateMinMaxSize</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">void</span> <a class="code-function" href="#onRegenerateDisplay">onRegenerateDisplay</a> (<span class="code-type">void</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#onEventInput">onEventInput</a> (<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);<br>+ <span class="code-type">bool</span> <a class="code-function" href="#loadXML">loadXML</a> (<a href="http://HeeroYui.github.io/exml//exml__Element.html" class="code-type">exml::Element</a> * <span class="code-argument">_node</span>);<br># <span class="code-type">void</span> <a class="code-function" href="#onDraw">onDraw</a> (<span class="code-type">void</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <b>widget::Label</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="init">init</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">init</span>(<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);</pre>
|
||||
<br/>
|
||||
Main call of recording the widget on the List of "widget named creator"
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::<a id="Label">Label</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Label</span>(<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-argument">_newLabel</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newLabel</span> The displayed decorated text.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="Label">Label</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Label</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
destructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setLabel">setLabel</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setLabel</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_newLabel</span>);</pre>
|
||||
<br/>
|
||||
change the label displayed
|
||||
<br/><ul>
|
||||
<b>Parameter [input]:</b> <span class="code-argument">_newLabel</span> The displayed decorated text.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="setValue">setValue</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">setValue</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_newLabel</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getLabel">getLabel</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-function">getLabel</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
get the current displayed label
|
||||
<br/><ul>
|
||||
<b>Return:</b> The displayed decorated text.
|
||||
<br/></ul>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getValue">getValue</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> <span class="code-function">getValue</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="calculateMinMaxSize">calculateMinMaxSize</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">calculateMinMaxSize</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onRegenerateDisplay">onRegenerateDisplay</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onRegenerateDisplay</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onEventInput">onEventInput</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">onEventInput</span>(<span class="code-storage-keyword">const</span> <a href="ewol__EventInput.html" class="code-type">ewol::EventInput</a> & <span class="code-argument">_event</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="loadXML">loadXML</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">bool</span> <span class="code-function">loadXML</span>(<a href="http://HeeroYui.github.io/exml//exml__Element.html" class="code-type">exml::Element</a> * <span class="code-argument">_node</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="onDraw">onDraw</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-type">void</span> <span class="code-function">onDraw</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
189
widget__Layer.html
Normal file
189
widget__Layer.html
Normal file
@ -0,0 +1,189 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>ewol Library</title>
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<h1>ewol Library</h1>
|
||||
<li><a href="eSystemMessage.html">eSystemMessage</a></li>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__Area.html">Area</a></li>
|
||||
<li><a href="ewol__Colored3DObject.html">Colored3DObject</a></li>
|
||||
<li><a href="ewol__CommandLine.html">CommandLine</a></li>
|
||||
<li><a href="ewol__Compositing.html">Compositing</a></li>
|
||||
<li><a href="ewol__ConfigFile.html">ConfigFile</a></li>
|
||||
<li><a href="ewol__ConfigFont.html">ConfigFont</a></li>
|
||||
<li><a href="ewol__Dimension.html">Dimension</a></li>
|
||||
<li><a href="ewol__DrawProperty.html">DrawProperty</a></li>
|
||||
<li><a href="ewol__Drawing.html">Drawing</a></li>
|
||||
<li><a href="ewol__EConfig.html">EConfig</a></li>
|
||||
<li><a href="ewol__EConfigElement.html">EConfigElement</a></li>
|
||||
<li><a href="ewol__EMessage.html">EMessage</a></li>
|
||||
<li><a href="ewol__EMultiCast.html">EMultiCast</a></li>
|
||||
<li><a href="ewol__EMultiCast__MessageList.html">EMultiCast::MessageList</a></li>
|
||||
<li><a href="ewol__EObject.html">EObject</a></li>
|
||||
<li><a href="ewol__EObjectManager.html">EObjectManager</a></li>
|
||||
<li><a href="ewol__EventEntry.html">EventEntry</a></li>
|
||||
<li><a href="ewol__EventEntrySystem.html">EventEntrySystem</a></li>
|
||||
<li><a href="ewol__EventExtGen.html">EventExtGen</a></li>
|
||||
<li><a href="ewol__EventInput.html">EventInput</a></li>
|
||||
<li><a href="ewol__EventInputSystem.html">EventInputSystem</a></li>
|
||||
<li><a href="ewol__EventShortCut.html">EventShortCut</a></li>
|
||||
<li><a href="ewol__EventTime.html">EventTime</a></li>
|
||||
<li><a href="ewol__Face.html">Face</a></li>
|
||||
<li><a href="ewol__FaceIndexing.html">FaceIndexing</a></li>
|
||||
<li><a href="ewol__FontBase.html">FontBase</a></li>
|
||||
<li><a href="ewol__FontFreeType.html">FontFreeType</a></li>
|
||||
<li><a href="ewol__Fps.html">Fps</a></li>
|
||||
<li><a href="ewol__GlyphProperty.html">GlyphProperty</a></li>
|
||||
<li><a href="ewol__Image.html">Image</a></li>
|
||||
<li><a href="ewol__Kerning.html">Kerning</a></li>
|
||||
<li><a href="ewol__Light.html">Light</a></li>
|
||||
<li><a href="ewol__Material.html">Material</a></li>
|
||||
<li><a href="ewol__MaterialGlId.html">MaterialGlId</a></li>
|
||||
<li><a href="ewol__Mesh.html">Mesh</a></li>
|
||||
<li><a href="ewol__PhysicsBox.html">PhysicsBox</a></li>
|
||||
<li><a href="ewol__PhysicsCapsule.html">PhysicsCapsule</a></li>
|
||||
<li><a href="ewol__PhysicsCone.html">PhysicsCone</a></li>
|
||||
<li><a href="ewol__PhysicsConvexHull.html">PhysicsConvexHull</a></li>
|
||||
<li><a href="ewol__PhysicsCylinder.html">PhysicsCylinder</a></li>
|
||||
<li><a href="ewol__PhysicsShape.html">PhysicsShape</a></li>
|
||||
<li><a href="ewol__PhysicsSphere.html">PhysicsSphere</a></li>
|
||||
<li><a href="ewol__Program.html">Program</a></li>
|
||||
<li><a href="ewol__Resource.html">Resource</a></li>
|
||||
<li><a href="ewol__ResourceManager.html">ResourceManager</a></li>
|
||||
<li><a href="ewol__Shader.html">Shader</a></li>
|
||||
<li><a href="ewol__Shaper.html">Shaper</a></li>
|
||||
<li><a href="ewol__SimpleConfigElement.html">SimpleConfigElement</a></li>
|
||||
<li><a href="ewol__SpecialKey.html">SpecialKey</a></li>
|
||||
<li><a href="ewol__SpecialKey__SpecialKey__union__.html">SpecialKey::SpecialKey::union ::</a></li>
|
||||
<li><a href="ewol__SpecialKey__union.html">SpecialKey::union </a></li>
|
||||
<li><a href="ewol__Sprite.html">Sprite</a></li>
|
||||
<li><a href="ewol__Text.html">Text</a></li>
|
||||
<li><a href="ewol__TextDecoration.html">TextDecoration</a></li>
|
||||
<li><a href="ewol__Texture.html">Texture</a></li>
|
||||
<li><a href="ewol__TextureFile.html">TextureFile</a></li>
|
||||
<li><a href="ewol__TexturedFont.html">TexturedFont</a></li>
|
||||
<li><a href="ewol__VirtualBufferObject.html">VirtualBufferObject</a></li>
|
||||
<li><a href="ewol__Widget.html">Widget</a></li>
|
||||
<li><a href="ewol__WidgetManager.html">WidgetManager</a></li>
|
||||
<li><a href="ewol__Windows.html">Windows</a></li>
|
||||
<li><a href="ewol__eContext.html">eContext</a></li>
|
||||
<li><a href="ewol__eInput.html">eInput</a></li>
|
||||
<li><a href="ewol__progAttributeElement.html">progAttributeElement</a></li>
|
||||
</ul>
|
||||
<li>widget</li>
|
||||
<ul>
|
||||
<li><a href="widget__Button.html">Button</a></li>
|
||||
<li><a href="widget__ButtonColor.html">ButtonColor</a></li>
|
||||
<li><a href="widget__CheckBox.html">CheckBox</a></li>
|
||||
<li><a href="widget__ColorBar.html">ColorBar</a></li>
|
||||
<li><a href="widget__ColorChooser.html">ColorChooser</a></li>
|
||||
<li><a href="widget__Composer.html">Composer</a></li>
|
||||
<li><a href="widget__Container.html">Container</a></li>
|
||||
<li><a href="widget__ContainerN.html">ContainerN</a></li>
|
||||
<li><a href="widget__ContextMenu.html">ContextMenu</a></li>
|
||||
<li><a href="widget__Entry.html">Entry</a></li>
|
||||
<li><a href="widget__FileChooser.html">FileChooser</a></li>
|
||||
<li><a href="widget__Gird.html">Gird</a></li>
|
||||
<li><a href="widget__Gird__GirdProperties.html">Gird::GirdProperties</a></li>
|
||||
<li><a href="widget__Image.html">Image</a></li>
|
||||
<li><a href="widget__Joystick.html">Joystick</a></li>
|
||||
<li><a href="widget__Label.html">Label</a></li>
|
||||
<li><a href="widget__Layer.html">Layer</a></li>
|
||||
<li><a href="widget__List.html">List</a></li>
|
||||
<li><a href="widget__ListFileSystem.html">ListFileSystem</a></li>
|
||||
<li><a href="widget__Menu.html">Menu</a></li>
|
||||
<li><a href="widget__MenuElement.html">MenuElement</a></li>
|
||||
<li><a href="widget__Mesh.html">Mesh</a></li>
|
||||
<li><a href="widget__Parameter.html">Parameter</a></li>
|
||||
<li><a href="widget__ParameterList.html">ParameterList</a></li>
|
||||
<li><a href="widget__PopUp.html">PopUp</a></li>
|
||||
<li><a href="widget__ProgressBar.html">ProgressBar</a></li>
|
||||
<li><a href="widget__Scroll.html">Scroll</a></li>
|
||||
<li><a href="widget__Sizer.html">Sizer</a></li>
|
||||
<li><a href="widget__Slider.html">Slider</a></li>
|
||||
<li><a href="widget__Spacer.html">Spacer</a></li>
|
||||
<li><a href="widget__StdPopUp.html">StdPopUp</a></li>
|
||||
<li><a href="widget__WSlider.html">WSlider</a></li>
|
||||
<li><a href="widget__WidgetScrooled.html">WidgetScrooled</a></li>
|
||||
<li><a href="widget__elementPL.html">elementPL</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>ewol</li>
|
||||
<ul>
|
||||
<li><a href="ewol__clipBoard__clipboardListe.html">clipBoard::clipboardListe</a></li>
|
||||
<li><a href="ewol__cursorDisplay.html">cursorDisplay</a></li>
|
||||
<li><a href="ewol__font__mode.html">font::mode</a></li>
|
||||
<li><a href="ewol__gravity.html">gravity</a></li>
|
||||
<li><a href="ewol__keyEvent__keyboard.html">keyEvent::keyboard</a></li>
|
||||
<li><a href="ewol__keyEvent__status.html">keyEvent::status</a></li>
|
||||
<li><a href="ewol__keyEvent__type.html">keyEvent::type</a></li>
|
||||
<li><a href="ewol__openGL__openGlFlags.html">openGL::openGlFlags</a></li>
|
||||
<li><a href="ewol__orientation.html">orientation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container" id="content">
|
||||
<h1>Class: widget::Layer</h1>
|
||||
<br/>
|
||||
<h2>Synopsis:</h2>
|
||||
<pre>
|
||||
+ <span class="code-storage-keyword">static</span> <span class="code-type">void</span> <a class="code-function" href="#init">init</a> (<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);<br>+ <a class="code-function" href="#Layer">Layer</a> (<span class="code-type">void</span>);<br>+ ~<a class="code-function" href="#Layer">Layer</a> (<span class="code-type">void</span>);<br>+ <a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <a class="code-function" href="#getWidgetAtPos">getWidgetAtPos</a> (<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);<br></pre>
|
||||
|
||||
|
||||
<h2>Object Hierarchy:</h2>
|
||||
<pre>
|
||||
<a href="ewol__EObject.html">ewol::EObject</a>
|
||||
+--> <a href="ewol__Widget.html">ewol::Widget</a>
|
||||
+--> <a href="widget__ContainerN.html">widget::ContainerN</a>
|
||||
+--> <b>widget::Layer</b>
|
||||
</pre>
|
||||
<br/>
|
||||
<h2>Description:</h2>
|
||||
/**
|
||||
* @ingroup ewolWidgetGroup
|
||||
*/<h2>Detail:<h2>
|
||||
<h3>widget::<a id="init">init</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-storage-keyword">static</span> <span class="code-type">void</span> <span class="code-function">init</span>(<a href="ewol__WidgetManager.html" class="code-type">ewol::WidgetManager</a> & <span class="code-argument">_widgetManager</span>);</pre>
|
||||
<br/>
|
||||
Main call of recording the widget on the List of "widget named creator"
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::<a id="Layer">Layer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<span class="code-function">Layer</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Constructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3>widget::~<a id="Layer">Layer</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
~<span class="code-function">Layer</span>(<span class="code-type">void</span>);</pre>
|
||||
<br/>
|
||||
Desstructor
|
||||
<br/><br/>
|
||||
|
||||
<hr/>
|
||||
<h3><a id="getWidgetAtPos">getWidgetAtPos</a> ()</h3>
|
||||
|
||||
<pre>
|
||||
<a href="ewol__Widget.html" class="code-type">ewol::Widget</a> * <span class="code-function">getWidgetAtPos</span>(<span class="code-storage-keyword">const</span> vec2 & <span class="code-argument">_pos</span>);</pre>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
316
widget__List.html
Normal file
316
widget__List.html
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user