⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 psparamproposal.h

📁 用于开发Atmel的AVR系列单片机的GCC集成开发环境
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef PSParameterProposalH
#define PSParameterProposalH
//---------------------------------------------------------------------------
#include <SysUtils.hpp>
#include <Controls.hpp>
#include <Classes.hpp>
#include <Forms.hpp>
#include "SynCompletionProposal.hpp"
#include "SynEdit.hpp"
//---------------------------------------------------------------------------
class PACKAGE TPSParameterProposal : public TComponent
{
private:
  TSynCompletionProposal *ComplProp;
  TStringList *LocList;
  Set <char, 0, 255> ValidChars;
  void __fastcall PropExecute(SynCompletionType Kind, TObject *Sender,
                        AnsiString &AString, int &x, int &y, bool &CanExecute);
  AnsiString __fastcall FormatParameters (AnsiString parm, int idx);
protected:
public:
        __fastcall TPSParameterProposal(TComponent* Owner);
        __fastcall ~TPSParameterProposal(void);
        void __fastcall SetEditor (TSynEdit *editor);
__published:
};
//---------------------------------------------------------------------------
#endif
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -