KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ifsg_node.cpp File Reference
#include <iostream>
#include <sstream>
#include <wx/log.h>
#include "plugins/3dapi/ifsg_node.h"
#include "3d_cache/sg/sg_node.h"
#include "plugins/3dapi/ifsg_api.h"

Go to the source code of this file.

Variables

char BadObject [] = " * [BUG] operating on an invalid wrapper (object may have been deleted)"
 
char BadOperand [] = " * [BUG] parameter aNode is an invalid wrapper; its data may have been deleted"
 
char BadParent [] = " * [BUG] invalid parent node (data may have been deleted)"
 
char WrongParent [] = " * [BUG] parent node type is incompatible"
 

Variable Documentation

◆ BadObject

char BadObject[] = " * [BUG] operating on an invalid wrapper (object may have been deleted)"

Definition at line 36 of file ifsg_node.cpp.

◆ BadOperand

char BadOperand[] = " * [BUG] parameter aNode is an invalid wrapper; its data may have been deleted"

Definition at line 37 of file ifsg_node.cpp.

◆ BadParent

◆ WrongParent