Documentation ¶
Index ¶
- Constants
- func CreateGraph(c *config.Config, rp string) (string, error)
- func Cui(ctx context.Context, cdir string) error
- func GetLog() *zap.SugaredLogger
- func Gui(ctx context.Context, cdir string) error
- func UpdateLogger(out io.Writer)
- type CSVReducer
- type MyMainWindow
- func (mmw *MyMainWindow) CreateDialog(ctx context.Context) error
- func (mmw *MyMainWindow) CreateGraph(rp string)
- func (mmw *MyMainWindow) OnDropFiles(files []string)
- func (mmw *MyMainWindow) OnInitDialog(args ...interface{}) (interface{}, error)
- func (mmw *MyMainWindow) ReadConfigName(name string)
- func (mmw *MyMainWindow) Write(b []byte) (n int, err error)
- type ScanWriteCloser
Constants ¶
View Source
const AppTitle = "CSVToExcelGraph"
AppTitle アプリケーション名
View Source
const Newline = "\r\n"
Newline 改行コードの指定
Variables ¶
This section is empty.
Functions ¶
func CreateGraph ¶
CreateGraph グラフ生成メイン処理呼び出し
Types ¶
type CSVReducer ¶
type CSVReducer struct {
// contains filtered or unexported fields
}
CSVReducer csvデータ削減用構造体
type MyMainWindow ¶
type MyMainWindow struct { *walk.MainWindow // contains filtered or unexported fields }
MyMainWindow メインウインドウ構造体
func (*MyMainWindow) CreateDialog ¶
func (mmw *MyMainWindow) CreateDialog(ctx context.Context) error
CreateDialog ダイアログ生成
func (*MyMainWindow) CreateGraph ¶
func (mmw *MyMainWindow) CreateGraph(rp string)
CreateGraph GUI側グラフ生成関数読み出し
func (*MyMainWindow) OnDropFiles ¶
func (mmw *MyMainWindow) OnDropFiles(files []string)
OnDropFiles ドロップイベントハンドラ
func (*MyMainWindow) OnInitDialog ¶
func (mmw *MyMainWindow) OnInitDialog(args ...interface{}) (interface{}, error)
OnInitDialog ダイアログ生成時に呼び出される
func (*MyMainWindow) ReadConfigName ¶
func (mmw *MyMainWindow) ReadConfigName(name string)
ReadConfigName 設定ファイル読み込み
type ScanWriteCloser ¶
type ScanWriteCloser interface { io.StringWriter io.Writer io.Closer Err() error Scan() bool Text() string }
ScanWriteCloser 読み書き用
func NewScanWriteCloser ¶
func NewScanWriteCloser(rp, wp string) (ScanWriteCloser, error)
NewScanWriteCloser ScanWriteCloser生成用
Click to show internal directories.
Click to hide internal directories.