Altium C++ SDK 3.0
Loading...
Searching...
No Matches
SCH::IChartCollection Struct Reference

#include <EDP.SCH.Interfaces.h>

Inheritance diagram for SCH::IChartCollection:

Public Member Functions

ISDFDocumentGetProperty_ServerWindow ()
ISDFGraphicalViewGetProperty_GraphicalView ()
IViewManagerGetProperty_ViewManager ()
bool GetProperty_FullyLoaded ()
void SetProperty_FullyLoaded (bool Value)
std::wstring GetProperty_FileName ()
int GetProperty_FilteredWavesBlend ()
void SetProperty_FilteredWavesBlend (int Value)
bool GetProperty_Modified ()
void SetProperty_Modified (bool Value)
bool GetProperty_RestoreSetup ()
void SetProperty_RestoreSetup (bool Value)
bool GetProperty_SetupFileWritten ()
std::wstring GetProperty_SetupFileName ()
int GetProperty_ChartCount ()
IChartGetProperty_Chart (int Index)
int GetProperty_ChartIndexByName (std::wstring Name)
std::wstring GetProperty_ActiveChartName ()
IChartGetProperty_ActiveChart ()
void SetProperty_ActiveChart (IChart *Value)
int GetProperty_ActiveChartIndex ()
void SetProperty_ActiveChartIndex (int Value)
int GetProperty_TotalPointCount ()
int GetProperty_ChartIndexByChart (IChart *Chart)
IChartGetProperty_ChartByName (std::wstring Name)
void Save_ChartSetups ()
void Delete_ChartSetups (std::wstring AFileName)
void ClearCharts ()
bool MoveChart (int Charts, int AToIndex)
void SetActiveChartByName (std::wstring AName)
IChartCreateNewChart (std::wstring AChartName, std::wstring AChartTitle, std::wstring AnXUnitStr, std::wstring AnXAxisLabel, bool AComplexFlag, TScaleMode AScaleMode, TSimViewChartType AChartType, TChartView AView, int AChartIndex)
IChartChartFFT_Create (IChart *AChart)
void AddDataPointToChart (IChart *AChart, ISourceWave *AWave, double ARealX, double AnImaginaryX, double ARealY, double AnImaginaryY)
int AddChart (IChart *AChart)
IChartNewChart (std::wstring AChartName)
void InsertChart (int AChartIndex, IChart *AChart)
void DeleteChart (int AChartIndex)
void UpdateAllCharts ()
void SetProcessForStopSimulator (std::wstring AProcess)
std::wstring GetProcessForStopSimulator ()
void SV_FlushWindow (bool ARestoreSetupFlag)
void SV_DataComplete (bool InitialiseXY, std::wstring ATabNameString)
IChartSV_CreateChart (std::wstring AChartName, TSimViewChartType AChartType, int AVisiblePlotCount, bool ARestoreSetupFlag)
IChartSV_CreateFFT (IChart *AChart)
void SV_ReDrawToDC (long ADC)
int SV_ChartWidthInMils ()
int SV_ChartHeightInMils ()
int SV_ChartWidthInPixels ()
int SV_ChartHeightInPixels ()

Member Function Documentation

◆ AddChart()

int SCH::IChartCollection::AddChart ( IChart * AChart)

◆ AddDataPointToChart()

void SCH::IChartCollection::AddDataPointToChart ( IChart * AChart,
ISourceWave * AWave,
double ARealX,
double AnImaginaryX,
double ARealY,
double AnImaginaryY )

◆ ChartFFT_Create()

IChart * SCH::IChartCollection::ChartFFT_Create ( IChart * AChart)

◆ ClearCharts()

void SCH::IChartCollection::ClearCharts ( )

◆ CreateNewChart()

IChart * SCH::IChartCollection::CreateNewChart ( std::wstring AChartName,
std::wstring AChartTitle,
std::wstring AnXUnitStr,
std::wstring AnXAxisLabel,
bool AComplexFlag,
TScaleMode AScaleMode,
TSimViewChartType AChartType,
TChartView AView,
int AChartIndex )

◆ Delete_ChartSetups()

void SCH::IChartCollection::Delete_ChartSetups ( std::wstring AFileName)

◆ DeleteChart()

void SCH::IChartCollection::DeleteChart ( int AChartIndex)

◆ GetProcessForStopSimulator()

std::wstring SCH::IChartCollection::GetProcessForStopSimulator ( )

◆ GetProperty_ActiveChart()

IChart * SCH::IChartCollection::GetProperty_ActiveChart ( )

◆ GetProperty_ActiveChartIndex()

int SCH::IChartCollection::GetProperty_ActiveChartIndex ( )

◆ GetProperty_ActiveChartName()

std::wstring SCH::IChartCollection::GetProperty_ActiveChartName ( )

◆ GetProperty_Chart()

IChart * SCH::IChartCollection::GetProperty_Chart ( int Index)

◆ GetProperty_ChartByName()

IChart * SCH::IChartCollection::GetProperty_ChartByName ( std::wstring Name)

◆ GetProperty_ChartCount()

int SCH::IChartCollection::GetProperty_ChartCount ( )

◆ GetProperty_ChartIndexByChart()

int SCH::IChartCollection::GetProperty_ChartIndexByChart ( IChart * Chart)

◆ GetProperty_ChartIndexByName()

int SCH::IChartCollection::GetProperty_ChartIndexByName ( std::wstring Name)

◆ GetProperty_FileName()

std::wstring SCH::IChartCollection::GetProperty_FileName ( )

◆ GetProperty_FilteredWavesBlend()

int SCH::IChartCollection::GetProperty_FilteredWavesBlend ( )

◆ GetProperty_FullyLoaded()

bool SCH::IChartCollection::GetProperty_FullyLoaded ( )

◆ GetProperty_GraphicalView()

ISDFGraphicalView * SCH::IChartCollection::GetProperty_GraphicalView ( )

◆ GetProperty_Modified()

bool SCH::IChartCollection::GetProperty_Modified ( )

◆ GetProperty_RestoreSetup()

bool SCH::IChartCollection::GetProperty_RestoreSetup ( )

◆ GetProperty_ServerWindow()

ISDFDocument * SCH::IChartCollection::GetProperty_ServerWindow ( )

◆ GetProperty_SetupFileName()

std::wstring SCH::IChartCollection::GetProperty_SetupFileName ( )

◆ GetProperty_SetupFileWritten()

bool SCH::IChartCollection::GetProperty_SetupFileWritten ( )

◆ GetProperty_TotalPointCount()

int SCH::IChartCollection::GetProperty_TotalPointCount ( )

◆ GetProperty_ViewManager()

IViewManager * SCH::IChartCollection::GetProperty_ViewManager ( )

◆ InsertChart()

void SCH::IChartCollection::InsertChart ( int AChartIndex,
IChart * AChart )

◆ MoveChart()

bool SCH::IChartCollection::MoveChart ( int Charts,
int AToIndex )

◆ NewChart()

IChart * SCH::IChartCollection::NewChart ( std::wstring AChartName)

◆ Save_ChartSetups()

void SCH::IChartCollection::Save_ChartSetups ( )

◆ SetActiveChartByName()

void SCH::IChartCollection::SetActiveChartByName ( std::wstring AName)

◆ SetProcessForStopSimulator()

void SCH::IChartCollection::SetProcessForStopSimulator ( std::wstring AProcess)

◆ SetProperty_ActiveChart()

void SCH::IChartCollection::SetProperty_ActiveChart ( IChart * Value)

◆ SetProperty_ActiveChartIndex()

void SCH::IChartCollection::SetProperty_ActiveChartIndex ( int Value)

◆ SetProperty_FilteredWavesBlend()

void SCH::IChartCollection::SetProperty_FilteredWavesBlend ( int Value)

◆ SetProperty_FullyLoaded()

void SCH::IChartCollection::SetProperty_FullyLoaded ( bool Value)

◆ SetProperty_Modified()

void SCH::IChartCollection::SetProperty_Modified ( bool Value)

◆ SetProperty_RestoreSetup()

void SCH::IChartCollection::SetProperty_RestoreSetup ( bool Value)

◆ SV_ChartHeightInMils()

int SCH::IChartCollection::SV_ChartHeightInMils ( )

◆ SV_ChartHeightInPixels()

int SCH::IChartCollection::SV_ChartHeightInPixels ( )

◆ SV_ChartWidthInMils()

int SCH::IChartCollection::SV_ChartWidthInMils ( )

◆ SV_ChartWidthInPixels()

int SCH::IChartCollection::SV_ChartWidthInPixels ( )

◆ SV_CreateChart()

IChart * SCH::IChartCollection::SV_CreateChart ( std::wstring AChartName,
TSimViewChartType AChartType,
int AVisiblePlotCount,
bool ARestoreSetupFlag )

◆ SV_CreateFFT()

IChart * SCH::IChartCollection::SV_CreateFFT ( IChart * AChart)

◆ SV_DataComplete()

void SCH::IChartCollection::SV_DataComplete ( bool InitialiseXY,
std::wstring ATabNameString )

◆ SV_FlushWindow()

void SCH::IChartCollection::SV_FlushWindow ( bool ARestoreSetupFlag)

◆ SV_ReDrawToDC()

void SCH::IChartCollection::SV_ReDrawToDC ( long ADC)

◆ UpdateAllCharts()

void SCH::IChartCollection::UpdateAllCharts ( )

The documentation for this struct was generated from the following file: