======Класс UTIAbstractToolButtonController====== * **Пространство имен:** [[developers:references:topomatic.uti|Topomatic.UTI]] * **Сборка:** Topomatic.FoundationClasses (в Topomatic.FoundationClasses.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.uti.utiviewcontroller|Topomatic.UTI.UTIViewController]] * Topomatic.UTI.UTIAbstractToolButtonController * [[developers:references:topomatic.uti.utitoolbutton|Topomatic.UTI.UTIToolButton]] =====Синтаксис===== public abstract class UTIAbstractToolButtonController : UTIViewController, IDisposable =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.uti.utiviewcontroller.id|Id]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.uti.utiviewcontroller.layout|Layout]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.uti.utiviewcontroller.overallscale|OverallScale]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.uti.utiviewcontroller.view|View]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.uti.utiviewcontroller.viewscaling|ViewScaling]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.add_system.object|Add(Object)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.dispose|Dispose()]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiabstracttoolbuttoncontroller.geticon|GetIcon()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiabstracttoolbuttoncontroller.getneighbors_ref_topomatic.uti.utiviewcontroller_ref_topomatic.uti.utiviewcontroller|GetNeighbors(UTIViewController, UTIViewController)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiabstracttoolbuttoncontroller.getprefferedheight_system.single|GetPrefferedHeight(Single)]]| (Переопределяет [[developers:references:topomatic.uti.utiviewcontroller.getprefferedheight_system.single|GetPrefferedHeight(Single)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiabstracttoolbuttoncontroller.getprefferedwidth_system.single|GetPrefferedWidth(Single)]]| (Переопределяет [[developers:references:topomatic.uti.utiviewcontroller.getprefferedwidth_system.single|GetPrefferedWidth(Single)]].)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onattachview_system.eventargs|OnAttachView(EventArgs)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onenablechanged_system.eventargs|OnEnableChanged(EventArgs)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointerclick_topomatic.uti.utipointerevent|OnPointerClick(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointerdoubleclick_topomatic.uti.utipointerevent|OnPointerDoubleClick(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointerdown_topomatic.uti.utipointerevent|OnPointerDown(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointerenter_topomatic.uti.utipointerevent|OnPointerEnter(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointerhover_topomatic.uti.utipointerevent|OnPointerHover(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointerleave_topomatic.uti.utipointerevent|OnPointerLeave(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointerlongclick_topomatic.uti.utipointerevent|OnPointerLongClick(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointermove_topomatic.uti.utipointerevent|OnPointerMove(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpointerup_topomatic.uti.utipointerevent|OnPointerUp(UTIPointerEvent)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onpositionchanged_system.eventargs|OnPositionChanged(EventArgs)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onsizechanged_system.eventargs|OnSizeChanged(EventArgs)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.uti.utiviewcontroller.onvisiblechanged_system.eventargs|OnVisibleChanged(EventArgs)]]| (Наследуется от [[developers:references:topomatic.uti.utiviewcontroller|UTIViewController]].)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|