Class Index | File Index

Classes


Class HomeDescriptor


Defined in: SweetHome3D.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
HomeDescriptor(name, content, icon)
Creates a home descriptor.
Method Summary
Method Attributes Method Name and Description
 
Returns the content to read this home.
 
Returns the icon of this home.
 
Returns the name of this home.
Class Detail
HomeDescriptor(name, content, icon)
Creates a home descriptor.
Author: Emmanuel Puybaret.
Parameters:
{string} name
name of the home
{Object} content
content that allows to read home data
{Object} icon
icon of the home
Method Detail
{Object} getContent()
Returns the content to read this home.
Returns:
{Object}

{Object} getIcon()
Returns the icon of this home.
Returns:
{Object}

{string} getName()
Returns the name of this home.
Returns:
{string}

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 21 2024 17:43:23 GMT+0200 (CEST)