|
Altium C++ SDK 3.0
|
#include <EDP.Interfaces.h>
Public Member Functions | |
| std::wstring | DefaultSignalFont () |
| std::wstring | TimeFont () |
| int | DefaultSignalHeight () |
| bool | ValueColumn () |
| int | BackGroundColor () |
| int | SimBGColor () |
| bool | DrawHGridLines () |
| bool | DrawVGridLines () |
| bool | AllowGraphicalEdits () |
| bool | DrawStripes () |
| bool | SlopedWaveForms () |
| bool | ExpandBusSignals () |
| void | SetDefaultSignalFont (std::wstring AVal) |
| void | SetTimeFont (std::wstring AVal) |
| void | SetDefaultSignalHeight (int AVal) |
| void | SetValueColumn (bool AVal) |
| void | SetBackGroundColor (int AVal) |
| void | SetSimBGColor (int AVal) |
| void | SetDrawHGridLines (bool AVal) |
| void | SetDrawVGridLines (bool AVal) |
| void | SetAllowGraphicalEdits (bool AVal) |
| void | SetDrawStripes (bool AVal) |
| void | SetSlopedWaveForms (bool AVal) |
| void | SetExpandBusSignals (bool AVal) |
| std::wstring | StyleName (int i) |
| int | StyleColor (int i) |
| int | StyleGroupColor (int i) |
| int | StyleCount () |
| int | IndexOfStyle (std::wstring AName) |
| bool EDP::IWavePreferences::AllowGraphicalEdits | ( | ) |
| int EDP::IWavePreferences::BackGroundColor | ( | ) |
| std::wstring EDP::IWavePreferences::DefaultSignalFont | ( | ) |
| int EDP::IWavePreferences::DefaultSignalHeight | ( | ) |
| bool EDP::IWavePreferences::DrawHGridLines | ( | ) |
| bool EDP::IWavePreferences::DrawStripes | ( | ) |
| bool EDP::IWavePreferences::DrawVGridLines | ( | ) |
| bool EDP::IWavePreferences::ExpandBusSignals | ( | ) |
| int EDP::IWavePreferences::IndexOfStyle | ( | std::wstring | AName | ) |
| void EDP::IWavePreferences::SetAllowGraphicalEdits | ( | bool | AVal | ) |
| void EDP::IWavePreferences::SetBackGroundColor | ( | int | AVal | ) |
| void EDP::IWavePreferences::SetDefaultSignalFont | ( | std::wstring | AVal | ) |
| void EDP::IWavePreferences::SetDefaultSignalHeight | ( | int | AVal | ) |
| void EDP::IWavePreferences::SetDrawHGridLines | ( | bool | AVal | ) |
| void EDP::IWavePreferences::SetDrawStripes | ( | bool | AVal | ) |
| void EDP::IWavePreferences::SetDrawVGridLines | ( | bool | AVal | ) |
| void EDP::IWavePreferences::SetExpandBusSignals | ( | bool | AVal | ) |
| void EDP::IWavePreferences::SetSimBGColor | ( | int | AVal | ) |
| void EDP::IWavePreferences::SetSlopedWaveForms | ( | bool | AVal | ) |
| void EDP::IWavePreferences::SetTimeFont | ( | std::wstring | AVal | ) |
| void EDP::IWavePreferences::SetValueColumn | ( | bool | AVal | ) |
| int EDP::IWavePreferences::SimBGColor | ( | ) |
| bool EDP::IWavePreferences::SlopedWaveForms | ( | ) |
| int EDP::IWavePreferences::StyleColor | ( | int | i | ) |
| int EDP::IWavePreferences::StyleCount | ( | ) |
| int EDP::IWavePreferences::StyleGroupColor | ( | int | i | ) |
| std::wstring EDP::IWavePreferences::StyleName | ( | int | i | ) |
| std::wstring EDP::IWavePreferences::TimeFont | ( | ) |
| bool EDP::IWavePreferences::ValueColumn | ( | ) |