Definition at line 897 of file import-main-matcher.cpp.
◆ RowInfo() [1/2]
| RowInfo::RowInfo |
( |
GtkTreePath * |
path, |
|
|
GNCImportMainMatcher * |
info |
|
) |
| |
|
inline |
◆ RowInfo() [2/2]
| RowInfo::RowInfo |
( |
const TreeRowReferencePtr & |
ref, |
|
|
GNCImportMainMatcher * |
info |
|
) |
| |
|
inline |
Definition at line 904 of file import-main-matcher.cpp.
905 {
906 auto path = gtk_tree_row_reference_get_path (ref.get());
907 init_from_path (path, info);
908 gtk_tree_path_free (path);
909 }
◆ ~RowInfo()
Definition at line 910 of file import-main-matcher.cpp.
911 {
912 g_free (m_orig_desc);
913 g_free (m_orig_notes);
914 g_free (m_orig_memo);
915 }
◆ get_iter()
| GtkTreeIter * RowInfo::get_iter |
( |
| ) |
|
|
inline |
◆ get_orig_desc()
| const char * RowInfo::get_orig_desc |
( |
| ) |
|
|
inline |
◆ get_orig_memo()
| const char * RowInfo::get_orig_memo |
( |
| ) |
|
|
inline |
◆ get_orig_notes()
| const char * RowInfo::get_orig_notes |
( |
| ) |
|
|
inline |
◆ get_trans_info()
| GNCImportTransInfo * RowInfo::get_trans_info |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: