|
VizKit
3.3.7
|
#include "VisualDataStore.h"#include "VisualErrorHandling.h"#include "VisualAudioLab.h"#include "VisualConfiguration.h"#include "VisualPreferences.h"#include "VisualThreading.h"#include "VisualNotification.h"#include "VisualString.h"#include "VisualFile.h"#include "VisualStyledString.h"#include "VisualImage.h"#include "VisualPlayerState.h"#include "VisualSignature.h"#include "VisualThreadingManager.h"Functions | |
| if (debug==true) | |
| VisualNotification | aNotification (visualFile->getIdentifier()) |
| aNotification | setKey (kStringWithIdentifierLoadedAndCreatedMsg) |
| aNotification | setObject (stringContentsOfFile) |
| aNotification | post () |
| if (!visualFile) | |
Variables | |
| bool | debug = false |
| VisualFile * | visualFile = reinterpret_cast<VisualFile*>(fileWithStringContent) |
| VisualString | stringContentsOfFile |
| return | retVal |
| VisualItemIdentifier | fileIdentifier = visualFile->getIdentifier() |
| VisualNotification | aNotification (fileIdentifier) |
| bool | success = visualFile->remove() |
| VisualNotification aNotification | ( | visualFile-> | getIdentifier() | ) |
| if | ( | ! | visualFile | ) |
| aNotification post | ( | ) |
| aNotification setKey | ( | kStringWithIdentifierLoadedAndCreatedMsg | ) |
| bool debug = false |
| VisualItemIdentifier fileIdentifier = visualFile->getIdentifier() |
| return retVal |
| bool success = visualFile->remove() |
| delete visualFile = reinterpret_cast<VisualFile*>(fileWithStringContent) |