FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt::Clipboard API

Description

Functions

FORMIT_CORE_EXPORT void FormIt::Clipboard::GetJSONStringForClipboard (1::string &jsonSTR)
 Get a JSON string for the FormIt internal clipboard's WSM History generated from the current selection.
 
FORMIT_CORE_EXPORT bool FormIt::Clipboard::SetJSONStringFromClipboard (const 1::string &jsonSTR)
 Generates the internal clipboard's WSM History given jsonSTR.
 
FORMIT_CORE_EXPORT const WSM::Transf3dFormIt::Clipboard::GetMinOffsetTransf ()
 Get the offset for pasting from the clipboard.
 
FORMIT_CORE_EXPORT const WSM::Transf3dFormIt::Clipboard::GetInContextTransf ()
 Get the in-context Transf for the items that were copied.
 

Function Documentation

◆ GetInContextTransf()

FORMIT_CORE_EXPORT const WSM::Transf3d & FormIt::Clipboard::GetInContextTransf ( )

Get the in-context Transf for the items that were copied.

◆ GetJSONStringForClipboard()

FORMIT_CORE_EXPORT void FormIt::Clipboard::GetJSONStringForClipboard ( 1::string &  jsonSTR)

Get a JSON string for the FormIt internal clipboard's WSM History generated from the current selection.

Parameters
[out]jsonSTR

◆ GetMinOffsetTransf()

FORMIT_CORE_EXPORT const WSM::Transf3d & FormIt::Clipboard::GetMinOffsetTransf ( )

Get the offset for pasting from the clipboard.

◆ SetJSONStringFromClipboard()

FORMIT_CORE_EXPORT bool FormIt::Clipboard::SetJSONStringFromClipboard ( const 1::string &  jsonSTR)

Generates the internal clipboard's WSM History given jsonSTR.

Parameters
[in]jsonSTR