Home
last modified time | relevance | path

Searched refs:mRowHeight (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dtrigger_list_edit_dlg.cpp352 mRowHeight = GetScaledValue(TRIGGER_ROW_HEIGHT, GetSystemDPI(), GetTextScaler()); in BEGIN_MESSAGE_MAP()
476 pagesize = rect.Height() / mRowHeight; in PreTranslateMessage()
485 pagesize = rect.Height() / mRowHeight; in PreTranslateMessage()
535 … int min_scroll_value = ((mSelectedRow + 1) * mRowHeight) - m_scroll_helper->GetPageSize().cy; in SelectedVisible()
536 int max_scroll_value = min_scroll_value + m_scroll_helper->GetPageSize().cy - mRowHeight; in SelectedVisible()
599 rowheight = mRowHeight; in PositionChildren()
613 m_scroll_helper->SetDisplaySize(0, mpTriggerList->GetCount() * mRowHeight); in PositionChildren()
Dstring_scroll_wheel_edit_dlg.h57 int GetRowHeight() { return mRowHeight; } in GetRowHeight()
63 int mRowHeight; variable
Dstring_scroll_wheel_edit_dlg.cpp496 mRowHeight = 0; in BEGIN_MESSAGE_MAP()
538 mRowHeight = (client.Height() + VISIBLE_VALUE_ROWS - 1) / VISIBLE_VALUE_ROWS; in OnCreate()
540 client.bottom = client.top + mRowHeight; in OnCreate()
560 client.OffsetRect(0, mRowHeight); in OnCreate()
563 m_scroll_helper->SetDisplaySize(0, row_count * mRowHeight); in OnCreate()
Dstring_table_edit_dlg.h122 int mRowHeight; variable
146 int mRowHeight; variable
Dtrigger_list_edit_dlg.h49 int mRowHeight; variable
Dstring_table_edit_dlg.cpp1675 mRowHeight = row->GetRowHeight(); in OnSize()
1837 m_scroll_helper->SetDisplaySize(0, CountFilterRows() * mRowHeight); in PositionChildren()
1877 int min_scroll_value = (mSelectedRow * mRowHeight) - m_scroll_helper->GetPageSize().cy; in SelectedVisible()
1878 int max_scroll_value = min_scroll_value + m_scroll_helper->GetPageSize().cy - mRowHeight; in SelectedVisible()
2340 mRowHeight = 0; in table_row()
2556 mRowHeight = dc->GetTextExtent(_T("A"), 1).cy + 5; in GetRowHeight()
2560 return mRowHeight; in GetRowHeight()