Macros | Functions
RuntimeMeshComponentEditorStyle.cpp File Reference
#include "RuntimeMeshComponentEditorStyle.h"
#include "Framework/Application/SlateApplication.h"
#include "Styling/SlateStyleRegistry.h"
#include "SlateGameResources.h"
#include "IPluginManager.h"
Include dependency graph for RuntimeMeshComponentEditorStyle.cpp:

Go to the source code of this file.

Macros

#define BORDER_BRUSH(RelativePath, ...)   FSlateBorderBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )
 
#define BOX_BRUSH(RelativePath, ...)   FSlateBoxBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )
 
#define IMAGE_BRUSH(RelativePath, ...)   FSlateImageBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )
 
#define OTF_FONT(RelativePath, ...)   FSlateFontInfo( Style->RootToContentDir( RelativePath, TEXT(".otf") ), __VA_ARGS__ )
 
#define TTF_FONT(RelativePath, ...)   FSlateFontInfo( Style->RootToContentDir( RelativePath, TEXT(".ttf") ), __VA_ARGS__ )
 

Functions

const FVector2D Icon128x128 (128.0f, 128.0f)
 

Macro Definition Documentation

#define BORDER_BRUSH (   RelativePath,
  ... 
)    FSlateBorderBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )

Definition at line 35 of file RuntimeMeshComponentEditorStyle.cpp.

#define BOX_BRUSH (   RelativePath,
  ... 
)    FSlateBoxBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )

Definition at line 34 of file RuntimeMeshComponentEditorStyle.cpp.

#define IMAGE_BRUSH (   RelativePath,
  ... 
)    FSlateImageBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )

Definition at line 33 of file RuntimeMeshComponentEditorStyle.cpp.

#define OTF_FONT (   RelativePath,
  ... 
)    FSlateFontInfo( Style->RootToContentDir( RelativePath, TEXT(".otf") ), __VA_ARGS__ )

Definition at line 37 of file RuntimeMeshComponentEditorStyle.cpp.

#define TTF_FONT (   RelativePath,
  ... 
)    FSlateFontInfo( Style->RootToContentDir( RelativePath, TEXT(".ttf") ), __VA_ARGS__ )

Definition at line 36 of file RuntimeMeshComponentEditorStyle.cpp.

Function Documentation

const FVector2D Icon128x128 ( 128.  0f,
128.  0f 
)


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:29