|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TudeySceneModel.Entry in com.threerings.tudey.client |
|---|
| Methods in com.threerings.tudey.client with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
TudeySceneView.entryAdded(TudeySceneModel.Entry entry)
|
void |
TudeySceneView.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
TudeySceneView.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
| Uses of TudeySceneModel.Entry in com.threerings.tudey.client.cursor |
|---|
| Methods in com.threerings.tudey.client.cursor that return TudeySceneModel.Entry | |
|---|---|
TudeySceneModel.Entry |
TileCursor.getEntry()
|
TudeySceneModel.Entry |
PlaceableCursor.getEntry()
|
TudeySceneModel.Entry |
PathCursor.getEntry()
|
abstract TudeySceneModel.Entry |
EntryCursor.getEntry()
Returns a reference to the most recently set entry state. |
TudeySceneModel.Entry |
AreaCursor.getEntry()
|
| Methods in com.threerings.tudey.client.cursor with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
TileCursor.update(TudeySceneModel.Entry entry)
|
void |
PlaceableCursor.update(TudeySceneModel.Entry entry)
|
void |
PathCursor.update(TudeySceneModel.Entry entry)
|
abstract void |
EntryCursor.update(TudeySceneModel.Entry entry)
Updates the cursor with new entry state. |
void |
AreaCursor.update(TudeySceneModel.Entry entry)
|
void |
SelectionCursor.update(TudeySceneModel.Entry[] entries)
Updates the cursor with new entry state. |
| Uses of TudeySceneModel.Entry in com.threerings.tudey.client.sprite |
|---|
| Methods in com.threerings.tudey.client.sprite that return TudeySceneModel.Entry | |
|---|---|
TudeySceneModel.Entry |
TileSprite.getEntry()
|
TudeySceneModel.Entry |
PlaceableSprite.getEntry()
|
TudeySceneModel.Entry |
PathSprite.getEntry()
|
TudeySceneModel.Entry |
GlobalSprite.getEntry()
|
abstract TudeySceneModel.Entry |
EntrySprite.getEntry()
Returns a reference to the most recently set entry state. |
TudeySceneModel.Entry |
AreaSprite.getEntry()
|
| Methods in com.threerings.tudey.client.sprite with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
TileSprite.update(TudeySceneModel.Entry entry)
|
void |
PlaceableSprite.update(TudeySceneModel.Entry entry)
|
void |
PathSprite.update(TudeySceneModel.Entry entry)
|
void |
GlobalSprite.update(TudeySceneModel.Entry entry)
|
abstract void |
EntrySprite.update(TudeySceneModel.Entry entry)
Updates the sprite with new entry state. |
void |
AreaSprite.update(TudeySceneModel.Entry entry)
|
| Uses of TudeySceneModel.Entry in com.threerings.tudey.client.util |
|---|
| Methods in com.threerings.tudey.client.util with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
SceneMap.entryAdded(TudeySceneModel.Entry entry)
|
void |
SceneMap.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
SceneMap.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
| Uses of TudeySceneModel.Entry in com.threerings.tudey.data |
|---|
| Subclasses of TudeySceneModel.Entry in com.threerings.tudey.data | |
|---|---|
static class |
TudeySceneModel.AreaEntry
An area entry. |
static class |
TudeySceneModel.GlobalEntry
A global entry. |
static class |
TudeySceneModel.IdEntry
An entry identified by an integer id. |
static class |
TudeySceneModel.PathEntry
A path entry. |
static class |
TudeySceneModel.PlaceableEntry
A placeable entry. |
static class |
TudeySceneModel.TileEntry
A tile entry. |
| Fields in com.threerings.tudey.data declared as TudeySceneModel.Entry | |
|---|---|
TudeySceneModel.Entry[] |
ModifyEntriesUpdate.added
The entries added to the scene. |
TudeySceneModel.Entry[] |
ModifyEntriesUpdate.updated
The entries updated within the scene. |
| Methods in com.threerings.tudey.data that return TudeySceneModel.Entry | |
|---|---|
TudeySceneModel.Entry |
TudeySceneModel.getEntry(Object key)
Looks up the entry with the supplied key. |
TudeySceneModel.Entry |
TudeySceneModel.getTaggedEntry(String tag)
Returns the first entry bearing the specified tag, or null for none. |
TudeySceneModel.Entry |
TudeySceneModel.removeEntry(Object key)
Removes an entry from the scene. |
TudeySceneModel.Entry |
TudeySceneModel.updateEntry(TudeySceneModel.Entry nentry)
Updates an entry within the scene. |
| Methods in com.threerings.tudey.data that return types with arguments of type TudeySceneModel.Entry | |
|---|---|
Collection<TudeySceneModel.Entry> |
TudeySceneModel.getEntries()
Returns a reference to the collection of entries. |
List<TudeySceneModel.Entry> |
TudeySceneModel.getTaggedEntries(String tag)
Returns the list of all entries bearing the specified tag, or null for none. |
| Methods in com.threerings.tudey.data with parameters of type TudeySceneModel.Entry | |
|---|---|
boolean |
TudeySceneModel.addEntry(TudeySceneModel.Entry entry)
Adds an entry to the scene, assigning it a unique id in the process if it is an TudeySceneModel.IdEntry. |
boolean |
TudeySceneModel.addEntry(TudeySceneModel.Entry entry,
boolean assignId)
Adds an entry to the scene. |
void |
TudeySceneModel.Observer.entryAdded(TudeySceneModel.Entry entry)
Notes that an entry has been added to the scene. |
void |
TudeySceneModel.Observer.entryRemoved(TudeySceneModel.Entry oentry)
Notes that an entry has been removed from the scene. |
void |
TudeySceneModel.Observer.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
Notes that an entry has been updated within the scene. |
void |
ModifyEntriesUpdate.init(int targetId,
int targetVersion,
TudeySceneModel.Entry[] added,
TudeySceneModel.Entry[] updated,
Object[] removed)
Initializes this update with all necessary data. |
void |
ModifyEntriesUpdate.init(int targetId,
int targetVersion,
TudeySceneModel.Entry[] added,
TudeySceneModel.Entry[] updated,
Object[] removed)
Initializes this update with all necessary data. |
TudeySceneModel.Entry |
TudeySceneModel.updateEntry(TudeySceneModel.Entry nentry)
Updates an entry within the scene. |
| Method parameters in com.threerings.tudey.data with type arguments of type TudeySceneModel.Entry | |
|---|---|
void |
TudeySceneModel.getEntries(Shape shape,
Collection<TudeySceneModel.Entry> results)
Retrieves all entries intersecting the supplied shape. |
void |
TudeySceneModel.getEntries(Shape shape,
Predicate<? super TudeySceneModel.Entry> pred,
Collection<TudeySceneModel.Entry> results)
Retrieves all entries intersecting the supplied shape and matching the predicate. |
void |
TudeySceneModel.getEntries(Shape shape,
Predicate<? super TudeySceneModel.Entry> pred,
Collection<TudeySceneModel.Entry> results)
Retrieves all entries intersecting the supplied shape and matching the predicate. |
| Uses of TudeySceneModel.Entry in com.threerings.tudey.server |
|---|
| Methods in com.threerings.tudey.server with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
TudeySceneManager.entryAdded(TudeySceneModel.Entry entry)
|
void |
TudeySceneManager.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
TudeySceneManager.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
| Uses of TudeySceneModel.Entry in com.threerings.tudey.server.logic |
|---|
| Methods in com.threerings.tudey.server.logic that return TudeySceneModel.Entry | |
|---|---|
TudeySceneModel.Entry |
EntryLogic.getEntry()
Returns a reference to the scene entry corresponding to this logic. |
| Methods in com.threerings.tudey.server.logic with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
EntryLogic.init(TudeySceneManager scenemgr,
TudeySceneModel.Entry entry)
Initializes the logic. |
| Uses of TudeySceneModel.Entry in com.threerings.tudey.server.util |
|---|
| Methods in com.threerings.tudey.server.util with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
Pathfinder.entryAdded(TudeySceneModel.Entry entry)
|
void |
Pathfinder.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
Pathfinder.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
| Uses of TudeySceneModel.Entry in com.threerings.tudey.tools |
|---|
| Fields in com.threerings.tudey.tools with type parameters of type TudeySceneModel.Entry | |
|---|---|
static Function<TudeySceneModel.Entry,Object> |
SceneEditor.ENTRY_TO_KEY
A function that transforms an Entry to its key. |
| Methods in com.threerings.tudey.tools that return TudeySceneModel.Entry | |
|---|---|
TudeySceneModel.Entry |
SceneEditor.getMouseEntry()
Returns a reference to the entry under the mouse cursor on the currently selected layer. |
TudeySceneModel.Entry |
SceneEditor.getMouseEntry(Predicate<? super TudeySceneModel.Entry> filter)
Returns a reference to the entry under the mouse cursor on the currently selected layer. |
TudeySceneModel.Entry[] |
SceneEditor.getSelection()
Returns the selected elements. |
| Methods in com.threerings.tudey.tools that return types with arguments of type TudeySceneModel.Entry | |
|---|---|
Predicate<TudeySceneModel.Entry> |
SceneEditor.getLayerPredicate()
Returns a Predicate that selects entries only on the current layer. |
| Methods in com.threerings.tudey.tools with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
Palette.add(TudeySceneModel.Entry... entries)
Adds a new entry to the palette. |
void |
SceneEditor.addEntries(TudeySceneModel.Entry... entries)
|
void |
Arrow.edit(TudeySceneModel.Entry entry)
Requests to start editing the specified entry. |
void |
SceneEditor.entryAdded(TudeySceneModel.Entry entry)
|
void |
GlobalEditor.entryAdded(TudeySceneModel.Entry entry)
|
void |
EditorTool.entryAdded(TudeySceneModel.Entry entry)
|
void |
SceneEditor.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
PathDefiner.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
GlobalEditor.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
EditorTool.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
Arrow.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
AreaDefiner.entryRemoved(TudeySceneModel.Entry oentry)
|
void |
SceneEditor.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
void |
PathDefiner.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
void |
GlobalEditor.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
void |
EditorTool.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
void |
Arrow.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
void |
AreaDefiner.entryUpdated(TudeySceneModel.Entry oentry,
TudeySceneModel.Entry nentry)
|
boolean |
SceneEditor.isSelected(TudeySceneModel.Entry entry)
Determines whether the specified entry is selected. |
void |
SceneEditor.move(TudeySceneModel.Entry... entries)
Activates the supplied entries in the mover tool. |
void |
BaseMover.move(TudeySceneModel.Entry... entries)
Requests to start moving the specified entries. |
void |
SceneEditor.overwriteEntries(TudeySceneModel.Entry... entries)
Adds an entry, removing any conflicting entries if necessary. |
void |
SceneEditor.removeAndMove(TudeySceneModel.Entry... entries)
Removes the specified entries, then activates them in the mover tool. |
void |
SceneEditor.select(TudeySceneModel.Entry... selection)
Selects the specified entries and switches to either the selector tool or the arrow tool, depending on whether multiple entries are selected. |
void |
SceneEditor.setSelection(TudeySceneModel.Entry... selection)
Sets the selected elements. |
void |
SceneEditor.updateEntries(TudeySceneModel.Entry... entries)
|
| Method parameters in com.threerings.tudey.tools with type arguments of type TudeySceneModel.Entry | |
|---|---|
void |
SceneEditor.deleteMouseEntry(Predicate<? super TudeySceneModel.Entry> filter)
Attempts to delete the entry under the mouse cursor on the currently selected layer. |
TudeySceneModel.Entry |
SceneEditor.getMouseEntry(Predicate<? super TudeySceneModel.Entry> filter)
Returns a reference to the entry under the mouse cursor on the currently selected layer. |
void |
SceneEditor.removeEntries(Collection<? extends TudeySceneModel.Entry> coll)
|
| Constructors in com.threerings.tudey.tools with parameters of type TudeySceneModel.Entry | |
|---|---|
EntryEdit(TudeySceneModel scene,
int id,
int layer,
TudeySceneModel.Entry[] add,
TudeySceneModel.Entry[] update,
Object[] remove)
Creates and applies a new entry edit. |
|
EntryEdit(TudeySceneModel scene,
int id,
int layer,
TudeySceneModel.Entry[] add,
TudeySceneModel.Entry[] update,
Object[] remove)
Creates and applies a new entry edit. |
|
| Uses of TudeySceneModel.Entry in com.threerings.tudey.util |
|---|
| Methods in com.threerings.tudey.util with parameters of type TudeySceneModel.Entry | |
|---|---|
void |
EntryManipulator.addEntries(TudeySceneModel.Entry... entries)
Adds entries to the scene. |
void |
EntryManipulator.updateEntries(TudeySceneModel.Entry... entries)
Updates entries within the scene. |
| Method parameters in com.threerings.tudey.util with type arguments of type TudeySceneModel.Entry | |
|---|---|
void |
EntryManipulator.removeEntries(Collection<? extends TudeySceneModel.Entry> entries)
Removes the specified entries from the scene. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||