package content_workspace
Functions
ShouldHideContent
func ShouldHideContent(id string, typeFilters, tagFilters []string, cdb *content_database.Cache) bool
ShouldShowContent
func ShouldShowContent(query, id string, typeFilters, tagFilters []string, cdb *content_database.Cache) bool
Types
ContentAudioView
struct
ContentWorkspace
struct
ContentWorkspace.Close
ContentWorkspace.Hotkeys
ContentWorkspace.Initialize
ContentWorkspace.Open
ContentWorkspace.Update
ContentWorkspaceEditorInterface
interface
type ContentWorkspaceEditorInterface interface {
Settings() *editor_settings.Settings
Events() *editor_events.EditorEvents
ProjectFileSystem() *project_file_system.FileSystem
Cache() *content_database.Cache
ShowReferences(id string)
FocusInterface()
BlurInterface()
ViewHtmlUi(id string)
ShadingWorkspaceSelected()
VfxWorkspaceSelected()
VfxWorkspace() *vfx_workspace.VfxWorkspace
ShadingWorkspace() *shading_workspace.ShadingWorkspace
OpenStageInStageWorkspace(id string)
}
WorkspaceUIData
struct