Codebase list gtkwave / upstream/3.3.9 src / ttranslate.h
upstream/3.3.9

Tree @upstream/3.3.9 (Download .tar.gz)

ttranslate.h @upstream/3.3.9raw · history · blame

/*
 * Copyright (c) Tony Bybell 2010.     
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 */

#include "globals.h"

#ifndef WAVE_TTRANSLATE_H
#define WAVE_TTRANSLATE_H

#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "fgetdynamic.h"
#include "debug.h"

#define TTRANS_FILTER_MAX (128)


void ttrans_searchbox(char *title);
void init_ttrans_data(void);
void install_ttrans_filter(int which);
void set_current_translate_ttrans(char *name);
void remove_all_ttrans_filters(void);

#endif

/*
 * $Id: ttranslate.h,v 1.1 2010/03/31 15:42:47 gtkwave Exp $
 * $Log: ttranslate.h,v $
 * Revision 1.1  2010/03/31 15:42:47  gtkwave
 * added preliminary transaction filter support
 *
 */