Functions

ap_UnixDialog_Goto.cpp File Reference

#include <stdlib.h>
#include <string.h>
#include "ut_compiler.h"
#include <gtk/gtk.h>
#include "ut_string.h"
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "xap_UnixDialogHelper.h"
#include "xap_GtkSignalBlocker.h"
#include "xap_Dialog_Id.h"
#include "xap_UnixApp.h"
#include "xap_Frame.h"
#include "ap_Strings.h"
#include "ap_Dialog_Id.h"
#include "ap_Dialog_Goto.h"
#include "ap_UnixDialog_Goto.h"
#include "GTKCommon.h"

Functions

ABI_W_NO_CONST_QUAL static
ABI_W_POP void 
AP_UnixDialog_Goto__onSwitchPage (GtkNotebook *notebook, gpointer Page, guint page, gpointer data)
gboolean AP_UnixDialog_Goto__onFocusPage (GtkWidget *, GdkEventFocus *event, gpointer data)
gboolean AP_UnixDialog_Goto__onFocusLine (GtkWidget *, GdkEventFocus *event, gpointer data)
gboolean AP_UnixDialog_Goto__onFocusBookmarks (GtkWidget *, GdkEventFocus *event, gpointer data)
gboolean AP_UnixDialog_Goto__onFocusXMLIDs (GtkWidget *, GdkEventFocus *event, gpointer data)
gboolean AP_UnixDialog_Goto__onFocusAnno (GtkWidget *, GdkEventFocus *event, gpointer data)
void AP_UnixDialog_Goto__onPageChanged (GtkSpinButton *, gpointer data)
void AP_UnixDialog_Goto__onLineChanged (GtkSpinButton *, gpointer data)
void AP_UnixDialog_Goto__onBookmarkDblClicked (GtkTreeView *, GtkTreePath *, GtkTreeViewColumn *, gpointer data)
void AP_UnixDialog_Goto__onXMLIDDblClicked (GtkTreeView *, GtkTreePath *, GtkTreeViewColumn *, gpointer data)
void AP_UnixDialog_Goto__onAnnoDblClicked (GtkTreeView *, GtkTreePath *, GtkTreeViewColumn *, gpointer data)
void AP_UnixDialog_Goto__onJumpClicked (GtkButton *, gpointer data)
void AP_UnixDialog_Goto__onPrevClicked (GtkButton *, gpointer data)
void AP_UnixDialog_Goto__onNextClicked (GtkButton *, gpointer data)
void AP_UnixDialog_Goto__onDialogResponse (GtkDialog *, gint response, gpointer data)
gboolean AP_UnixDialog_Goto__onDeleteWindow (GtkWidget *, GdkEvent *, gpointer data)

Function Documentation

void AP_UnixDialog_Goto__onAnnoDblClicked ( GtkTreeView *  ,
GtkTreePath *  ,
GtkTreeViewColumn *  ,
gpointer  data 
)
void AP_UnixDialog_Goto__onBookmarkDblClicked ( GtkTreeView *  ,
GtkTreePath *  ,
GtkTreeViewColumn *  ,
gpointer  data 
)

Event dispatcher for treeview "bookmarks".

References AP_UnixDialog_Goto::onBookmarkDblClicked().

Referenced by AP_UnixDialog_Goto::_constructWindow().

gboolean AP_UnixDialog_Goto__onDeleteWindow ( GtkWidget *  ,
GdkEvent *  ,
gpointer  data 
)
void AP_UnixDialog_Goto__onDialogResponse ( GtkDialog *  ,
gint  response,
gpointer  data 
)

Event dispatcher for button "close".

References AP_UnixDialog_Goto::destroy().

Referenced by AP_UnixDialog_Goto::_constructWindow().

gboolean AP_UnixDialog_Goto__onFocusAnno ( GtkWidget *  ,
GdkEventFocus *  event,
gpointer  data 
)
gboolean AP_UnixDialog_Goto__onFocusBookmarks ( GtkWidget *  ,
GdkEventFocus *  event,
gpointer  data 
)

Event dispatcher for treeview "bookmarks".

References AP_JUMPTARGET_BOOKMARK, AP_UnixDialog_Goto::updateCache(), and UT_DEBUGMSG.

Referenced by AP_UnixDialog_Goto::_constructWindow().

gboolean AP_UnixDialog_Goto__onFocusLine ( GtkWidget *  ,
GdkEventFocus *  event,
gpointer  data 
)

Event dispatcher for spinbutton "line".

References AP_JUMPTARGET_LINE, AP_UnixDialog_Goto::updateCache(), and UT_DEBUGMSG.

Referenced by AP_UnixDialog_Goto::_constructWindow().

gboolean AP_UnixDialog_Goto__onFocusPage ( GtkWidget *  ,
GdkEventFocus *  event,
gpointer  data 
)

Event dispatcher for spinbutton "page".

References AP_JUMPTARGET_PAGE, AP_UnixDialog_Goto::updateCache(), and UT_DEBUGMSG.

Referenced by AP_UnixDialog_Goto::_constructWindow().

gboolean AP_UnixDialog_Goto__onFocusXMLIDs ( GtkWidget *  ,
GdkEventFocus *  event,
gpointer  data 
)
void AP_UnixDialog_Goto__onJumpClicked ( GtkButton *  ,
gpointer  data 
)

Event dispatcher for button "jump".

References AP_UnixDialog_Goto::onJumpClicked().

Referenced by AP_UnixDialog_Goto::_constructWindow().

void AP_UnixDialog_Goto__onLineChanged ( GtkSpinButton *  ,
gpointer  data 
)

Event dispatcher for spinbutton "line".

References AP_UnixDialog_Goto::onLineChanged().

Referenced by AP_UnixDialog_Goto::_constructWindow().

void AP_UnixDialog_Goto__onNextClicked ( GtkButton *  ,
gpointer  data 
)

Event dispatcher for button "next".

References AP_UnixDialog_Goto::onNextClicked().

Referenced by AP_UnixDialog_Goto::_constructWindow().

void AP_UnixDialog_Goto__onPageChanged ( GtkSpinButton *  ,
gpointer  data 
)

Event dispatcher for spinbutton "page".

References AP_UnixDialog_Goto::onPageChanged().

Referenced by AP_UnixDialog_Goto::_constructWindow().

void AP_UnixDialog_Goto__onPrevClicked ( GtkButton *  ,
gpointer  data 
)

Event dispatcher for button "prev".

References AP_UnixDialog_Goto::onPrevClicked().

Referenced by AP_UnixDialog_Goto::_constructWindow().

ABI_W_NO_CONST_QUAL static ABI_W_POP void AP_UnixDialog_Goto__onSwitchPage ( GtkNotebook *  notebook,
gpointer  Page,
guint  page,
gpointer  data 
) [static]
void AP_UnixDialog_Goto__onXMLIDDblClicked ( GtkTreeView *  ,
GtkTreePath *  ,
GtkTreeViewColumn *  ,
gpointer  data 
)