?? liver_tree.h
字號(hào):
/*=============================================================================
WARNING!! This file is overwritten by the UIStyler each time the Styler
file is saved.
Filename: liver_tree.h
This file was generated by the NX User Interface Styler
Created by: nora
Version: NX 3
Time: 10:39
This include file is overwritten each time the UIStyler dialog is
saved. Any modifications to this file will be lost.
==============================================================================*/
#ifndef LIVER_TREE_H_INCLUDED
#define LIVER_TREE_H_INCLUDED
#include <uf.h>
#include <uf_defs.h>
#include <uf_styler.h>
#ifdef __cplusplus
extern "C" {
#endif
/*------------------ UIStyler Dialog Definitions ------------------- */
/* The following values are definitions into your UIStyler dialog. */
/* These values will allow you to modify existing objects within your */
/* dialog. They work directly with the NX Open API, */
/* UF_STYLER_ask_value, UF_STYLER_ask_values, and UF_STYLER_set_value.*/
/*------------------------------------------------------------------- */
#define LIVER_TREE_FORM ("FORM")
#define LIVER_TREE_DIALOG_OBJECT_COUNT ( 1 )
/*---------------- UIStyler Callback Prototypes --------------- */
/* The following function prototypes define the callbacks */
/* specified in your UIStyler built dialog. You are REQUIRED to*/
/* create the associated function for each prototype. You must */
/* use the same function name and parameter list when creating */
/* your callback function. */
/*------------------------------------------------------------- */
int LIVER_TREE_constructor ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int LIVER_TREE_destructor ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int LIVER_TREE_ok ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int LIVER_TREE_cancel ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int LIVER_TREE_FORM_cb ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
#ifdef __cplusplus
}
#endif
#endif /* LIVER_TREE_H_INCLUDED */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -