Mario Kart 64
Loading...
Searching...
No Matches
Editor::ContentBrowserWindow Class Reference

#include <ContentBrowser.h>

Inheritance diagram for Editor::ContentBrowserWindow:
[legend]
Collaboration diagram for Editor::ContentBrowserWindow:
[legend]

Data Structures

struct  Tracks
 

Public Member Functions

 ~ContentBrowserWindow ()
 

Data Fields

std::vector< Tracks > Tracks
 
std::vector< std::string > Content
 
bool Refresh = true
 
bool ActorContent = false
 
bool ObjectContent = false
 
bool CustomContent = false
 
bool TrackContent = false
 

Protected Member Functions

void InitElement () override
 
void DrawElement () override
 
void UpdateElement () override
 
void AddTrackContent ()
 
void RemoveCustomTracksFromTrackList ()
 
void AddActorContent ()
 
void AddObjectContent ()
 
void AddCustomContent ()
 
void FindTracks ()
 
void FindContent ()
 
void FolderButton (const char *label, bool &contentFlag, const ImVec2 &size=ImVec2(80, 32))
 

Constructor & Destructor Documentation

◆ ~ContentBrowserWindow()

Editor::ContentBrowserWindow::~ContentBrowserWindow ( )

Member Function Documentation

◆ AddActorContent()

void Editor::ContentBrowserWindow::AddActorContent ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ AddCustomContent()

void Editor::ContentBrowserWindow::AddCustomContent ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ AddObjectContent()

void Editor::ContentBrowserWindow::AddObjectContent ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ AddTrackContent()

void Editor::ContentBrowserWindow::AddTrackContent ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ DrawElement()

void Editor::ContentBrowserWindow::DrawElement ( )
overrideprotected
Here is the call graph for this function:

◆ FindContent()

void Editor::ContentBrowserWindow::FindContent ( )
protected
Here is the caller graph for this function:

◆ FindTracks()

void Editor::ContentBrowserWindow::FindTracks ( )
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ FolderButton()

void Editor::ContentBrowserWindow::FolderButton ( const char * label,
bool & contentFlag,
const ImVec2 & size = ImVec2(80, 32) )
protected
Here is the caller graph for this function:

◆ InitElement()

void Editor::ContentBrowserWindow::InitElement ( )
inlineoverrideprotected

◆ RemoveCustomTracksFromTrackList()

void Editor::ContentBrowserWindow::RemoveCustomTracksFromTrackList ( )
protected
Here is the caller graph for this function:

◆ UpdateElement()

void Editor::ContentBrowserWindow::UpdateElement ( )
inlineoverrideprotected

Field Documentation

◆ ActorContent

bool Editor::ContentBrowserWindow::ActorContent = false

◆ Content

std::vector<std::string> Editor::ContentBrowserWindow::Content

◆ CustomContent

bool Editor::ContentBrowserWindow::CustomContent = false

◆ ObjectContent

bool Editor::ContentBrowserWindow::ObjectContent = false

◆ Refresh

bool Editor::ContentBrowserWindow::Refresh = true

◆ TrackContent

bool Editor::ContentBrowserWindow::TrackContent = false

◆ Tracks

std::vector<Tracks> Editor::ContentBrowserWindow::Tracks

The documentation for this class was generated from the following files: