SceneNodeCollection

scalismo.ui.model.SceneNodeCollection
See theSceneNodeCollection companion object

Attributes

Companion
object
Graph
Supertypes
trait SceneNode
trait Publisher
trait Reactor
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

final override def children: List[ChildNode]

Attributes

Definition Classes
override def isViewCollapsed: Boolean

Attributes

Definition Classes
def remove(child: ChildNode): Unit

Inherited methods

def deafTo(ps: Publisher*): Unit

Installed reaction won't receive events from the given publisher anylonger.

Installed reaction won't receive events from the given publisher anylonger.

Attributes

Inherited from:
Reactor
def listenTo(ps: Publisher*): Unit

Listen to the given publisher as long as deafTo isn't called for them.

Listen to the given publisher as long as deafTo isn't called for them.

Attributes

Inherited from:
Reactor
def name: String

Attributes

Inherited from:
SceneNode

Returns this node's parent SceneNode, or null if this node is itself a Scene.

Returns this node's parent SceneNode, or null if this node is itself a Scene.

Attributes

Inherited from:
SceneNode
def publishEvent(e: Event): Unit

Attributes

Inherited from:
ScalismoPublisher

Attributes

Inherited from:
SceneNode
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SceneNode -> Any
Inherited from:
SceneNode

Deprecated and Inherited methods

override def publish(e: Event): Unit

Notify all registered reactions.

Notify all registered reactions.

Attributes

Deprecated
[Since version always] use method publishEvent instead
Definition Classes
ScalismoPublisher -> Publisher
Inherited from:
ScalismoPublisher

Inherited fields

protected val listeners: RefSet[Reaction]

Attributes

Inherited from:
Publisher
val reactions: Reactions

All reactions of this reactor.

All reactions of this reactor.

Attributes

Inherited from:
Reactor
lazy val scene: Scene

Attributes

Inherited from:
SceneNode